svn commit: r347218 - head/devel/py-gyp-devel
Martin Wilke
miwi at FreeBSD.org
Thu Mar 6 14:14:11 UTC 2014
Author: miwi
Date: Thu Mar 6 14:14:10 2014
New Revision: 347218
URL: http://svnweb.freebsd.org/changeset/ports/347218
QAT: https://qat.redports.org/buildarchive/r347218/
Log:
- Stage support
- Convert to autoplist
- Bump PORTREVISION
Deleted:
head/devel/py-gyp-devel/pkg-plist
Modified:
head/devel/py-gyp-devel/Makefile
Modified: head/devel/py-gyp-devel/Makefile
==============================================================================
--- head/devel/py-gyp-devel/Makefile Thu Mar 6 14:13:43 2014 (r347217)
+++ head/devel/py-gyp-devel/Makefile Thu Mar 6 14:14:10 2014 (r347218)
@@ -3,7 +3,7 @@
PORTNAME= gyp
PORTVERSION= r832
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel python
MASTER_SITES= http://people.freebsd.org/~daichi/distfiles/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +13,6 @@ COMMENT= Generate Your Projects
USE_PYTHON= yes
USE_PYDISTUTILS= yes
-PYDISTUTILS_PKGVERSION= 0.1
+PYDISTUTILS_AUTOPLIST= yes
-NO_STAGE= yes
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list