Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Jun 2014 09:17:45 +0000 (UTC)
From:      Marcus von Appen <mva@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r356996 - head/converters/py-pisa
Message-ID:  <201406080917.s589Hj8I057652@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406080917.s589Hj8I057652>