summaryrefslogtreecommitdiff
path: root/textproc/p5-ack
diff options
context:
space:
mode:
authorschmonz <schmonz>2014-09-04 22:01:32 +0000
committerschmonz <schmonz>2014-09-04 22:01:32 +0000
commit9e02101bd0170435a9602c6191904d863b5d4040 (patch)
tree03a57a1918dba51febd90915c6a8d41d8c1b40a9 /textproc/p5-ack
parent10b551a83c916249585768972d1c7833f73055b3 (diff)
downloadpkgsrc-9e02101bd0170435a9602c6191904d863b5d4040.tar.gz
Update to 2.14. From the changelog:
[FIXES] The -s flag would fail to suppress certain warnings. Thanks, Kassio Borges. (GitHub ticket #439) The -w flag would fail to work properly with regex features such as alternation. Thanks to Ed Avis for the report (GitHub ticket #443) The -g flag should now work faster on larger codebases. Thanks to Manuel Meurer for the report (GitHub ticket #458) More fixes for Windows tests. Thanks to GitHub user @ispedals. More whack-a-mole with Windows failures. This time, it's POSIX::mkfifo dying on Windows instead of returning undef like the docs implied, or at least that I inferred. Fixed incorrect deduping of config files under Windows. Thanks, Denis Howe. More build fixes for Windows. Windows config finder fixes from James McCoy. t/ack-named-pipes.t uses POSIX::mkfifo instead of the external command, which should be more portable. Thanks, Pete Krawczyk. The building of ack-standalone relied on the output of `perldoc -l`, which I apparently can't rely on having been installed. I've changed the way that the squash program finds File::Next. Issue #313: ack would fail when trying to check files for readability on some networked filesystems, or on Mac OS X with ACLs. Now it uses the filetest pragma. Thanks, Jonathan Perret. [ENHANCEMENTS] ack now ignores JavaScript and CSS source maps. Thanks, Chris Rebert. ack now ships with customized shell completion scripts for bash and zsh. Add docs for available colors in ack. --create-ackrc keeps the comments that describe each of the options, and it shows the ack version number. Now ignores Cabal (Haskell) sandboxes. Thanks, Fraser Tweedale. Added filetypes for Jade, Smarty and Stylus. Thanks, Raúl Gundín. [INTERNALS] ack's entire test suite now runs under Perl's -T taint flag. We'll build more security tests on top of this. Added some checks to the squash program that I hope will turn up errors in the Windows builds.
Diffstat (limited to 'textproc/p5-ack')
-rw-r--r--textproc/p5-ack/Makefile5
-rw-r--r--textproc/p5-ack/distinfo8
2 files changed, 6 insertions, 7 deletions
diff --git a/textproc/p5-ack/Makefile b/textproc/p5-ack/Makefile
index 6c4d6a9265f..660fd9c4ca6 100644
--- a/textproc/p5-ack/Makefile
+++ b/textproc/p5-ack/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2014/05/29 23:37:48 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2014/09/04 22:01:32 schmonz Exp $
-DISTNAME= ack-2.12
+DISTNAME= ack-2.14
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=App/}
diff --git a/textproc/p5-ack/distinfo b/textproc/p5-ack/distinfo
index fea9eb3d16c..ad29124da99 100644
--- a/textproc/p5-ack/distinfo
+++ b/textproc/p5-ack/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2014/04/07 19:32:56 schmonz Exp $
+$NetBSD: distinfo,v 1.9 2014/09/04 22:01:32 schmonz Exp $
-SHA1 (ack-2.12.tar.gz) = 62e0871fadef0781fcfee8c4935f0206c865d88c
-RMD160 (ack-2.12.tar.gz) = 328042ab5cd7fc793b958fe3aa95b359835d88d7
-Size (ack-2.12.tar.gz) = 219614 bytes
+SHA1 (ack-2.14.tar.gz) = 4a9dcfa32b12f68cf34988a1cca9d3d96098ae57
+RMD160 (ack-2.14.tar.gz) = b82431b84fae2dcd8af38b9657825a9d78701bcd
+Size (ack-2.14.tar.gz) = 222479 bytes