diff options
author | wiz <wiz@pkgsrc.org> | 2009-12-15 13:40:22 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-12-15 13:40:22 +0000 |
commit | c3c24456a23c6b9a6d99a7eec3dac16b3a99b338 (patch) | |
tree | 462dc167c33d1ce7832fda025ae8c54bd033b3c6 /textproc | |
parent | 3f651a451d84a7c8b686ec389ab995c0c25dad2c (diff) | |
download | pkgsrc-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')
-rw-r--r-- | textproc/p5-ack/Makefile | 4 | ||||
-rw-r--r-- | textproc/p5-ack/distinfo | 8 |
2 files changed, 6 insertions, 6 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/} diff --git a/textproc/p5-ack/distinfo b/textproc/p5-ack/distinfo index 014dc1ed3e9..513e5195399 100644 --- a/textproc/p5-ack/distinfo +++ b/textproc/p5-ack/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2009/12/04 22:35:00 seb Exp $ +$NetBSD: distinfo,v 1.2 2009/12/15 13:40:22 wiz Exp $ -SHA1 (ack-1.90.tar.gz) = b329657754e34cc1aa51a2769ae081fca8183f53 -RMD160 (ack-1.90.tar.gz) = e180b3d3a50c04dcf296169f10076c3c0389d612 -Size (ack-1.90.tar.gz) = 101587 bytes +SHA1 (ack-1.92.tar.gz) = 6ea70ccab642909e7f274b372efdb6b0161e0d1e +RMD160 (ack-1.92.tar.gz) = c5fe12050ef8a2698f4d0d68085dcc3bcb8bde92 +Size (ack-1.92.tar.gz) = 103454 bytes |