diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2003-10-08 12:14:56 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2003-10-08 12:14:56 +0000 |
commit | 1c65735e4116ad4c052af99ef01aed4d93cf43af (patch) | |
tree | 0292058d1277a8c1d3552e393ce3b0b864b8377a /net/tcpcat | |
parent | Update to sccmilter 0.94.2c. (diff) |
The webserver on www.gusnet.cx seems to have moved to port 8080.
Reported by: fenner's scripts
Diffstat (limited to 'net/tcpcat')
-rw-r--r-- | net/tcpcat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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" |