svn commit: r357869 - head/textproc/py-sphinxcontrib-bitbucket
Marcus von Appen
mva at FreeBSD.org
Sun Jun 15 11:53:52 UTC 2014
Author: mva
Date: Sun Jun 15 11:53:51 2014
New Revision: 357869
URL: http://svnweb.freebsd.org/changeset/ports/357869
QAT: https://qat.redports.org/buildarchive/r357869/
Log:
- Enable stagedir 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/textproc/py-sphinxcontrib-bitbucket/pkg-plist
Modified:
head/textproc/py-sphinxcontrib-bitbucket/Makefile
Modified: head/textproc/py-sphinxcontrib-bitbucket/Makefile
==============================================================================
--- head/textproc/py-sphinxcontrib-bitbucket/Makefile Sun Jun 15 11:47:51 2014 (r357868)
+++ head/textproc/py-sphinxcontrib-bitbucket/Makefile Sun Jun 15 11:53:51 2014 (r357869)
@@ -3,7 +3,7 @@
PORTNAME= sphinxcontrib-bitbucket
PORTVERSION= 1.0
-#PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,8 +13,8 @@ COMMENT= Sphinx/BitBucket integration
RUN_DEPENDS= ${PKGNAMEPREFIX}sphinx>=1.1.3:${PORTSDIR}/textproc/py-sphinx
-USE_PYTHON= yes
-USE_PYDISTUTILS= easy_install
+USE_PYTHON= yes
+USE_PYDISTUTILS= yes
+PYDISTUTILS_AUTOPLIST= yes
-NO_STAGE= yes
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list