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 Apr 30 07:59:51 UTC 2022

Modified Files:
        pkgsrc/devel/p5-PPI: Makefile distinfo

Log Message:
Update to 1.273
Update DEPENDS

UPstream changes:
1.273   2022-04-22 15:58:31Z
        Summary:
    - Whitespace in signatures is now preserved (GH#257)

1.272   2022-02-02 16:10:50Z
        Summary:
        - Drop prerequisite for IO::String on perl 5.8+

1.271   2022-01-25 21:47:21Z
        Summary:
        - return correct name for lexical subroutines
        - silence uninitialized warning in t/07_token.t
        - bump minimum Test::More version to 0.96
        - fix some typos in Pod
        - moved repository to Perl-Critic GitHub org:
                https://github.com/Perl-Critic/PPI


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/devel/p5-PPI/Makefile
cvs rdiff -u -r1.17 -r1.18 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.35 pkgsrc/devel/p5-PPI/Makefile:1.36
--- pkgsrc/devel/p5-PPI/Makefile:1.35   Mon May 24 19:51:19 2021
+++ pkgsrc/devel/p5-PPI/Makefile        Sat Apr 30 07:59:50 2022
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.35 2021/05/24 19:51:19 wiz Exp $
+# $NetBSD: Makefile,v 1.36 2022/04/30 07:59:50 wen Exp $
 
-DISTNAME=      PPI-1.270
+DISTNAME=      PPI-1.273
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=PPI/}
 
@@ -14,13 +13,9 @@ LICENSE=     ${PERL5_LICENSE}
 # Before update this package, please check $XS_COMPATIBLE in lib/PPI.pm.
 # If it is greater than version of devel/p5-PPI-XS, p5-PPI-XS should be updated.
 DEPENDS+=      p5-Clone>=0.30:../../devel/p5-Clone
-#DEPENDS+=     {perl>=5.10,p5-Digest-MD5>=2.35}:../../security/p5-Digest-MD5
-DEPENDS+=      p5-IO-String>=1.07:../../devel/p5-IO-String
 DEPENDS+=      p5-List-MoreUtils>=0.16:../../devel/p5-List-MoreUtils
 DEPENDS+=      p5-Params-Util>=1.00:../../devel/p5-Params-Util
-#DEPENDS+=     {perl>=5.10.1,p5-Scalar-List-Utils>=1.20}:../../devel/p5-Scalar-List-Utils
 DEPENDS+=      p5-Task-Weaken-[0-9]*:../../devel/p5-Task-Weaken
-#DEPENDS+=     {perl>=5.8,p5-Storable>=2.17}:../../devel/p5-Storable
 
 BUILD_DEPENDS+=                p5-Class-Inspector>=1.22:../../devel/p5-Class-Inspector
 BUILD_DEPENDS+=                p5-File-Remove>=1.42:../../sysutils/p5-File-Remove

Index: pkgsrc/devel/p5-PPI/distinfo
diff -u pkgsrc/devel/p5-PPI/distinfo:1.17 pkgsrc/devel/p5-PPI/distinfo:1.18
--- pkgsrc/devel/p5-PPI/distinfo:1.17   Tue Oct 26 10:17:13 2021
+++ pkgsrc/devel/p5-PPI/distinfo        Sat Apr 30 07:59:50 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2021/10/26 10:17:13 nia Exp $
+$NetBSD: distinfo,v 1.18 2022/04/30 07:59:50 wen Exp $
 
-BLAKE2s (PPI-1.270.tar.gz) = 2b48bf8a98653ba3f289b2ed36709f528a9ec0e7f8ce1d875243bb258a7c8e85
-SHA512 (PPI-1.270.tar.gz) = d138db281c69fc8bbf53174df720e97633e7fd35bc77a24ceeb164277a69a5aff2629a66e7d898d62db270333c87f998eaac23a9eab7ede76dcfd43d2c546858
-Size (PPI-1.270.tar.gz) = 251100 bytes
+BLAKE2s (PPI-1.273.tar.gz) = c3d2a37e94f5aaee1d83169103b4a0a4908b80bfe9c1d6e954d1c680d062da34
+SHA512 (PPI-1.273.tar.gz) = 2ee1c77e3009754e2940cfb359dc8a86e2f1312efb6cb03ebc2ab3fab1508a44b1b7ad389e8d16588fd6fa29d39abf4dd49ae465557fb18c62cf65e3ca5a609a
+Size (PPI-1.273.tar.gz) = 243707 bytes



Home | Main Index | Thread Index | Old Index