Date: Fri, 27 Dec 2024 17:50:55 GMT From: Cy Schubert <cy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 6afe6f734f26 - main - net/netcat: Rehost distfile and patch file Message-ID: <202412271750.4BRHot1E023014@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=6afe6f734f26b801ef75ce893fe231626f57eeb8 commit 6afe6f734f26b801ef75ce893fe231626f57eeb8 Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2024-12-27 17:48:42 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2024-12-27 17:50:51 +0000 net/netcat: Rehost distfile and patch file Sourceforge has changed their URL while GENTOO is now indexing their distfiles in some blake2b hash table scheme. Cut to the chase and host both files in my FreeBSD distfiles and on my website. MFH: 2024Q4 --- net/netcat/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/net/netcat/Makefile b/net/netcat/Makefile index d793d4d75179..a9c772b57e9f 100644 --- a/net/netcat/Makefile +++ b/net/netcat/Makefile @@ -2,11 +2,12 @@ PORTNAME= netcat PORTVERSION= 1.10 PORTREVISION= 4 CATEGORIES= net -MASTER_SITES= SF/${DISTNAME}/unix%20netcat%20${PORTVERSION}%20by%20_Hobbit_/%5BUnnamed%20release%5D +MASTER_SITES= https://people.freebsd.org/~cy/distfiles/ \ + https://cschubert.com/distfiles/ + DISTNAME= nc${PORTVERSION:S/.//} -#PATCH_SITES= ftp://sith.mimuw.edu.pl/pub/users/baggins/IPv6/ -PATCH_SITES= GENTOO +PATCH_SITES= ${MASTER_SITES} PATCHFILES= nc-v6-20000918.patch.gz PATCH_DIST_STRIP= -p1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412271750.4BRHot1E023014>