Date: Tue, 16 Apr 2024 12:43:28 GMT From: Li-Wen Hsu <lwhsu@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 88a9bd23afa7 - 2024Q2 - net/libopennet: Remove invalid MASTER_SITES Message-ID: <202404161243.43GChSXE071556@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2024Q2 has been updated by lwhsu: URL: https://cgit.FreeBSD.org/ports/commit/?id=88a9bd23afa7abcb0a134dfc8611f77ac1bf888b commit 88a9bd23afa7abcb0a134dfc8611f77ac1bf888b Author: Li-Wen Hsu <lwhsu@FreeBSD.org> AuthorDate: 2024-04-16 12:42:33 +0000 Commit: Li-Wen Hsu <lwhsu@FreeBSD.org> CommitDate: 2024-04-16 12:43:21 +0000 net/libopennet: Remove invalid MASTER_SITES (cherry picked from commit 88b972fc889092ea549f3fab84c65271abb514fe) --- net/libopennet/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/net/libopennet/Makefile b/net/libopennet/Makefile index a16d8f479329..301840a8b475 100644 --- a/net/libopennet/Makefile +++ b/net/libopennet/Makefile @@ -2,8 +2,7 @@ PORTNAME= libopennet PORTVERSION= 0.9.9 PORTREVISION= 2 CATEGORIES= net -MASTER_SITES= http://www.rkeene.org/files/oss/libopennet/ \ - http://www.cs.nctu.edu.tw/~gslin/files/ +MASTER_SITES= https://www.rkeene.org/files/oss/libopennet/ MAINTAINER= ports@FreeBSD.org COMMENT= Library for opening files over a network
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404161243.43GChSXE071556>