svn commit: r340455 - head/devel/bzr-pipeline

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


Author: antoine
Date: Mon Jan 20 19:32:31 2014
New Revision: 340455
URL: http://svnweb.freebsd.org/changeset/ports/340455
QAT: https://qat.redports.org/buildarchive/r340455/

Log:
  - Stage support
  - Use PYDISTUTILS_AUTOPLIST

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

Modified: head/devel/bzr-pipeline/Makefile
==============================================================================
--- head/devel/bzr-pipeline/Makefile	Mon Jan 20 19:31:15 2014	(r340454)
+++ head/devel/bzr-pipeline/Makefile	Mon Jan 20 19:32:31 2014	(r340455)
@@ -18,8 +18,7 @@ RUN_DEPENDS=	bzr:${PORTSDIR}/devel/bzr
 
 USE_PYTHON=		yes
 USE_PYDISTUTILS=	yes
-PYDISTUTILS_PKGNAME=	BzrPipeline
+PYDISTUTILS_AUTOPLIST=	yes
 WRKSRC=			${WRKDIR}/${PORTNAME}
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list