pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/p5-ack



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Sep 18 12:47:02 UTC 2017

Modified Files:
        pkgsrc/textproc/p5-ack: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/textproc/p5-ack/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/textproc/p5-ack/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/p5-ack/Makefile
diff -u pkgsrc/textproc/p5-ack/Makefile:1.26 pkgsrc/textproc/p5-ack/Makefile:1.27
--- pkgsrc/textproc/p5-ack/Makefile:1.26        Mon Jun  5 14:25:00 2017
+++ pkgsrc/textproc/p5-ack/Makefile     Mon Sep 18 12:47:02 2017
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.26 2017/06/05 14:25:00 ryoon Exp $
+# $NetBSD: Makefile,v 1.27 2017/09/18 12:47:02 wiz Exp $
 
-DISTNAME=      ack-2.16
+DISTNAME=      ack-2.18
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    textproc perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=App/}
 
@@ -11,6 +10,9 @@ HOMEPAGE=     http://search.cpan.org/dist/ac
 COMMENT=       Grep-like text finder
 LICENSE=       ${PERL5_LICENSE}
 
+DEPENDS+=      p5-File-Next>=0.4:../../devel/p5-File-Next
+#DEPENDS+=     p5-Term-ANSIColor-[0-9]*:../../devel/p5-Term-ANSIColor
+
 USE_TOOLS+=            perl
 USE_LANGUAGES=         # empty
 PERL5_PACKLIST=                auto/ack/.packlist
@@ -20,9 +22,5 @@ REPLACE_PERL+=                ack
 post-configure:
            ${TOUCH} ${WRKSRC}/ack
 
-DEPENDS+=      p5-File-Next>=0.4:../../devel/p5-File-Next
-#DEPENDS+=     p5-Term-ANSIColor-[0-9]*:../../devel/p5-Term-ANSIColor
-#BUILD_DEPENDS+=       {perl>=5.8.8,p5-Test-Harness>=2.5}:../../devel/p5-Test-Harness
-
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"

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



Home | Main Index | Thread Index | Old Index