diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-11-17 21:53:47 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-11-17 21:53:47 +0000 |
commit | 1239b317c986178c3068f5603c60a0f0b5e37728 (patch) | |
tree | 80974310541b67979e9b03067acba4c6c2af08ff /security/swatch | |
parent | 1fe19f40d6043860370cc12162129ce64469c5aa (diff) |
Fix MASTER_SITES, switch maintainer from ports@FreeBSD.org
PR: 22674
Submitted by: Joseph Scott <joseph@randomnetworks.com> (new maintainer)
Notes
Notes:
svn path=/head/; revision=35233
Diffstat (limited to 'security/swatch')
-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 |