svn commit: r357125 - head/devel/ninja-ide
Marcus von Appen
mva at FreeBSD.org
Mon Jun 9 10:14:25 UTC 2014
Author: mva
Date: Mon Jun 9 10:14:24 2014
New Revision: 357125
URL: http://svnweb.freebsd.org/changeset/ports/357125
QAT: https://qat.redports.org/buildarchive/r357125/
Log:
- Enable stage support
- Remove easy_install dependency
- Convert to PYDISTUTILS_AUTOPLIST
- Bump PORTREVISION to enforce a cleanup for the easy_install references
With hat: python@
Approved by: portmgr (implicit)
Deleted:
head/devel/ninja-ide/pkg-plist
Modified:
head/devel/ninja-ide/Makefile
Modified: head/devel/ninja-ide/Makefile
==============================================================================
--- head/devel/ninja-ide/Makefile Mon Jun 9 10:10:49 2014 (r357124)
+++ head/devel/ninja-ide/Makefile Mon Jun 9 10:14:24 2014 (r357125)
@@ -3,7 +3,7 @@
PORTNAME= ninja-ide
PORTVERSION= 2.3
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://nivit.altervista.org/FreeBSD/ports/distfiles/
@@ -18,17 +18,13 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}qt4-
${PYTHON_PKGNAMEPREFIX}qt4-network>=4.8.5,1:${PORTSDIR}/net/py-qt4-network \
${PYTHON_PKGNAMEPREFIX}qt4-webkit>=4.8.5:${PORTSDIR}/www/py-qt4-webkit
-#PYDISTUTILS_PKGNAME= ${PORTNAME:tu:S,-,_,}
-PYDISTUTILS_PKGNAME= ${PORTNAME:tu:S,-,_,}
-#PYDISTUTILS_PKGVERSION= ${PORTVERSION:R}_dev
+USE_PYTHON= 2
+USE_PYDISTUTILS= yes
+PYDISTUTILS_AUTOPLIST= yes
USE_GITHUB= yes
-USE_PYTHON= 2
-USE_PYDISTUTILS= easy_install
-
GH_ACCOUNT= ninja-ide
GH_COMMIT= 85027df
GH_TAGNAME= v${PORTVERSION}
-NO_STAGE= yes
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list