Date: Fri, 14 Sep 2012 10:18:11 +0000 (UTC) From: Ruslan Mahmatkhanov <rm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r304266 - head/security/w3af Message-ID: <201209141018.q8EAIBdX096352@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rm Date: Fri Sep 14 10:18:11 2012 New Revision: 304266 URL: http://svn.freebsd.org/changeset/ports/304266 Log: - chase textproc/nltk update (upstream switched to setuptools) Reported by: beat Approved by: portmgr (beat) Modified: head/security/w3af/Makefile Modified: head/security/w3af/Makefile ============================================================================== --- head/security/w3af/Makefile Fri Sep 14 08:40:30 2012 (r304265) +++ head/security/w3af/Makefile Fri Sep 14 10:18:11 2012 (r304266) @@ -7,6 +7,7 @@ PORTNAME= w3af DISTVERSION= 1.0-rc4 +PORTREVISION= 1 CATEGORIES= security python www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}/${PORTNAME}%20${DISTVERSION} @@ -22,7 +23,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lx ${PYTHON_SITELIBDIR}/SOAPpy:${PORTSDIR}/net/py-soappy \ ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 \ ${PYTHON_SITELIBDIR}/fpconst.py:${PORTSDIR}/math/py-fpconst \ - ${PYTHON_SITELIBDIR}/nltk/util.py:${PORTSDIR}/textproc/nltk \ + nltk>0:${PORTSDIR}/textproc/nltk \ ${PYTHON_SITELIBDIR}/pyPdf/pdf.py:${PORTSDIR}/print/py-pdf \ ${PYTHON_SITELIBDIR}/scapy/main.py:${PORTSDIR}/net/scapy \ ${PYTHON_SITELIBDIR}/wordnet.py:${PORTSDIR}/textproc/py-wordnet \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209141018.q8EAIBdX096352>