summaryrefslogtreecommitdiff
path: root/ports-mgmt/p5-FreeBSD-Portindex/Makefile
diff options
context:
space:
mode:
authorMatthew Seaman <matthew@FreeBSD.org>2012-02-26 17:27:37 +0000
committerMatthew Seaman <matthew@FreeBSD.org>2012-02-26 17:27:37 +0000
commite98041c167a30e7d3536d866f7131605680e5257 (patch)
tree165673d8b4177f75c13038b93c85190563eb15ad /ports-mgmt/p5-FreeBSD-Portindex/Makefile
parent - Add TEST_DEPENDS (diff)
- Release 2.8
- Radical changes to the cache: now stores a record for every file that could affect the generated INDEX, which ports those files belong to and the timestamp of the file. - Default update mechanism is now to compare timestamps with what is in the cache. Doesn't need to parse the output of any update mechanism (although you can still do that.) - Added new make-readmes command to create a tree of README.html files. More details: http://www.infracaninophile.co.uk/portindex/index.xhtml Approved by: shaun (mentor)
Notes
Notes: svn path=/head/; revision=292273
Diffstat (limited to 'ports-mgmt/p5-FreeBSD-Portindex/Makefile')
-rw-r--r--ports-mgmt/p5-FreeBSD-Portindex/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/ports-mgmt/p5-FreeBSD-Portindex/Makefile b/ports-mgmt/p5-FreeBSD-Portindex/Makefile
index 85fbb6fba44d..56e86c9b2e46 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.7
+PORTVERSION= 2.8
CATEGORIES= ports-mgmt perl5
MASTER_SITES= http://www.infracaninophile.co.uk/portindex/
PKGNAMEPREFIX= p5-
@@ -25,7 +25,7 @@ OPTIONS= GRAPHVIZ "Add GraphViz run-time dependency" off
.include <bsd.port.options.mk>
-.if defined(WITH_GRAPHVIZ) && !defined(WITHOUT_GRAPHVIZ)
+.if defined(WITH_GRAPHVIZ)
RUN_DEPENDS+= dot:${PORTSDIR}/graphics/graphviz
.endif
@@ -40,7 +40,7 @@ CACHE_MODE?= 0775
CFG_FILE= portindex.cfg
MAN1= find-updated.1 cache-init.1 cache-update.1 portindex.1 \
- portdepends.1
+ portdepends.1 make-readmes.1
post-install: install-conf install-cache