From 1aedcf90fd39b0df80b33203a7a693dd4b1d174c Mon Sep 17 00:00:00 2001 From: matthew Date: Mon, 4 Jun 2012 19:14:36 +0000 Subject: - 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) --- ports-mgmt/p5-FreeBSD-Portindex/Makefile | 9 +++++---- ports-mgmt/p5-FreeBSD-Portindex/distinfo | 4 ++-- 2 files changed, 7 insertions(+), 6 deletions(-) (limited to 'ports-mgmt') 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 -.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 -- cgit