diff options
author | roam <roam@FreeBSD.org> | 2003-10-08 20:14:56 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2003-10-08 20:14:56 +0800 |
commit | 23a2e15ebc332188e19fdde8f3997bf93cbde8b4 (patch) | |
tree | e1f4d452ded8e8bd0afa2605931d571010bdfe40 | |
parent | 38067bfd5aeec3d0c4fd5afc6f41dd2e13060887 (diff) | |
download | freebsd-ports-gnome-23a2e15ebc332188e19fdde8f3997bf93cbde8b4.tar.gz freebsd-ports-gnome-23a2e15ebc332188e19fdde8f3997bf93cbde8b4.tar.zst freebsd-ports-gnome-23a2e15ebc332188e19fdde8f3997bf93cbde8b4.zip |
The webserver on www.gusnet.cx seems to have moved to port 8080.
Reported by: fenner's scripts
-rw-r--r-- | misc/histring/Makefile | 2 | ||||
-rw-r--r-- | net/tcpcat/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/misc/histring/Makefile b/misc/histring/Makefile index d927731c0033..fc677a3ba73b 100644 --- a/misc/histring/Makefile +++ b/misc/histring/Makefile @@ -8,7 +8,7 @@ PORTNAME= histring PORTVERSION= 1.1.0 CATEGORIES= misc -MASTER_SITES= http://www.gusnet.cx/proj/histring/ +MASTER_SITES= http://www.gusnet.cx:8080/proj/histring/ MAINTAINER= roam@FreeBSD.org COMMENT= "A tool to highlight strings using the ANSI terminal escape sequences" diff --git a/net/tcpcat/Makefile b/net/tcpcat/Makefile index 7ec47b47fd0a..80d2a1f22646 100644 --- a/net/tcpcat/Makefile +++ b/net/tcpcat/Makefile @@ -8,7 +8,7 @@ PORTNAME= tcpcat PORTVERSION= 1.2.0 CATEGORIES= net -MASTER_SITES= http://www.gusnet.cx/proj/tcpcat/ +MASTER_SITES= http://www.gusnet.cx:8080/proj/tcpcat/ MAINTAINER= roam@FreeBSD.org COMMENT= "A simple utility for sending/receiving data over a TCP or a Unix-domain socket" |