Mon Sep 18 12:47:02 2017 UTC ()
p5-ack: update to 2.18.

2.18    Fri Mar 24 14:53:19 CDT 2017
====================================
ack 2.18 will probably be the final release in the ack 2.x series.
I'm going to be starting work on ack 3.000 in earnest.  Still,
if you discover problems with ack 2, please report them to
https://github.com/petdance/ack2/issues

If you're interested in ack 3 development, please sign up
for the ack-dev mailing list and/or join the ack Slack.  See
https://beyondgrep.com/community/ for details.

[INTERNALS]
Removed the abstraction of App::Ack::Resource and its subclass
App::Ack::Resource::Basic.  We are abandoning the idea that we'll have
plugins.

2.17_02 Thu Mar 23 22:25:13 CDT 2017
====================================
[FIXES]
ack no longer throws an undefined variable warning if it's called
from a directory that doesn't exist. (GH #634)

[DOCUMENTATION]
Explain that filetypes must be two characters or longer. (GH #389)

[INTERNALS]
Removed dependency on File::Glob which isn't used.


(wiz)
diff -r1.26 -r1.27 pkgsrc/textproc/p5-ack/Makefile
diff -r1.11 -r1.12 pkgsrc/textproc/p5-ack/distinfo

cvs diff -r1.26 -r1.27 pkgsrc/textproc/p5-ack/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/p5-ack/Makefile 2017/06/05 14:25:00 1.26
+++ pkgsrc/textproc/p5-ack/Makefile 2017/09/18 12:47:02 1.27
@@ -1,28 +1,26 @@ @@ -1,28 +1,26 @@
1# $NetBSD: Makefile,v 1.26 2017/06/05 14:25:00 ryoon Exp $ 1# $NetBSD: Makefile,v 1.27 2017/09/18 12:47:02 wiz Exp $
2 2
3DISTNAME= ack-2.16 3DISTNAME= ack-2.18
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 1 
6CATEGORIES= textproc perl5 5CATEGORIES= textproc perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=App/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=App/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/ack/ 9HOMEPAGE= http://search.cpan.org/dist/ack/
11COMMENT= Grep-like text finder 10COMMENT= Grep-like text finder
12LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
13 12
 13DEPENDS+= p5-File-Next>=0.4:../../devel/p5-File-Next
 14#DEPENDS+= p5-Term-ANSIColor-[0-9]*:../../devel/p5-Term-ANSIColor
 15
14USE_TOOLS+= perl 16USE_TOOLS+= perl
15USE_LANGUAGES= # empty 17USE_LANGUAGES= # empty
16PERL5_PACKLIST= auto/ack/.packlist 18PERL5_PACKLIST= auto/ack/.packlist
17REPLACE_PERL+= ack 19REPLACE_PERL+= ack
18 20
19# Avoid ack regenerating itself and frustrating REPLACE_PERL setting 21# Avoid ack regenerating itself and frustrating REPLACE_PERL setting
20post-configure: 22post-configure:
21 ${TOUCH} ${WRKSRC}/ack 23 ${TOUCH} ${WRKSRC}/ack
22 24
23DEPENDS+= p5-File-Next>=0.4:../../devel/p5-File-Next 
24#DEPENDS+= p5-Term-ANSIColor-[0-9]*:../../devel/p5-Term-ANSIColor 
25#BUILD_DEPENDS+= {perl>=5.8.8,p5-Test-Harness>=2.5}:../../devel/p5-Test-Harness 
26 
27.include "../../lang/perl5/module.mk" 25.include "../../lang/perl5/module.mk"
28.include "../../mk/bsd.pkg.mk" 26.include "../../mk/bsd.pkg.mk"

cvs diff -r1.11 -r1.12 pkgsrc/textproc/p5-ack/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/p5-ack/distinfo 2017/03/14 14:41:27 1.11
+++ pkgsrc/textproc/p5-ack/distinfo 2017/09/18 12:47:02 1.12
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.11 2017/03/14 14:41:27 schmonz Exp $ 1$NetBSD: distinfo,v 1.12 2017/09/18 12:47:02 wiz Exp $
2 2
3SHA1 (ack-2.16.tar.gz) = 618c9fd0afeaf9ad743558a52cc1e751a470f1eb 3SHA1 (ack-2.18.tar.gz) = 4946888feabdeef4ef634ae9d9338b7ef0e570a3
4RMD160 (ack-2.16.tar.gz) = 0a91f395e3a2f987dfbcb7f7fae497485905054f 4RMD160 (ack-2.18.tar.gz) = 5aa43108dcbd4ae112c2e314fcb137c526617eec
5SHA512 (ack-2.16.tar.gz) = c475674466bf204046c54b3b1d6f346c784203aa5a6e098fef6e0553d0674da173318bd5fdff3495360775bbddb544f01974f7314dd19cdb149365ca34283572 5SHA512 (ack-2.18.tar.gz) = 4147161baa8d82fb84b29980d5eac7cf3197733192ca827d3fa4e8f55fa9df29d92b2ac21beb69df00186eea03c7ae6fcb85d6e4334a0a21c232ddeb4933bcf5
6Size (ack-2.16.tar.gz) = 225707 bytes 6Size (ack-2.18.tar.gz) = 232279 bytes