svn commit: r346709 - head/textproc/nltk

Martin Wilke miwi at FreeBSD.org
Sat Mar 1 18:15:34 UTC 2014


Author: miwi
Date: Sat Mar  1 18:15:33 2014
New Revision: 346709
URL: http://svnweb.freebsd.org/changeset/ports/346709
QAT: https://qat.redports.org/buildarchive/r346709/

Log:
  - Convert to autoplist
  - Stage support
  - Bump PORTREVISION

Deleted:
  head/textproc/nltk/pkg-plist
Modified:
  head/textproc/nltk/Makefile

Modified: head/textproc/nltk/Makefile
==============================================================================
--- head/textproc/nltk/Makefile	Sat Mar  1 18:15:00 2014	(r346708)
+++ head/textproc/nltk/Makefile	Sat Mar  1 18:15:33 2014	(r346709)
@@ -2,6 +2,7 @@
 
 PORTNAME=	nltk
 PORTVERSION=	2.0.4
+PORTREVISION=	1
 PORTEPOCH=	2
 CATEGORIES=	textproc python
 MASTER_SITES=	CHEESESHOP
@@ -15,7 +16,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}tkin
 		${PYTHON_PKGNAMEPREFIX}yaml>=3.09:${PORTSDIR}/devel/py-yaml
 
 USE_PYTHON=	2
-USE_PYDISTUTILS=	easy_install
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list