summaryrefslogtreecommitdiff
path: root/textproc/p5-ack/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2009-12-15 13:40:22 +0000
committerwiz <wiz@pkgsrc.org>2009-12-15 13:40:22 +0000
commitc3c24456a23c6b9a6d99a7eec3dac16b3a99b338 (patch)
tree462dc167c33d1ce7832fda025ae8c54bd033b3c6 /textproc/p5-ack/Makefile
parent3f651a451d84a7c8b686ec389ab995c0c25dad2c (diff)
downloadpkgsrc-c3c24456a23c6b9a6d99a7eec3dac16b3a99b338.tar.gz
Update to 1.92:
1.92 Fri Dec 11 11:47:56 CST 2009 ack is now hosted at github: http://github.com/petdance/ack [FIXES] The --pager flag would not work. Now it does. Thanks Packy Anderson. File matching for Emacs work files that match #*# was wrong. It was checking the entire path, not just the basename. This is fixed. (http://github.com/petdance/ack/issues/closed/#issue/101) Fixed URLs that pointed to old Google Code. [ENHANCEMENTS] Added Scala support. Thanks to Dan Sully. Added .phtml as an extension for PHP. Using -f or -g now return a proper error code. If files are found, ack returns 0. If none are found, ack returns 1. This is a change in the specification, but the code didn't match the specfication anyway. No man pages are created for any of the .pm files any more.
Diffstat (limited to 'textproc/p5-ack/Makefile')
-rw-r--r--textproc/p5-ack/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-ack/Makefile b/textproc/p5-ack/Makefile
index 8906e7a2677..94875e3fb75 100644
--- a/textproc/p5-ack/Makefile
+++ b/textproc/p5-ack/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/12/04 22:35:00 seb Exp $
+# $NetBSD: Makefile,v 1.2 2009/12/15 13:40:22 wiz Exp $
-DISTNAME= ack-1.90
+DISTNAME= ack-1.92
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=App/}