pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/p5-ack Update to 1.92:
details: https://anonhg.NetBSD.org/pkgsrc/rev/07bbbd23472f
branches: trunk
changeset: 568558:07bbbd23472f
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue Dec 15 13:40:22 2009 +0000
description:
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:
textproc/p5-ack/Makefile | 4 ++--
textproc/p5-ack/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (25 lines):
diff -r dadd68c213b0 -r 07bbbd23472f textproc/p5-ack/Makefile
--- a/textproc/p5-ack/Makefile Tue Dec 15 13:39:39 2009 +0000
+++ b/textproc/p5-ack/Makefile Tue Dec 15 13:40:22 2009 +0000
@@ -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 -r dadd68c213b0 -r 07bbbd23472f textproc/p5-ack/distinfo
--- a/textproc/p5-ack/distinfo Tue Dec 15 13:39:39 2009 +0000
+++ b/textproc/p5-ack/distinfo Tue Dec 15 13:40:22 2009 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index