diff options
author | matthew <matthew@FreeBSD.org> | 2012-06-05 03:14:36 +0800 |
---|---|---|
committer | matthew <matthew@FreeBSD.org> | 2012-06-05 03:14:36 +0800 |
commit | 1aedcf90fd39b0df80b33203a7a693dd4b1d174c (patch) | |
tree | b3ef90ac7db85f18045285c0db9972164ec949db /ports-mgmt | |
parent | 79a2932c0f4e2e4ad1953df2b1b49c2231d16728 (diff) | |
download | freebsd-ports-gnome-1aedcf90fd39b0df80b33203a7a693dd4b1d174c.tar.gz freebsd-ports-gnome-1aedcf90fd39b0df80b33203a7a693dd4b1d174c.tar.zst freebsd-ports-gnome-1aedcf90fd39b0df80b33203a7a693dd4b1d174c.zip |
- 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)
Diffstat (limited to 'ports-mgmt')
-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 |