svn commit: r396438 - branches/2015Q3/www/trac-graphviz
Dmitry Marakasov
amdmi3 at FreeBSD.org
Tue Sep 8 19:54:47 UTC 2015
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}|' \
More information about the svn-ports-branches
mailing list