Date: Mon, 9 Jun 2014 10:14:25 +0000 (UTC) From: Marcus von Appen <mva@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357125 - head/devel/ninja-ide Message-ID: <201406091014.s59AEPv2023305@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406091014.s59AEPv2023305>