svn commit: r340449 - head/devel/bzr-git

Antoine Brodin antoine at FreeBSD.org
Mon Jan 20 19:00:34 UTC 2014


Author: antoine
Date: Mon Jan 20 19:00:34 2014
New Revision: 340449
URL: http://svnweb.freebsd.org/changeset/ports/340449
QAT: https://qat.redports.org/buildarchive/r340449/

Log:
  - Stage support
  - Use PYDISTUTILS_AUTOPLIST

Deleted:
  head/devel/bzr-git/pkg-plist
Modified:
  head/devel/bzr-git/Makefile

Modified: head/devel/bzr-git/Makefile
==============================================================================
--- head/devel/bzr-git/Makefile	Mon Jan 20 18:53:03 2014	(r340448)
+++ head/devel/bzr-git/Makefile	Mon Jan 20 19:00:34 2014	(r340449)
@@ -15,13 +15,12 @@ LICENSE=	GPLv2
 
 BUILD_DEPENDS=	bzr:${PORTSDIR}/devel/bzr
 RUN_DEPENDS=	bzr:${PORTSDIR}/devel/bzr \
-		py*-dulwich>=0.8.0:${PORTSDIR}/devel/dulwich \
+		${PYTHON_PKGNAMEPREFIX}dulwich>=0.8.0:${PORTSDIR}/devel/dulwich \
 		${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3
 
 WRKSRC=	${WRKDIR}/${PORTNAME}-${PORTVERSION}
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
-PYDISTUTILS_PKGNAME=	bzr_git
+PYDISTUTILS_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list