svn commit: r328313 - in head/devel: py-jsonschema py-mimeparse py-paver py-polib py-sqlcc py-tvrage
William Grzybowski
wg at FreeBSD.org
Wed Sep 25 20:19:44 UTC 2013
Author: wg
Date: Wed Sep 25 20:19:42 2013
New Revision: 328313
URL: http://svnweb.freebsd.org/changeset/ports/328313
Log:
- Enable staging in a few ports of mine
Modified:
head/devel/py-jsonschema/Makefile
head/devel/py-mimeparse/Makefile
head/devel/py-paver/Makefile
head/devel/py-polib/Makefile
head/devel/py-sqlcc/Makefile
head/devel/py-tvrage/Makefile
Modified: head/devel/py-jsonschema/Makefile
==============================================================================
--- head/devel/py-jsonschema/Makefile Wed Sep 25 20:16:30 2013 (r328312)
+++ head/devel/py-jsonschema/Makefile Wed Sep 25 20:19:42 2013 (r328313)
@@ -15,6 +15,4 @@ LICENSE= MIT
USE_PYTHON= -2.7
USE_PYDISTUTILS= yes
-NO_STAGE= yes
-
.include <bsd.port.mk>
Modified: head/devel/py-mimeparse/Makefile
==============================================================================
--- head/devel/py-mimeparse/Makefile Wed Sep 25 20:16:30 2013 (r328312)
+++ head/devel/py-mimeparse/Makefile Wed Sep 25 20:19:42 2013 (r328313)
@@ -10,10 +10,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wg at FreeBSD.org
COMMENT= Basic functions for handling mime-types in Python
-USE_PYTHON= 2.5+
+USE_PYTHON= yes
USE_PYDISTUTILS=yes
-PLIST_SUB= VERSION=${PORTVERSION} PYVER=${PYTHON_VERSION:S/python//}
-
-NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/devel/py-paver/Makefile
==============================================================================
--- head/devel/py-paver/Makefile Wed Sep 25 20:16:30 2013 (r328312)
+++ head/devel/py-paver/Makefile Wed Sep 25 20:19:42 2013 (r328313)
@@ -20,5 +20,4 @@ PYDISTUTILS_NOEGGINFO= yes
PLIST_SUB= PYDISTUTILS_EGGINFO=${PYDISTUTILS_EGGINFO}
-NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/devel/py-polib/Makefile
==============================================================================
--- head/devel/py-polib/Makefile Wed Sep 25 20:16:30 2013 (r328312)
+++ head/devel/py-polib/Makefile Wed Sep 25 20:19:42 2013 (r328313)
@@ -13,5 +13,4 @@ COMMENT= Python library to parse and man
USE_PYTHON= yes
USE_PYDISTUTILS=yes
-NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/devel/py-sqlcc/Makefile
==============================================================================
--- head/devel/py-sqlcc/Makefile Wed Sep 25 20:16:30 2013 (r328312)
+++ head/devel/py-sqlcc/Makefile Wed Sep 25 20:19:42 2013 (r328313)
@@ -17,5 +17,4 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyth
USE_PYTHON= yes
USE_PYDISTUTILS=yes
-NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/devel/py-tvrage/Makefile
==============================================================================
--- head/devel/py-tvrage/Makefile Wed Sep 25 20:16:30 2013 (r328312)
+++ head/devel/py-tvrage/Makefile Wed Sep 25 20:19:42 2013 (r328313)
@@ -22,5 +22,4 @@ USE_PYTHON= -2.7
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= python_${PORTNAME}
-NO_STAGE= yes
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list