diff options
author | thomas <thomas@FreeBSD.org> | 2013-03-21 22:51:04 +0800 |
---|---|---|
committer | thomas <thomas@FreeBSD.org> | 2013-03-21 22:51:04 +0800 |
commit | a0e620b3abd142888797cce88453e65b913c6f31 (patch) | |
tree | 9a9174ac3f2784c7381b19cc3423f657b5c35e41 /net | |
parent | e1ffa6dc72379d85ea0cc9ae2e98df9f948ee69f (diff) | |
download | freebsd-ports-gnome-a0e620b3abd142888797cce88453e65b913c6f31.tar.gz freebsd-ports-gnome-a0e620b3abd142888797cce88453e65b913c6f31.tar.zst freebsd-ports-gnome-a0e620b3abd142888797cce88453e65b913c6f31.zip |
Remove obsolete MASTER_SITES mirrors.
Update MAINTAINER address.
Diffstat (limited to 'net')
-rw-r--r-- | net/proxy-suite/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net/proxy-suite/Makefile b/net/proxy-suite/Makefile index 68bad075dc7a..b14a93d9190d 100644 --- a/net/proxy-suite/Makefile +++ b/net/proxy-suite/Makefile @@ -9,11 +9,9 @@ PORTNAME= proxy-suite PORTVERSION= 1.9.2.4 PORTREVISION= 2 CATEGORIES= net -MASTER_SITES= ftp://ftp.suse.com/pub/projects/proxy-suite/src/ \ - ftp://ftp.gwdg.de/pub/linux/suse/ftp.suse.com/projects/proxy-suite/src/ \ - ftp://ftp.funet.fi/pub/mirrors/ftp.gwdg.de/pub/linux/suse/ftp.suse.com/projects/proxy-suite/src/ +MASTER_SITES= ftp://ftp.suse.com/pub/projects/proxy-suite/src/ -MAINTAINER= thomas@cuivre.fr.eu.org +MAINTAINER= thomas@FreeBSD.org COMMENT= The SuSE Proxy-Suite, a set of programs to enhance firewall security USE_AUTOTOOLS= autoconf |