Date: Tue, 8 Sep 2015 19:54:47 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r396438 - branches/2015Q3/www/trac-graphviz Message-ID: <201509081954.t88JslMT066421@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Sep 8 19:54:46 2015 New Revision: 396438 URL: https://svnweb.freebsd.org/changeset/ports/396438 Log: MFH: r396437 - Use autoplist to make some python files actually go into the package - Add NO_ARCH Approved by: ports-secteam blanket Modified: branches/2015Q3/www/trac-graphviz/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/www/trac-graphviz/Makefile ============================================================================== --- branches/2015Q3/www/trac-graphviz/Makefile Tue Sep 8 19:47:39 2015 (r396437) +++ branches/2015Q3/www/trac-graphviz/Makefile Tue Sep 8 19:54:46 2015 (r396438) @@ -2,7 +2,7 @@ PORTNAME= ${PYDISTUTILS_PKGNAME:S;^Trac;;S;Plugin$;;:tl} PORTVERSION= 0.7.4 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= www devel graphics python MASTER_SITES= LOCAL/brooks PKGNAMEPREFIX= trac- @@ -18,9 +18,10 @@ RUN_DEPENDS+= urwfonts>0:${PORTSDIR}/x11 tracd:${PORTSDIR}/www/trac USES= python:2 -USE_PYTHON= distutils +USE_PYTHON= autoplist distutils PYDISTUTILS_PKGNAME= graphviz -WRKSRC= ${WRKDIR}/${PORTNAME}plugin +NO_ARCH= yes +WRKSRC= ${WRKDIR}/${PORTNAME}plugin post-patch: ${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509081954.t88JslMT066421>