summaryrefslogtreecommitdiff
path: root/ports-mgmt/p5-FreeBSD-Portindex/Makefile
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-06-25 16:04:23 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-06-25 16:04:23 +0000
commit35f5e56055b317385ffa0c0987c9189c0da7d9fb (patch)
tree0b05c1fe9eef249dd880b18c129e059bed18503a /ports-mgmt/p5-FreeBSD-Portindex/Makefile
parentTell what epkg is. (diff)
Update to 1.6:
This is a bug fix and general improvement release. From the change log: - Incorporate local ports/categories into the INDEX by scanning Makefile.local for additions to $SUBDIR. Mentioned on freebsd-ports@freebsd.org by Rong-En Fan <rafan (at) infor.org> - Clean up error messages, and factor out common progress counter code. - Add a new Category object type, and cope better with changes to categories (ie. ports being hooked up / unhooked from the tree). Problem pointed out by Colin Percival <cperciva (at) freebsd.org> - Instead of calling perl to compile exactly the same bit of perl code from /usr/ports/Mk/bsd.ports.mk about 15,000 times (ie once per port) as a consequence of actually running 'make describe', just call perl once, use make to print out the basic variables from the port and replicate the processing done ourselves. PR: 99454 Submitted by: author/maintianer
Notes
Notes: svn path=/head/; revision=166311
Diffstat (limited to 'ports-mgmt/p5-FreeBSD-Portindex/Makefile')
-rw-r--r--ports-mgmt/p5-FreeBSD-Portindex/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/ports-mgmt/p5-FreeBSD-Portindex/Makefile b/ports-mgmt/p5-FreeBSD-Portindex/Makefile
index 711a48a1d94d..368242ff9dca 100644
--- a/ports-mgmt/p5-FreeBSD-Portindex/Makefile
+++ b/ports-mgmt/p5-FreeBSD-Portindex/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= FreeBSD-Portindex
-PORTVERSION= 1.5
+PORTVERSION= 1.6
CATEGORIES= sysutils perl5
MASTER_SITES= http://www.infracaninophile.co.uk/portindex/
PKGNAMEPREFIX= p5-
@@ -31,7 +31,7 @@ MAN1= find-updated.1 cache-init.1 cache-update.1 portindex.1
.include <bsd.port.pre.mk>
##
-## Needs a recent version of perl, preferably 5.8.6, but 5.6.1 should work
+## Needs a recent version of perl, preferably 5.8.8, but 5.6.1 should work
##
.if ${PERL_LEVEL} < 500601
IGNORE= requires perl 5.6.x or (preferably) later. Install lang/perl5.8 and try again