Date: Sun, 19 Apr 2015 13:49:29 +0000 (UTC) From: Dmitry Sivachenko <demon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384289 - in head: security/w3af textproc textproc/nltk textproc/py-nltk Message-ID: <201504191349.t3JDnTgV095852@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: demon Date: Sun Apr 19 13:49:28 2015 New Revision: 384289 URL: https://svnweb.freebsd.org/changeset/ports/384289 Log: Rename nltk --> py-nltk for consistency. Added: head/textproc/py-nltk/ - copied from r384288, head/textproc/nltk/ Deleted: head/textproc/nltk/ Modified: head/security/w3af/Makefile head/textproc/Makefile Modified: head/security/w3af/Makefile ============================================================================== --- head/security/w3af/Makefile Sun Apr 19 13:43:02 2015 (r384288) +++ head/security/w3af/Makefile Sun Apr 19 13:49:28 2015 (r384289) @@ -18,7 +18,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lx ${PYTHON_PKGNAMEPREFIX}soappy>=0:${PORTSDIR}/net/py-soappy \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ ${PYTHON_PKGNAMEPREFIX}fpconst>0:${PORTSDIR}/math/py-fpconst \ - ${PYTHON_PKGNAMEPREFIX}nltk>0:${PORTSDIR}/textproc/nltk \ + ${PYTHON_PKGNAMEPREFIX}nltk>0:${PORTSDIR}/textproc/py-nltk \ ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}pdf>0:${PORTSDIR}/print/py-pdf \ scapy>0:${PORTSDIR}/net/scapy \ Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Sun Apr 19 13:43:02 2015 (r384288) +++ head/textproc/Makefile Sun Apr 19 13:49:28 2015 (r384289) @@ -458,7 +458,6 @@ SUBDIR += nl-hunspell SUBDIR += nl-hyphen SUBDIR += nl-mythes - SUBDIR += nltk SUBDIR += nn-aspell SUBDIR += no-hunspell SUBDIR += nunnimcax @@ -1195,6 +1194,7 @@ SUBDIR += py-markdown SUBDIR += py-markdown2 SUBDIR += py-mistune + SUBDIR += py-nltk SUBDIR += py-openpyxl SUBDIR += py-openpyxl1 SUBDIR += py-paragrep
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504191349.t3JDnTgV095852>