mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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
This commit is contained in:
parent
02f364b4df
commit
6afe6f734f
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue