diff options
-rw-r--r-- | net/despoof/Makefile | 3 | ||||
-rw-r--r-- | security/arirang/Makefile | 4 | ||||
-rw-r--r-- | security/flawfinder/Makefile | 4 | ||||
-rw-r--r-- | security/nbaudit/Makefile | 5 | ||||
-rw-r--r-- | security/rats/Makefile | 4 |
5 files changed, 14 insertions, 6 deletions
diff --git a/net/despoof/Makefile b/net/despoof/Makefile index 2be22c7..6f3aec1 100644 --- a/net/despoof/Makefile +++ b/net/despoof/Makefile @@ -9,7 +9,8 @@ PORTNAME= despoof PORTVERSION= 0.9 CATEGORIES= net security MASTER_SITES= http://razor.bindview.com/tools/files/ \ - http://packetstorm.securify.com/UNIX/misc/ + ${MASTER_SITE_PACKETSTORM} +MASTER_SITE_SUBDIR= UNIX/misc EXTRACT_SUFX= .tgz MAINTAINER= roam@FreeBSD.org diff --git a/security/arirang/Makefile b/security/arirang/Makefile index 6635150..ead37c8 100644 --- a/security/arirang/Makefile +++ b/security/arirang/Makefile @@ -9,7 +9,9 @@ PORTNAME= arirang PORTVERSION= 1.6 PORTEPOCH= 1 CATEGORIES= security www -MASTER_SITES= http://monkey.org/~pilot/arirang/ +MASTER_SITES= ${MASTER_SITE_PACKETSTORM} \ + http://monkey.org/~pilot/arirang/ +MASTER_SITE_SUBDIR= UNIX/cgi-scanners MAINTAINER= roman@xpert.com diff --git a/security/flawfinder/Makefile b/security/flawfinder/Makefile index dd6876e..a5d5dcd 100644 --- a/security/flawfinder/Makefile +++ b/security/flawfinder/Makefile @@ -9,7 +9,9 @@ PORTNAME= flawfinder PORTVERSION= 1.21 CATEGORIES= security devel -MASTER_SITES= http://www.dwheeler.com/flawfinder/ +MASTER_SITES= ${MASTER_SITE_PACKETSTORM} \ + http://www.dwheeler.com/flawfinder/ +MASTER_SITE_SUBDIR= UNIX/security MAINTAINER= jim@corebsd.or.id diff --git a/security/nbaudit/Makefile b/security/nbaudit/Makefile index 5476f99..0d19ff9 100644 --- a/security/nbaudit/Makefile +++ b/security/nbaudit/Makefile @@ -9,8 +9,9 @@ PORTNAME= nbaudit PORTVERSION= 1.0 CATEGORIES= security -MASTER_SITES= ftp://ftp.secnet.com/pub/tools/nat10/ \ - ftp://ftp.auscert.org.au/pub/coast/mirrors/ftp.secnet.com/tools/nat10/ +MASTER_SITES= ftp://ftp.auscert.org.au/pub/coast/mirrors/ftp.secnet.com/tools/nat10/ \ + ${MASTER_SITE_PACKETSTORM} +MASTER_SITE_SUBDIR= NT/scanners DISTNAME= nat10 MAINTAINER= ports@FreeBSD.org diff --git a/security/rats/Makefile b/security/rats/Makefile index d30278f..553cc6d 100644 --- a/security/rats/Makefile +++ b/security/rats/Makefile @@ -8,7 +8,9 @@ PORTNAME= rats PORTVERSION= 2.1 CATEGORIES= security devel -MASTER_SITES= http://www.securesoftware.com/rats/ +MASTER_SITES= ${MASTER_SITE_PACKETSTORM} \ + http://www.securesoftware.com/rats/ +MASTER_SITE_SUBDIR= UNIX/security MAINTAINER= kris@FreeBSD.org |