diff options
author | sem <sem@FreeBSD.org> | 2005-03-01 15:59:53 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-03-01 15:59:53 +0800 |
commit | c70761877cbb55c02cc9b03913f055fe2014970a (patch) | |
tree | 4339bbcf7b871902da3f35559f6b257eaccdcfee | |
parent | b3e4e0237451d4ec4f44d864990e757ac5be689e (diff) | |
download | freebsd-ports-gnome-c70761877cbb55c02cc9b03913f055fe2014970a.tar.gz freebsd-ports-gnome-c70761877cbb55c02cc9b03913f055fe2014970a.tar.zst freebsd-ports-gnome-c70761877cbb55c02cc9b03913f055fe2014970a.zip |
- Fix unfetchable URL and add supplementary
- Add WWW: field in pkg-descr
-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/ |