diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2024-12-27 09:48:42 -0800 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2024-12-27 09:58:34 -0800 |
| commit | 9b0f6d74f4f722221b350597ba182703ada8f8e5 (patch) | |
| tree | f315e70f2f76c84406b3ea7ee98dc9a3b26fe150 | |
| parent | 20d8b6a867c848dde18a1ecbdb7f4adcfef62ff1 (diff) | |
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.
(cherry picked from commit 6afe6f734f26b801ef75ce893fe231626f57eeb8)
| -rw-r--r-- | net/netcat/Makefile | 7 |
1 files 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 |
