svn commit: r340120 - head/devel/bzr-explorer

Antoine Brodin antoine at FreeBSD.org
Fri Jan 17 21:49:50 UTC 2014


Author: antoine
Date: Fri Jan 17 21:49:50 2014
New Revision: 340120
URL: http://svnweb.freebsd.org/changeset/ports/340120
QAT: https://qat.redports.org/buildarchive/r340120/

Log:
  - Stage support
  - Use PYDISTUTILS_AUTOPLIST

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

Modified: head/devel/bzr-explorer/Makefile
==============================================================================
--- head/devel/bzr-explorer/Makefile	Fri Jan 17 21:42:36 2014	(r340119)
+++ head/devel/bzr-explorer/Makefile	Fri Jan 17 21:49:50 2014	(r340120)
@@ -16,10 +16,9 @@ BUILD_DEPENDS=	bzr:${PORTSDIR}/devel/bzr
 RUN_DEPENDS=	${PYTHON_SITELIBDIR}/bzrlib/plugins/qbzr/__init__.py:${PORTSDIR}/devel/qbzr \
 		bzr:${PORTSDIR}/devel/bzr
 
+USES=		gettext
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
-PYDISTUTILS_PKGNAME=	explorer
-USES=		gettext
+PYDISTUTILS_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list