diff options
author | Niels Heinen <niels@FreeBSD.org> | 2010-07-23 11:46:25 +0000 |
---|---|---|
committer | Niels Heinen <niels@FreeBSD.org> | 2010-07-23 11:46:25 +0000 |
commit | b4003fc8dbee2617f9ec0d2728e6df75a7291813 (patch) | |
tree | 018565a7254e190ff1c4e10ef1d5b98042353629 /security/skipfish/Makefile | |
parent | 5b6e0f989272402539cf29ecd6786a3d9146d26d (diff) | |
download | ports-b4003fc8dbee2617f9ec0d2728e6df75a7291813.tar.gz ports-b4003fc8dbee2617f9ec0d2728e6df75a7291813.zip |
Upgrade to version 1.51b
Approved by: itetcu (mentor, implicit), maintainer (implicit)
Notes
Notes:
svn path=/head/; revision=258082
Diffstat (limited to 'security/skipfish/Makefile')
-rw-r--r-- | security/skipfish/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/skipfish/Makefile b/security/skipfish/Makefile index 521e60bf2f5d..99b6575578b8 100644 --- a/security/skipfish/Makefile +++ b/security/skipfish/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= skipfish -PORTVERSION= 1.45b +PORTVERSION= 1.51b CATEGORIES= security www MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} EXTRACT_SUFX= .tgz @@ -16,7 +16,6 @@ COMMENT= A fully automated, active web application security reconnaissance tool LIB_DEPENDS= idn.16:${PORTSDIR}/dns/libidn SUB_FILES= pkg-message -WRKSRC= ${WRKDIR}/${PORTNAME} .if !defined(NOPORTDOCS) PORTDOCS= README COPYING ChangeLog |