diff options
author | miwi <miwi@FreeBSD.org> | 2011-02-25 11:19:29 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-02-25 11:19:29 +0800 |
commit | 320e1ae04a5cb648decf7687de1c7f4374992b84 (patch) | |
tree | e214c064234f069b4fcf1d4d9b33d13e1ac5ff74 /security/wapiti | |
parent | 30c5702c27b8779244ed77aaceab1faf8ebc99b7 (diff) | |
download | freebsd-ports-gnome-320e1ae04a5cb648decf7687de1c7f4374992b84.tar.gz freebsd-ports-gnome-320e1ae04a5cb648decf7687de1c7f4374992b84.tar.zst freebsd-ports-gnome-320e1ae04a5cb648decf7687de1c7f4374992b84.zip |
- Move over to py25 or above
- While here get rid FreeBSD 6.X and md5 support
Diffstat (limited to 'security/wapiti')
-rw-r--r-- | security/wapiti/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/wapiti/Makefile b/security/wapiti/Makefile index f3e7cb0251d7..b88907146057 100644 --- a/security/wapiti/Makefile +++ b/security/wapiti/Makefile @@ -5,6 +5,7 @@ PORTNAME= wapiti PORTVERSION= 1.1.6 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -13,7 +14,7 @@ COMMENT= Wapiti is a vulnerability scanner for web applications RUN_DEPENDS= ${PYTHON_SITELIBDIR}/tidy:${PORTSDIR}/www/py-utidy -USE_PYTHON= 2.4+ +USE_PYTHON= 2.5+ NO_BUILD= yes PORTDOCS= README |