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: wen
Date: Sun May 29 01:28:56 UTC 2022
Modified Files:
pkgsrc/devel/p5-PPIx-Regexp: Makefile distinfo
Log Message:
Update to 0.085
Upstream changes:
0.085 2022-04-16 T. R. Wyant
Remove 'postderef' argument to PPIx::Regexp->new(). Postfix
dereference is always recognized.
0.084 2022-04-02 T. R. Wyant
Require PPI 1.238 for postfix deref support, and recode the
postfix deref logic in terms of 1.238's functionality.
Parse '@{[ ... ]}' as code, not interpolation. This is more in line
with what it actually represents, and allows correct versioning of
postfix dereferences. But is is an incompatible change.
To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/devel/p5-PPIx-Regexp/Makefile
cvs rdiff -u -r1.36 -r1.37 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.47 pkgsrc/devel/p5-PPIx-Regexp/Makefile:1.48
--- pkgsrc/devel/p5-PPIx-Regexp/Makefile:1.47 Sun Mar 20 03:00:20 2022
+++ pkgsrc/devel/p5-PPIx-Regexp/Makefile Sun May 29 01:28:56 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.47 2022/03/20 03:00:20 wen Exp $
+# $NetBSD: Makefile,v 1.48 2022/05/29 01:28:56 wen Exp $
-DISTNAME= PPIx-Regexp-0.083
+DISTNAME= PPIx-Regexp-0.085
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/W/WY/WYANT/}
@@ -10,7 +10,7 @@ HOMEPAGE= https://metacpan.org/release/P
COMMENT= Represent a regular expression of some sort
LICENSE= ${PERL5_LICENSE}
-DEPENDS+= p5-PPI>=1.117:../../devel/p5-PPI
+DEPENDS+= p5-PPI>=1.238:../../devel/p5-PPI
DEPENDS+= p5-Task-Weaken-[0-9]*:../../devel/p5-Task-Weaken
USE_LANGUAGES= # empty
Index: pkgsrc/devel/p5-PPIx-Regexp/distinfo
diff -u pkgsrc/devel/p5-PPIx-Regexp/distinfo:1.36 pkgsrc/devel/p5-PPIx-Regexp/distinfo:1.37
--- pkgsrc/devel/p5-PPIx-Regexp/distinfo:1.36 Sun Mar 20 03:00:20 2022
+++ pkgsrc/devel/p5-PPIx-Regexp/distinfo Sun May 29 01:28:56 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.36 2022/03/20 03:00:20 wen Exp $
+$NetBSD: distinfo,v 1.37 2022/05/29 01:28:56 wen Exp $
-BLAKE2s (PPIx-Regexp-0.083.tar.gz) = 46b175b60c97a954af7f2fb262c9d7c7b6ed830796548a6cfc18a0dde6cd4380
-SHA512 (PPIx-Regexp-0.083.tar.gz) = a73e0a7f7f4060516c32886c52d026b83d2dab9c329810e13e7cfaea96b29cae500f29999e707e54281c68401c6b53d9cdd29fc6c531557ddee67ef59cf9e265
-Size (PPIx-Regexp-0.083.tar.gz) = 242298 bytes
+BLAKE2s (PPIx-Regexp-0.085.tar.gz) = c6b2befe8c90c5909e8bd9ca12f4988354d27fe43c4dbb3e566d7582c70d5668
+SHA512 (PPIx-Regexp-0.085.tar.gz) = d5c29e4127b803267e81f1cf6dde522850a3efb85de8421bfd2c5e144c36c3cfa5ec51e13342c6f2a104325748c5d59891b19de02d69b8e7a3243356e0bcf4ff
+Size (PPIx-Regexp-0.085.tar.gz) = 241867 bytes
Home |
Main Index |
Thread Index |
Old Index