mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Unbreak, after I broke it on r357306.
- Fix dependency on x11-fonts/urwfonts While I'm here: - Add LICENSE - Remove easy_install from USE_PYDISTUTILS Noticed by: amdmi3
This commit is contained in:
parent
a40d2eedb3
commit
147f03dd31
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358039
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
PORTNAME= ${PYDISTUTILS_PKGNAME:S;^Trac;;S;Plugin$;;:tl}
|
PORTNAME= ${PYDISTUTILS_PKGNAME:S;^Trac;;S;Plugin$;;:tl}
|
||||||
PORTVERSION= 0.7.4
|
PORTVERSION= 0.7.4
|
||||||
PORTREVISION= 6
|
PORTREVISION= 7
|
||||||
CATEGORIES= www devel graphics python
|
CATEGORIES= www devel graphics python
|
||||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||||
MASTER_SITE_SUBDIR= brooks
|
MASTER_SITE_SUBDIR= brooks
|
||||||
@ -12,15 +12,16 @@ DISTNAME= ${PORTNAME}plugin-${PORTVERSION}
|
|||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Graphviz plugin for Trac's wiki
|
COMMENT= Graphviz plugin for Trac's wiki
|
||||||
|
|
||||||
RUN_DEPENDS+= ${LOCALBASE}/lib/X11/fonts/URW/fonts.dir:${PORTSDIR}/x11-fonts/urwfonts \
|
LICENSE= BSD3CLAUSE
|
||||||
|
|
||||||
|
RUN_DEPENDS+= urwfonts>0:${PORTSDIR}/x11-fonts/urwfonts \
|
||||||
dot:${PORTSDIR}/graphics/graphviz \
|
dot:${PORTSDIR}/graphics/graphviz \
|
||||||
tracd:${PORTSDIR}/www/trac
|
tracd:${PORTSDIR}/www/trac
|
||||||
|
|
||||||
USE_PYTHON= 2
|
USE_PYTHON= 2
|
||||||
USE_PYDISTUTILS= easy_install
|
USE_PYDISTUTILS= yes
|
||||||
PYDISTUTILS_PKGNAME= graphviz
|
PYDISTUTILS_PKGNAME= graphviz
|
||||||
WRKSRC= ${WRKDIR}/${PORTNAME}plugin
|
WRKSRC= ${WRKDIR}/${PORTNAME}plugin
|
||||||
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
|
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \
|
${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \
|
||||||
|
Loading…
Reference in New Issue
Block a user