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:           Sat Dec 30 15:02:43 UTC 2017

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

Log Message:
p5-ack: update to 2.22.

2.22    Fri Dec 22 16:42:43 CST 2017
====================================
No changes since 2.21_01.

2.21_01 Mon Dec 18 23:40:45 CST 2017
====================================
[FIXES]
Avoid a fatal error that sometimes happened if a file was unreadable.
(GH#520)

[ENHANCEMENTS]
Added support for the Kotlin language.

Sped up file type detection for certain files.

2.20    Sun Dec 10 21:54:55 CST 2017
====================================
No changes since 2.19_01.

2.19_01 Thu Dec  7 23:35:53 CST 2017
====================================
[FIXES]
Changed a construction in the docs that Ubuntu flagged as a misspelling.

[ENHANCEMENTS]
When using submodules, the .git directory will be a file.  Make ack
ignore this by default.  Thanks, Michele Campeotto. (GH#653)

[INTERNALS]
Replaced all the test data for the test suite with public domain documents.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/textproc/p5-ack/Makefile
cvs rdiff -u -r1.12 -r1.13 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.27 pkgsrc/textproc/p5-ack/Makefile:1.28
--- pkgsrc/textproc/p5-ack/Makefile:1.27        Mon Sep 18 12:47:02 2017
+++ pkgsrc/textproc/p5-ack/Makefile     Sat Dec 30 15:02:43 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2017/09/18 12:47:02 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2017/12/30 15:02:43 wiz Exp $
 
-DISTNAME=      ack-2.18
+DISTNAME=      ack-2.22
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    textproc perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=App/}

Index: pkgsrc/textproc/p5-ack/distinfo
diff -u pkgsrc/textproc/p5-ack/distinfo:1.12 pkgsrc/textproc/p5-ack/distinfo:1.13
--- pkgsrc/textproc/p5-ack/distinfo:1.12        Mon Sep 18 12:47:02 2017
+++ pkgsrc/textproc/p5-ack/distinfo     Sat Dec 30 15:02:43 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2017/09/18 12:47:02 wiz Exp $
+$NetBSD: distinfo,v 1.13 2017/12/30 15:02:43 wiz Exp $
 
-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
+SHA1 (ack-2.22.tar.gz) = 414f246978a675575f542aeefb6397e52f65b6f1
+RMD160 (ack-2.22.tar.gz) = 75ec69671ca8de7fd6a10fcfc81649bb41b9c8bb
+SHA512 (ack-2.22.tar.gz) = d0073c424d861f2cfdc2ce8c0dfa149620803b4c30adb6c6f4f8896277ac89bb6d97d3e8e9bdfd1202f95808bd387b2e3a8353a3e7d204cdd61eb9cafde48303
+Size (ack-2.22.tar.gz) = 250275 bytes



Home | Main Index | Thread Index | Old Index