svn commit: r337958 - head/print/py-relatorio

William Grzybowski wg at FreeBSD.org
Sun Dec 29 11:24:40 UTC 2013


Author: wg
Date: Sun Dec 29 11:24:40 2013
New Revision: 337958
URL: http://svnweb.freebsd.org/changeset/ports/337958

Log:
  print/py-relatorio: support staging and switch from easy_install

Deleted:
  head/print/py-relatorio/pkg-plist
Modified:
  head/print/py-relatorio/Makefile

Modified: head/print/py-relatorio/Makefile
==============================================================================
--- head/print/py-relatorio/Makefile	Sun Dec 29 11:24:08 2013	(r337957)
+++ head/print/py-relatorio/Makefile	Sun Dec 29 11:24:40 2013	(r337958)
@@ -3,6 +3,7 @@
 
 PORTNAME=	relatorio
 PORTVERSION=	0.6.0
+PORTREVISION=	1
 CATEGORIES=	print python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,7 +17,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pych
 		${PYTHON_PKGNAMEPREFIX}yaml>=3.07:${PORTSDIR}/devel/py-yaml
 
 USE_PYTHON=	yes
-USE_PYDISTUTILS=	easy_install
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list