summaryrefslogtreecommitdiff
path: root/ports-mgmt/p5-FreeBSD-Portindex
diff options
context:
space:
mode:
authorMatthew Seaman <matthew@FreeBSD.org>2012-06-04 19:14:36 +0000
committerMatthew Seaman <matthew@FreeBSD.org>2012-06-04 19:14:36 +0000
commita9c642cc4876eee5afd71551f3e69d273f4039cb (patch)
tree1484678fbd156fea53e990c21a0ec7ad23666610 /ports-mgmt/p5-FreeBSD-Portindex
parent - Fix USE_APACHE syntax (diff)
- Update to version 2.9
Changes: http://www.infracaninophile.co.uk/portindex/ Adjust Endemic and Ubiquitous Makefile settings to account for OPTIONSng - Switch to OPTIONSng Approved by: shaun (mentor)
Notes
Notes: svn path=/head/; revision=298385
Diffstat (limited to 'ports-mgmt/p5-FreeBSD-Portindex')
-rw-r--r--ports-mgmt/p5-FreeBSD-Portindex/Makefile9
-rw-r--r--ports-mgmt/p5-FreeBSD-Portindex/distinfo4
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