diff options
author | ade <ade@FreeBSD.org> | 2000-11-18 05:53:47 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-11-18 05:53:47 +0800 |
commit | 4bf8d2e043184a41939b16282db6737abaab5b96 (patch) | |
tree | 9e9dddf972234329c30a8034a35c72d0def32c8b | |
parent | 8df862efcfd88dadac247667554f483c75ac2ac1 (diff) | |
download | freebsd-ports-gnome-4bf8d2e043184a41939b16282db6737abaab5b96.tar.gz freebsd-ports-gnome-4bf8d2e043184a41939b16282db6737abaab5b96.tar.zst freebsd-ports-gnome-4bf8d2e043184a41939b16282db6737abaab5b96.zip |
Fix MASTER_SITES, switch maintainer from ports@FreeBSD.org
PR: 22674
Submitted by: Joseph Scott <joseph@randomnetworks.com> (new maintainer)
-rw-r--r-- | security/swatch/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/swatch/Makefile b/security/swatch/Makefile index f68fefd92065..2e6740bd5771 100644 --- a/security/swatch/Makefile +++ b/security/swatch/Makefile @@ -8,10 +8,9 @@ PORTNAME= swatch PORTVERSION= 2.2 CATEGORIES= security sysutils -MASTER_SITES= ftp://ftp.stanford.edu/general/security-tools/swatch/ \ - ftp://ftp.cert.dfn.de/pub/tools/audit/swatch/ +MASTER_SITES= ftp://ftp.stanford.edu/general/security-tools/swatch/OLD/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= joseph@randomnetworks.com NO_BUILD= YES |