pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/p5-Filter
Module Name: pkgsrc
Committed By: wen
Date: Tue Apr 11 13:27:09 UTC 2023
Modified Files:
pkgsrc/textproc/p5-Filter: Makefile distinfo
Log Message:
Update to 1.64
Upstream changes:
1.64 2022-08-16 rurban
----
* Exec: Silence all Windows -Wint-conversion and -Wint-to-pointer-cast
warnings
1.63 2022-08-11 rurban
----
* Exec: Really fix USE_ITHREADS (GH #17) with USE_THREADS
on windows. USE_5005THREADS is not defined in older perls, but
OLD_PTHREADS_API is.
1.62 2022-08-10 rurban
----
* Exec: compile with USE_THREADS and USE_ITHREADS (GH #17)
* add a make release target
1.61 2022-06-13 rurban
----
* perfilter.pod: minor improvements (PR #16 khw)
* Remove runtime recommends META (GH #14 kentfredric)
* use strict in all modules. Fixes Test::Kwalitee.
* Add github actions, and cirrus CI's
* Updated Copyright years.
To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/textproc/p5-Filter/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/textproc/p5-Filter/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-Filter/Makefile
diff -u pkgsrc/textproc/p5-Filter/Makefile:1.48 pkgsrc/textproc/p5-Filter/Makefile:1.49
--- pkgsrc/textproc/p5-Filter/Makefile:1.48 Tue Jun 28 11:36:16 2022
+++ pkgsrc/textproc/p5-Filter/Makefile Tue Apr 11 13:27:09 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.48 2022/06/28 11:36:16 wiz Exp $
+# $NetBSD: Makefile,v 1.49 2023/04/11 13:27:09 wen Exp $
-DISTNAME= Filter-1.60
+DISTNAME= Filter-1.64
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 2
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Filter/}
Index: pkgsrc/textproc/p5-Filter/distinfo
diff -u pkgsrc/textproc/p5-Filter/distinfo:1.21 pkgsrc/textproc/p5-Filter/distinfo:1.22
--- pkgsrc/textproc/p5-Filter/distinfo:1.21 Tue Oct 26 11:22:27 2021
+++ pkgsrc/textproc/p5-Filter/distinfo Tue Apr 11 13:27:09 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.21 2021/10/26 11:22:27 nia Exp $
+$NetBSD: distinfo,v 1.22 2023/04/11 13:27:09 wen Exp $
-BLAKE2s (Filter-1.60.tar.gz) = 68f4df54ddc4028cb3117308b4131966156366cb3f80f9bf902bc5d290bf2ff3
-SHA512 (Filter-1.60.tar.gz) = be6ecb9d37c8384de34e842e1e46a24c43592cb1995178ef7a100ef8b028e506d26c044ae9fd1e4672344cbc2dae06b9136b27eced5470cfce683017129cf248
-Size (Filter-1.60.tar.gz) = 95351 bytes
+BLAKE2s (Filter-1.64.tar.gz) = 379936f804f6c38a660b29e54bb69fc9b3d0e4dc922d845a64bc02dfb5d65106
+SHA512 (Filter-1.64.tar.gz) = c4b8316f6ec1b7263f9df973ccbb2f939a3296cec9cd644f67a10b0c71679db19afcf1a52601cde028a309655e9241727e76cd96091f7c3ac0514f145790d4a0
+Size (Filter-1.64.tar.gz) = 96733 bytes
Home |
Main Index |
Thread Index |
Old Index