Date: Sat, 8 Feb 2014 15:38:18 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343352 - head/textproc/py-genshi Message-ID: <201402081538.s18FcIg0048392@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Sat Feb 8 15:38:18 2014 New Revision: 343352 URL: http://svnweb.freebsd.org/changeset/ports/343352 QAT: https://qat.redports.org/buildarchive/r343352/ Log: - Stage support - Convert to PYDISTUTILS_AUTOPLIST - Bump PORTREVISION Deleted: head/textproc/py-genshi/pkg-plist Modified: head/textproc/py-genshi/Makefile Modified: head/textproc/py-genshi/Makefile ============================================================================== --- head/textproc/py-genshi/Makefile Sat Feb 8 15:35:55 2014 (r343351) +++ head/textproc/py-genshi/Makefile Sat Feb 8 15:38:18 2014 (r343352) @@ -3,7 +3,7 @@ PORTNAME= Genshi PORTVERSION= 0.7 -PORTREVISION= 0 +PORTREVISION= 1 #PORTEPOCH= 0 CATEGORIES= textproc www python MASTER_SITES= http://ftp.edgewall.com/pub/${PORTNAME:L}/ @@ -18,30 +18,14 @@ OPTIONS_DEFINE= BABEL OPTIONSFILE?= ${PORT_DBDIR}/py-${PORTNAME}/options BABEL_DESC= I18n support through the Babel plugin -PYEASYINSTALL_ARCHDEP= yes - USE_PYTHON= yes -USE_PYDISTUTILS= easy_install - -DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} -EXAMPLESDIR= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME} +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MBABEL} RUN_DEPENDS+= ${PKGNAMEPREFIX}Babel>=0.9.6:${PORTSDIR}/devel/py-babel .endif -post-install: -.if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR} - cd ${WRKSRC}/doc/ && ${COPYTREE_SHARE} . ${DOCSDIR} -.endif - -.if ${PORT_OPTIONS:MEXAMPLES} - ${MKDIR} ${EXAMPLESDIR} - cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${EXAMPLESDIR} -.endif - .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402081538.s18FcIg0048392>