Date: Sun, 29 Dec 2013 11:24:40 +0000 (UTC) From: William Grzybowski <wg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r337958 - head/print/py-relatorio Message-ID: <201312291124.rBTBOeX1096541@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312291124.rBTBOeX1096541>