Date: Wed, 23 Aug 2023 19:17:06 GMT From: Dirk Meyer <dinoex@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 9120af37a689 - main - net/miniupnpc: extend MASTER_SITES Message-ID: <202308231917.37NJH6a3091658@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308231917.37NJH6a3091658>