diff options
author | Matthew Seaman <matthew@FreeBSD.org> | 2012-06-04 19:14:36 +0000 |
---|---|---|
committer | Matthew Seaman <matthew@FreeBSD.org> | 2012-06-04 19:14:36 +0000 |
commit | a9c642cc4876eee5afd71551f3e69d273f4039cb (patch) | |
tree | 1484678fbd156fea53e990c21a0ec7ad23666610 /ports-mgmt/p5-FreeBSD-Portindex | |
parent | f415b695826f08d16ad8834d3621016134387bd9 (diff) |
Notes
Diffstat (limited to 'ports-mgmt/p5-FreeBSD-Portindex')
-rw-r--r-- | ports-mgmt/p5-FreeBSD-Portindex/Makefile | 9 | ||||
-rw-r--r-- | ports-mgmt/p5-FreeBSD-Portindex/distinfo | 4 |
2 files changed, 7 insertions, 6 deletions
diff --git a/ports-mgmt/p5-FreeBSD-Portindex/Makefile b/ports-mgmt/p5-FreeBSD-Portindex/Makefile index 56e86c9b2e46..5e44259821ff 100644 --- a/ports-mgmt/p5-FreeBSD-Portindex/Makefile +++ b/ports-mgmt/p5-FreeBSD-Portindex/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= FreeBSD-Portindex -PORTVERSION= 2.8 +PORTVERSION= 2.9 CATEGORIES= ports-mgmt perl5 MASTER_SITES= http://www.infracaninophile.co.uk/portindex/ PKGNAMEPREFIX= p5- @@ -15,17 +15,18 @@ COMMENT= Incremental FreeBSD ports INDEX file generation LICENSE= BSD -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/BerkeleyDB.pm:${PORTSDIR}/databases/p5-BerkeleyDB +BUILD_DEPENDS= p5-BerkeleyDB>0:${PORTSDIR}/databases/p5-BerkeleyDB RUN_DEPENDS:= ${BUILD_DEPENDS} # GraphViz not required for portindex to run or generate GraphViz # format output: this is only needed to render the output on the same # machine. -OPTIONS= GRAPHVIZ "Add GraphViz run-time dependency" off +OPTIONS_DEFINE= GRAPHVIZ +GRAPHVIS_DESCR= Add GraphViz run-time dependency .include <bsd.port.options.mk> -.if defined(WITH_GRAPHVIZ) +.if ${PORT_OPTIONS:MGRAPHVIZ} RUN_DEPENDS+= dot:${PORTSDIR}/graphics/graphviz .endif diff --git a/ports-mgmt/p5-FreeBSD-Portindex/distinfo b/ports-mgmt/p5-FreeBSD-Portindex/distinfo index 5f2b0fbab214..7f18e5127659 100644 --- a/ports-mgmt/p5-FreeBSD-Portindex/distinfo +++ b/ports-mgmt/p5-FreeBSD-Portindex/distinfo @@ -1,2 +1,2 @@ -SHA256 (FreeBSD-Portindex-2.8.tar.xz) = aeaa1f2be90107eb6bc456775086810cafd5a86fb461282a80be7f0926f0855c -SIZE (FreeBSD-Portindex-2.8.tar.xz) = 56240 +SHA256 (FreeBSD-Portindex-2.9.tar.xz) = 04e661a43da7bb2ded2e337ce246ad824268c6d942c27442a95df0b6069e2ba6 +SIZE (FreeBSD-Portindex-2.9.tar.xz) = 56728 |