svn commit: r384289 - in head: security/w3af textproc textproc/nltk textproc/py-nltk

Dmitry Sivachenko demon at FreeBSD.org
Sun Apr 19 13:49:29 UTC 2015


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


More information about the svn-ports-head mailing list