git: 9120af37a689 - main - net/miniupnpc: extend MASTER_SITES
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 23 Aug 2023 19:17:06 UTC
The branch main has been updated by dinoex: URL: https://cgit.FreeBSD.org/ports/commit/?id=9120af37a6891433f3655105ff33cae9a088f9ae commit 9120af37a6891433f3655105ff33cae9a088f9ae Author: Dirk Meyer <dinoex@FreeBSD.org> AuthorDate: 2023-08-23 19:16:46 +0000 Commit: Dirk Meyer <dinoex@FreeBSD.org> CommitDate: 2023-08-23 19:16:46 +0000 net/miniupnpc: extend MASTER_SITES PR: 273302 --- net/miniupnpc/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/miniupnpc/Makefile b/net/miniupnpc/Makefile index 6599a3ab26ad..2bb6460dcf81 100644 --- a/net/miniupnpc/Makefile +++ b/net/miniupnpc/Makefile @@ -1,7 +1,8 @@ PORTNAME= miniupnpc PORTVERSION= 2.2.5 CATEGORIES?= net -MASTER_SITES= http://miniupnp.free.fr/files/ +MASTER_SITES= http://miniupnp.free.fr/files/ \ + https://miniupnp.tuxfamily.org/files/ MAINTAINER?= dinoex@FreeBSD.org COMMENT?= UPnP IGD client lightweight library