svn commit: r356996 - head/converters/py-pisa

Marcus von Appen mva at FreeBSD.org
Sun Jun 8 09:17:45 UTC 2014


Author: mva
Date: Sun Jun  8 09:17:44 2014
New Revision: 356996
URL: http://svnweb.freebsd.org/changeset/ports/356996
QAT: https://qat.redports.org/buildarchive/r356996/

Log:
  - 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/converters/py-pisa/pkg-plist
Modified:
  head/converters/py-pisa/Makefile

Modified: head/converters/py-pisa/Makefile
==============================================================================
--- head/converters/py-pisa/Makefile	Sun Jun  8 09:08:38 2014	(r356995)
+++ head/converters/py-pisa/Makefile	Sun Jun  8 09:17:44 2014	(r356996)
@@ -3,6 +3,7 @@
 
 PORTNAME=	pisa
 PORTVERSION=	3.0.33
+PORTREVISION=	1
 CATEGORIES=	converters python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -17,7 +18,8 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}html
 		${PYTHON_PKGNAMEPREFIX}imaging>=0.1:${PORTSDIR}/graphics/py-imaging \
 		${PYTHON_PKGNAMEPREFIX}pdf>=1.12:${PORTSDIR}/print/py-pdf
 
-USE_PYTHON=	yes
-USE_PYDISTUTILS=	easy_install
+USE_PYTHON=		yes
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list