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: wen
Date: Tue Apr 11 12:08:25 UTC 2023
Modified Files:
pkgsrc/textproc/p5-ack: Makefile distinfo
Log Message:
Update to 3.7.0
Upstream changes:
v3.7.0 Sat Feb 25 14:00:57 CST 2023
========================================
[FEATURES]
Added a repeatable --not option to let you supply patterns that should NOT
match. For example, if you want to search for "dogs" but not if "cats" or
"fish" are on the same line, you can do:
ack dogs --not cats --not fish
Added .Rmd to the list of extensions understood to be R. Thanks, Kieran
Mace. (GH#358)
Added file type for for Powershell (.ps1 and .psm1 files). Thanks, Thomas
Gossler, (GH#362)
v3.6.0 Sat Aug 20 22:57:47 CDT 2022
========================================
[FEATURES]
Added default ignores for Python's pickle serialization format (GH#348)
Added default ignore for Visual Studio's user & workspace settings. Thanks,
Gabor Szabo. (GH#324)
Added support for the Crystal language. Thanks, Gabor Szabo. (GH#340)
Fixed some spelling errors. Thanks, Frieder Bluemle. (GH#310)
Added .sbt as a Scala extension. Thanks, Grzegorz Kaczmarczyk. (GH#322)
[DOCS]
Fixed incorrect example in the docs for --range-start. Thanks, Alex Beamish.
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/textproc/p5-ack/Makefile
cvs rdiff -u -r1.20 -r1.21 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.39 pkgsrc/textproc/p5-ack/Makefile:1.40
--- pkgsrc/textproc/p5-ack/Makefile:1.39 Tue Jun 28 11:36:47 2022
+++ pkgsrc/textproc/p5-ack/Makefile Tue Apr 11 12:08:25 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.39 2022/06/28 11:36:47 wiz Exp $
+# $NetBSD: Makefile,v 1.40 2023/04/11 12:08:25 wen Exp $
-DISTNAME= ack-v3.5.0
+DISTNAME= ack-v3.7.0
PKGNAME= p5-${DISTNAME:S/-v/-/}
-PKGREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/P/PE/PETDANCE/}
Index: pkgsrc/textproc/p5-ack/distinfo
diff -u pkgsrc/textproc/p5-ack/distinfo:1.20 pkgsrc/textproc/p5-ack/distinfo:1.21
--- pkgsrc/textproc/p5-ack/distinfo:1.20 Tue Oct 26 11:22:55 2021
+++ pkgsrc/textproc/p5-ack/distinfo Tue Apr 11 12:08:25 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.20 2021/10/26 11:22:55 nia Exp $
+$NetBSD: distinfo,v 1.21 2023/04/11 12:08:25 wen Exp $
-BLAKE2s (ack-v3.5.0.tar.gz) = 0c41cf9579c066d6a9846fe5528f04dd087ba3ddc0de7d638ee92bc49f30c05d
-SHA512 (ack-v3.5.0.tar.gz) = f5b9321fc62cf2ab86fa7dc933dd44245314ebd26bee2d8769f85c15fc8b4493d0757ca4430708f0ebea5692f9c73ad17cc00bc46d1f611b8489b30811df307d
-Size (ack-v3.5.0.tar.gz) = 249718 bytes
+BLAKE2s (ack-v3.7.0.tar.gz) = 07d182953d80570cc6fe0954f6f097f6e4359a35192daf01a9bef6e410ec579c
+SHA512 (ack-v3.7.0.tar.gz) = 3d97309956ce65f972a7636d195b13031f4441981d5bdddf0b67e577c32c88972f7ed02ffafbbf73c4db9a22f200f95cce9c8eb2a6f47fd60143d93469038f57
+Size (ack-v3.7.0.tar.gz) = 252426 bytes
Home |
Main Index |
Thread Index |
Old Index