diff options
author | Eugene Grosbein <eugen@FreeBSD.org> | 2022-07-19 01:44:00 +0000 |
---|---|---|
committer | Eugene Grosbein <eugen@FreeBSD.org> | 2022-07-19 01:44:00 +0000 |
commit | 0209eb59ded40798943d1f67958cdc4e137d97ea (patch) | |
tree | 66efb8eaecd71d2bfe9841784000ffe1eec89a84 | |
parent | a51002eeb3d03b0374546df5e118783ea2858a9a (diff) | |
download | ports-0209eb59ded40798943d1f67958cdc4e137d97ea.tar.gz ports-0209eb59ded40798943d1f67958cdc4e137d97ea.zip |
net/trafshow: make it fetchable again
Old MASTER_SITES are no more: renatasystems.org resolves to 127.0.0.1,
ftp.nsk.su does not resolve at all (NXDOMAIN).
Fix it with a set of working distfile sources (same checksum).
-rw-r--r-- | net/trafshow/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/trafshow/Makefile b/net/trafshow/Makefile index b863dcdc6747..fd893a1fe5d5 100644 --- a/net/trafshow/Makefile +++ b/net/trafshow/Makefile @@ -5,8 +5,9 @@ PORTVERSION= 5.2.3 PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= net -MASTER_SITES= ftp://renatasystems.org/pub/FreeBSD/ports/distfiles/ \ - ftp://ftp.nsk.su/pub/RinetSoftware/ +MASTER_SITES= https://src.fedoraproject.org/rpms/trafshow/blob/f32/f/ \ + http://gentoo.osuosl.org/distfiles/ \ + ftp://ftp.iij.ad.jp/pub/linux/gentoo/distfiles/0a/ MAINTAINER= portmaster@BSDforge.com COMMENT= Full screen visualization of network traffic |