svn commit: r347256 - head/devel/nxt-python
Martin Wilke
miwi at FreeBSD.org
Thu Mar 6 15:11:59 UTC 2014
Author: miwi
Date: Thu Mar 6 15:11:59 2014
New Revision: 347256
URL: http://svnweb.freebsd.org/changeset/ports/347256
QAT: https://qat.redports.org/buildarchive/r347256/
Log:
- Stage support
- Convert to autoplist
- Bump PORTREVISION
Deleted:
head/devel/nxt-python/pkg-plist
Modified:
head/devel/nxt-python/Makefile
Modified: head/devel/nxt-python/Makefile
==============================================================================
--- head/devel/nxt-python/Makefile Thu Mar 6 15:08:36 2014 (r347255)
+++ head/devel/nxt-python/Makefile Thu Mar 6 15:11:59 2014 (r347256)
@@ -3,6 +3,7 @@
PORTNAME= nxt-python
PORTVERSION= 2.2.2
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
@@ -15,7 +16,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}usb>
USE_PYTHON= yes
USE_PYDISTUTILS= yes
-PYDISTUTILS_PKGNAME= ${PORTNAME}
+PYDISTUTILS_AUTOPLIST= yes
-NO_STAGE= yes
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list