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: Sat Jun 1 02:53:25 UTC 2019
Modified Files:
pkgsrc/devel/p5-PPI: Makefile distinfo
Log Message:
Update to 1.269
Upstream changes:
1.269 2019-05-17 18:36:46Z
Summary:
- many small documentation improvements
1.268 2019-05-16 10:00:39Z
Summary:
- fix a broken link in the pod
1.267 2019-05-16 09:22:34Z
Summary:
- make PPI::Test::Run more OS-agnostic
1.266 2019-05-15 16:17:49Z
Summary:
- keep heredoc terminator detection from triggering regex errors
- small cleanups
Details:
- make the output of PPI::Test::Run more useful
- remove a superfluous import
1.265 2019-05-14 12:39:51Z
Summary:
- simplified a code construct
1.264 2019-04-28 14:56:28Z
Summary:
- keep vstring processing from swallowing underscores
1.262 2019-04-28 11:41:54Z
Summary:
- convert newlines in some raw test files from win32 to unix
1.260 2019-04-28 11:10:02Z
Summary:
- allow underscores in vstrings
1.258 2019-04-27 17:05:33Z
Summary:
- remove accidentally included Test::InDistDir
1.256 2019-04-26 16:40:01Z
Summary:
- allow all PPI::Document instances to have a filename attribute
1.254 2019-04-26 16:23:21Z
Summary:
- recognize `for (;<$foo>;) {}` as containing a readline operator
1.252 2019-04-26 14:21:36Z
Summary:
- add support for the double diamond (<<>>) input operator
- adjust position of a todo marker to not catch a passing test
1.250 2019-04-25 16:43:32Z
Summary:
- various smaller releng changes
Details:
- removed dependency on File::Remove
- add some tests including a TODO test for misparse bug on '(1)-1'
- allow tests to run without pre-determined module versions
- add travis-perl helper to be run before install
- update versions of Perl Travis tests on
1.248 2019-04-25 16:08:08Z
Summary:
- parse list-embedded curlies as hash constructors
1.246 2019-04-25 15:33:48Z
Summary:
- support indented here-docs
- fixed some typos
1.244 2019-04-25 15:21:51Z
Summary:
- support key-value and index-value slices in PPI::Token::Symbol symbol method
1.242 2019-04-25 14:33:56Z
Summary:
- keep exponents of 2 or more zeroes from trapping PPI in an endless loop
1.240 2019-04-25 14:09:24Z
Summary:
- add support for lexical subroutines from perl-5.26
1.238 2019-04-25 12:03:37Z
Summary:
- only release engineering, moved to Dist::Zilla, straightened out
dependencies and fixed some formatting in Changes
1.237_001 Wed 15 Nov 2017
Summary:
- support postfix dereference
- remove dependencies on vars, base and List::MoreUtils
- reduce globals and cross-package variables
- make xt/api.t skip/run properly
Details:
- convert many cross-package var accesses to var imports
- convert several unnecessary globals to local variables
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/p5-PPI/Makefile
cvs rdiff -u -r1.13 -r1.14 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.28 pkgsrc/devel/p5-PPI/Makefile:1.29
--- pkgsrc/devel/p5-PPI/Makefile:1.28 Wed Aug 22 09:44:28 2018
+++ pkgsrc/devel/p5-PPI/Makefile Sat Jun 1 02:53:25 2019
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.28 2018/08/22 09:44:28 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2019/06/01 02:53:25 wen Exp $
-DISTNAME= PPI-1.236
+DISTNAME= PPI-1.269
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=PPI/}
Index: pkgsrc/devel/p5-PPI/distinfo
diff -u pkgsrc/devel/p5-PPI/distinfo:1.13 pkgsrc/devel/p5-PPI/distinfo:1.14
--- pkgsrc/devel/p5-PPI/distinfo:1.13 Mon Jul 10 12:01:10 2017
+++ pkgsrc/devel/p5-PPI/distinfo Sat Jun 1 02:53:25 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2017/07/10 12:01:10 wen Exp $
+$NetBSD: distinfo,v 1.14 2019/06/01 02:53:25 wen Exp $
-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
+SHA1 (PPI-1.269.tar.gz) = 86d5967f71a4e00990e9f88d9e4225f1bf05cc8f
+RMD160 (PPI-1.269.tar.gz) = c23f2c23cf9b807c457b51ec5f13972ab75e910e
+SHA512 (PPI-1.269.tar.gz) = 49942089ab7d99d32b65156202c77e3d5d741c413d67e0d75a98b3ab3adb738fcd60d046abdb3848d3a218c9c339a44ff776b32b79c9a2b0ce4ae3ff29c25459
+Size (PPI-1.269.tar.gz) = 250895 bytes
Home |
Main Index |
Thread Index |
Old Index