pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-PPI
Module Name: pkgsrc
Committed By: wen
Date: Mon Jul 10 12:01:10 UTC 2017
Modified Files:
pkgsrc/devel/p5-PPI: Makefile distinfo
Log Message:
Update to 1.236
Upstream changes:
1.236 Thu 22 June 2017
Summary:
- prevent Node->child from proceeding without a valid argument
- make test pragma warning code enable -w to match warnings policy
1.234 Wed 21 June 2017
Summary:
- Prevent sub names like v10 from being version strings
(GitHub #65) (MOREGAN)
1.232 Wed 21 June 2017
Summary:
- add Changes entries forgotten in 1.230
1.230 Wed 21 June 2017
Summary:
- remove temporary fix introduced in 1.226
- prevent possible regex on undefined scalar in
__current_token_is_forced_word
1.228 Tue 20 June 2017
Summary:
- keep PPI::Dumper from breaking Perl::Critic under cperl 5.27
(RURBAN)
1.226 Tue 20 June 2017
Summary:
- Fix test reliance on '.' in @INC (KENTNL)
- temporary fix to keep an untested combination from blocking
Perl::Critic (https://github.com/chriscapaci)
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/p5-PPI/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/p5-PPI/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/p5-PPI/Makefile
diff -u pkgsrc/devel/p5-PPI/Makefile:1.26 pkgsrc/devel/p5-PPI/Makefile:1.27
--- pkgsrc/devel/p5-PPI/Makefile:1.26 Tue Jun 13 12:19:04 2017
+++ pkgsrc/devel/p5-PPI/Makefile Mon Jul 10 12:01:10 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2017/06/13 12:19:04 mef Exp $
+# $NetBSD: Makefile,v 1.27 2017/07/10 12:01:10 wen Exp $
-DISTNAME= PPI-1.224
+DISTNAME= PPI-1.236
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=PPI/}
Index: pkgsrc/devel/p5-PPI/distinfo
diff -u pkgsrc/devel/p5-PPI/distinfo:1.12 pkgsrc/devel/p5-PPI/distinfo:1.13
--- pkgsrc/devel/p5-PPI/distinfo:1.12 Tue Jun 13 12:19:04 2017
+++ pkgsrc/devel/p5-PPI/distinfo Mon Jul 10 12:01:10 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2017/06/13 12:19:04 mef Exp $
+$NetBSD: distinfo,v 1.13 2017/07/10 12:01:10 wen Exp $
-SHA1 (PPI-1.224.tar.gz) = dd3f7b8ea4ad1611ba61f97f9da00c2bf2520147
-RMD160 (PPI-1.224.tar.gz) = aafeff6a5539bd41c27850127e8dc1cf25d35382
-SHA512 (PPI-1.224.tar.gz) = 7c5f4a01b3d4a1e7e2f68d7e5c81368387fbe9a4cd2f20afc494706f742c9ba0b293747b692fb77af9a1457e077687c7d5217bf09137ab71bb50ba52da24431c
-Size (PPI-1.224.tar.gz) = 257197 bytes
+SHA1 (PPI-1.236.tar.gz) = 04abb9603b462f787c1a96b529f16595a995279e
+RMD160 (PPI-1.236.tar.gz) = aff49850543ca13e2c0ca3e8f706bb26c75621a0
+SHA512 (PPI-1.236.tar.gz) = 93a7f4059b12156bdcba77958c17841ab43d85cb0045d0c58d087d6e637e09e253a559cfe465d9d8699329098582759cb8381978c121b9661a9a755e919dece1
+Size (PPI-1.236.tar.gz) = 257245 bytes
Home |
Main Index |
Thread Index |
Old Index