git: 88b972fc8890 - main - net/libopennet: Remove invalid MASTER_SITES
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 16 Apr 2024 12:43:11 UTC
The branch main has been updated by lwhsu: URL: https://cgit.FreeBSD.org/ports/commit/?id=88b972fc889092ea549f3fab84c65271abb514fe commit 88b972fc889092ea549f3fab84c65271abb514fe 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:42:33 +0000 net/libopennet: Remove invalid MASTER_SITES --- 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