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:           Fri Mar 28 00:59:22 UTC 2025

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

Log Message:
Update to 1.281

Upstream changes:
1.281   2024-12-27 14:44:47Z
        Summary:
        - Implement support for signatures and other parsing features
        Details:
        - Framework for recognition of parsing feature activation via:
          - `use $PERL_VERSION` in code
          - `use feature` in code
          - `use $Common::CPAN::Module` in code
          - PPI::Document->new( feature_mods => ... )
          - PPI::Document->new( custom_feature_includes => ... )
          - PPI::Document->new( custom_feature_include_cb => ... )
          - $ENV{PPI_CUSTOM_FEATURE_INCLUDES}
        - Added ability to parse features:
          - signatures, as PPI::Structure::Signature
          - try catch, as PPI::Statement::Compound


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/devel/p5-PPI/Makefile
cvs rdiff -u -r1.23 -r1.24 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.45 pkgsrc/devel/p5-PPI/Makefile:1.46
--- pkgsrc/devel/p5-PPI/Makefile:1.45   Sat Nov 16 12:04:51 2024
+++ pkgsrc/devel/p5-PPI/Makefile        Fri Mar 28 00:59:22 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.45 2024/11/16 12:04:51 wiz Exp $
+# $NetBSD: Makefile,v 1.46 2025/03/28 00:59:22 wen Exp $
 
-DISTNAME=      PPI-1.279
+DISTNAME=      PPI-1.281
 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.23 pkgsrc/devel/p5-PPI/distinfo:1.24
--- pkgsrc/devel/p5-PPI/distinfo:1.23   Wed Oct 30 08:20:07 2024
+++ pkgsrc/devel/p5-PPI/distinfo        Fri Mar 28 00:59:22 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.23 2024/10/30 08:20:07 wen Exp $
+$NetBSD: distinfo,v 1.24 2025/03/28 00:59:22 wen Exp $
 
-BLAKE2s (PPI-1.279.tar.gz) = 7322826170efbd1a92a93b770785df67cd024ad7c54332baeefa9ea35a6c29b4
-SHA512 (PPI-1.279.tar.gz) = 96b3144f2c4b0d45f9761dca470caa2150e975085a352fecf26c250b1e210c11183e57499a4a7c9d8994501ffdc25349ffe1f8ab60c44cf4f0ea324f822f7b4b
-Size (PPI-1.279.tar.gz) = 243582 bytes
+BLAKE2s (PPI-1.281.tar.gz) = 4f8566ee90924425c4b9e199612cca76f9f5cc528686dbeb2c7b9b4dec578213
+SHA512 (PPI-1.281.tar.gz) = feabf11a55ba42cf08fc5ca6606d6ac412a68ca6ba71246cf9ebc824f03ac9ee6880e3fb0d84146576b462da80e5d56ec8de297618c089e75589f05b4f3b939e
+Size (PPI-1.281.tar.gz) = 251566 bytes



Home | Main Index | Thread Index | Old Index