On 2007/11/10 17:09, Jim Razmus wrote: > The domain is parked for advertising. Dist files have not been there > for over a year. Attached patch removes references to the domain and > kills some trailing whitespace.
Thanks Jim, HOMEPAGE makes it into the package, so this one needs a bump, and I'd rather mirror than totally remove MASTER_SITES. I'll commit this and the other 2 if someone would like to give me an ok (-: Index: Makefile =================================================================== RCS file: /cvs/ports/security/bsd-airtools/Makefile,v retrieving revision 1.6 diff -u -p -r1.6 Makefile --- Makefile 15 Sep 2007 23:29:58 -0000 1.6 +++ Makefile 10 Nov 2007 22:31:20 -0000 @@ -1,25 +1,22 @@ # $OpenBSD: Makefile,v 1.6 2007/09/15 23:29:58 merdely Exp $ - + COMMENT= wireless auditing suite DISTNAME= bsd-airtools-v0.2 -PKGNAME= bsd-airtools-0.2p2 +PKGNAME= bsd-airtools-0.2p3 CATEGORIES= security net EXTRACT_SUFX= .tgz -HOMEPAGE= http://www.dachb0den.com/projects/bsd-airtools.html - MAINTAINER= Jason Peel <[EMAIL PROTECTED]> # BSD PERMIT_PACKAGE_CDROM= Yes -PERMIT_PACKAGE_FTP= Yes +PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes WANTLIB= c crypto curses pcap -MASTER_SITES= http://www.dachb0den.com/projects/bsd-airtools/ \ - ftp://ftp.dachb0den.com/pub/projects/bsd-airtools/ +MASTER_SITES= http://spacehopper.org/ WRKDIST= ${WRKDIR}/bsd-airtools
