Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Feb 2003 23:37:54 -0800
From:      Jim Geovedi <negative@magnesium.net>
To:        Tilman Linneweh <arved@FreeBSD.org>
Cc:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/45396: add MASTER_SITE_PACKETSTORM as a mirror source
Message-ID:  <20030203073754.GA93036@toxic.magnesium.net>
In-Reply-To: <200302022214.h12MECBr006687@freefall.freebsd.org>
References:  <200302022214.h12MECBr006687@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Feb 02, 2003 at 02:14:12PM -0800, arved@FreeBSD.org wrote:
> Synopsis: add MASTER_SITE_PACKETSTORM as a mirror source
> 
> State-Changed-From-To: open->feedback
> State-Changed-By: arved
> State-Changed-When: Sun Feb 2 14:12:12 PST 2003
> State-Changed-Why: 
> Grepping through the ports collection I found only two ports that
> had a mirror with packetstorm in the name, net/domtools and net/despoof.
> IMHO it's overkill to add a MASTER_SITE for 2 ports.  

Well, yes only 2 ports in existing, but there're many other that _can_
use it. 

This is just a sample of ports that use MASTER_SITE_PACKETSTORM as their
mastersite.

Index: ports/security/flawfinder/Makefile
===================================================================
RCS file: /home/ncvs/ports/security/flawfinder/Makefile,v
retrieving revision 1.7
diff -u -u -r1.7 Makefile
--- ports/security/flawfinder/Makefile	2002/11/23 00:21:02	1.7
+++ ports/security/flawfinder/Makefile	2003/02/03 07:18:26
@@ -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
 
Index: ports/security/rats/Makefile
===================================================================
RCS file: /home/ncvs/ports/security/rats/Makefile,v
retrieving revision 1.8
diff -u -u -r1.8 Makefile
--- ports/security/rats/Makefile	2002/10/14 00:55:09	1.8
+++ ports/security/rats/Makefile	2003/02/03 07:20:00
@@ -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
 
Index: ports/security/arirang/Makefile
===================================================================
RCS file: /home/ncvs/ports/security/arirang/Makefile,v
retrieving revision 1.4
diff -u -u -r1.4 Makefile
--- ports/security/arirang/Makefile	2002/09/16 13:46:26	1.4
+++ ports/security/arirang/Makefile	2003/02/03 07:23:43
@@ -9,7 +9,9 @@
 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
 
Index: ports/net/despoof/Makefile
===================================================================
RCS file: /home/ncvs/ports/net/despoof/Makefile,v
retrieving revision 1.3
diff -u -u -r1.3 Makefile
--- ports/net/despoof/Makefile	2001/06/09 11:27:07	1.3
+++ ports/net/despoof/Makefile	2003/02/03 07:26:50
@@ -9,7 +9,8 @@
 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
Index: ports/security/nbaudit/Makefile
===================================================================
RCS file: /home/ncvs/ports/security/nbaudit/Makefile,v
retrieving revision 1.14
diff -u -u -r1.14 Makefile
--- ports/security/nbaudit/Makefile	2002/11/10 16:47:52	1.14
+++ ports/security/nbaudit/Makefile	2003/02/03 07:30:13
@@ -10,7 +10,9 @@
 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/
+		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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030203073754.GA93036>