pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-PPIx-Regexp
Module Name: pkgsrc
Committed By: wiz
Date: Sun Sep 17 12:57:27 UTC 2017
Modified Files:
pkgsrc/devel/p5-PPIx-Regexp: Makefile distinfo
Log Message:
p5-PPIx-Regexp: update to 0.052.
0.052 2017-09-07 T. R. Wyant
RT 122715: Clarify Node->find_parents() documentation. Thanks to
Salvatore Bonaccorso for letting me know about this problem..
Further deprecate tokenizer method prior() in favor of
prior_significant_token().
Add requirements_for_perl(). This is analogous to the
CPAN::Meta::Requirements method requirements_for_module(), though
the output is formatted differently. Also put in the actual
requirements for an un-escaped literal left curly after a constant,
which was removed in 5.25.1 and reinstated in 5.27.1.
Add accepts_perl(). This is analogous to
CPAN::Meta::Requirements->accepts_module(). I decided that
CPAN::Meta;:Requirements was overkill, but this may turn out to be
the wrong decision, so I will be careful what I expose.
Document behavior of perl_version_introduced() and
perl_version_removed() when a feature is re-introduced after
removal, or re-removed after re-introduction.
\N{} (empty curlys) removed in 5.27.1.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/p5-PPIx-Regexp/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/p5-PPIx-Regexp/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-PPIx-Regexp/Makefile
diff -u pkgsrc/devel/p5-PPIx-Regexp/Makefile:1.23 pkgsrc/devel/p5-PPIx-Regexp/Makefile:1.24
--- pkgsrc/devel/p5-PPIx-Regexp/Makefile:1.23 Mon Jun 5 14:23:25 2017
+++ pkgsrc/devel/p5-PPIx-Regexp/Makefile Sun Sep 17 12:57:27 2017
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.23 2017/06/05 14:23:25 ryoon Exp $
+# $NetBSD: Makefile,v 1.24 2017/09/17 12:57:27 wiz Exp $
#
-DISTNAME= PPIx-Regexp-0.051
+DISTNAME= PPIx-Regexp-0.052
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/W/WY/WYANT/}
Index: pkgsrc/devel/p5-PPIx-Regexp/distinfo
diff -u pkgsrc/devel/p5-PPIx-Regexp/distinfo:1.15 pkgsrc/devel/p5-PPIx-Regexp/distinfo:1.16
--- pkgsrc/devel/p5-PPIx-Regexp/distinfo:1.15 Mon Jan 30 12:47:33 2017
+++ pkgsrc/devel/p5-PPIx-Regexp/distinfo Sun Sep 17 12:57:27 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.15 2017/01/30 12:47:33 mef Exp $
+$NetBSD: distinfo,v 1.16 2017/09/17 12:57:27 wiz Exp $
-SHA1 (PPIx-Regexp-0.051.tar.gz) = 551ba0c2c9633c1a2e23f732b1ceb293f5cc04f2
-RMD160 (PPIx-Regexp-0.051.tar.gz) = 235bfcf5ad74209320d14742859ee5e4c8de1a02
-SHA512 (PPIx-Regexp-0.051.tar.gz) = 1b49d5e3ea3e572cb3df9a92fc020af47fbb3d7e0ccf4acabacb3ffbd200a62ab55a523e36848c7bf8e6b5b097a443584d4570247f24b778dc52fa29bc5d6a1a
-Size (PPIx-Regexp-0.051.tar.gz) = 198969 bytes
+SHA1 (PPIx-Regexp-0.052.tar.gz) = 53c6a033732e92022711b09e2f8462369d132158
+RMD160 (PPIx-Regexp-0.052.tar.gz) = 6aa34215725de810745822416a0b6d7e15e272d0
+SHA512 (PPIx-Regexp-0.052.tar.gz) = 4459930a6d21b8e608f4dd8028f6e919c86b91fe1dc94e7b50c7bd5da43056386bbde4851b87613da06eb0d36534dd17378a527dcb692564ea42e770c68d25f8
+Size (PPIx-Regexp-0.052.tar.gz) = 202298 bytes
Home |
Main Index |
Thread Index |
Old Index