diff options
-rw-r--r-- | www/transproxy/Makefile | 5 | ||||
-rw-r--r-- | www/transproxy/pkg-descr | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/www/transproxy/Makefile b/www/transproxy/Makefile index 18a74fe22063..97b9b91bd080 100644 --- a/www/transproxy/Makefile +++ b/www/transproxy/Makefile @@ -8,7 +8,10 @@ PORTNAME= transproxy PORTVERSION= 1.5 CATEGORIES= www -MASTER_SITES= ftp://ftp.nlc.net.au/pub/unix/transproxy/ +MASTER_SITES= http://sf.gds.tuwien.ac.at/t/tr/transproxy/ \ + http://www.nlc.net.au/pub/unix/transproxy/ \ + http://www.saunders.id.au:9080/transproxy/software/ + EXTRACT_SUFX= .tgz MAINTAINER= sem@FreeBSD.org diff --git a/www/transproxy/pkg-descr b/www/transproxy/pkg-descr index e82688c1aedf..7c61275bc179 100644 --- a/www/transproxy/pkg-descr +++ b/www/transproxy/pkg-descr @@ -16,3 +16,5 @@ HTTP proxy server to run on the machine itself. See /usr/local/sbin/tproxyrun for an example of how to add filter rules and start tproxy. Also see /usr/local/sbin/tproxywatch for an example of how to ensure that tproxy keeps running regardless of faults. + +WWW: http://transproxy.sourceforge.net/ |