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 Nov  4 23:55:45 UTC 2023

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

Log Message:
Update to 1.277

Upstream changes:
1.277   2023-09-22 09:12:48Z
        Summary:
        - Parse prototypes as literal quotes, enables parens and newlines in protos
        - Fix false positive detection of labels (GH#289) (Dan Church)

        Details:
        - Wrapped most Document->new calls in tests with automatic checks


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/devel/p5-PPI/Makefile
cvs rdiff -u -r1.20 -r1.21 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.41 pkgsrc/devel/p5-PPI/Makefile:1.42
--- pkgsrc/devel/p5-PPI/Makefile:1.41   Thu Jul  6 09:39:47 2023
+++ pkgsrc/devel/p5-PPI/Makefile        Sat Nov  4 23:55:45 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.41 2023/07/06 09:39:47 wiz Exp $
+# $NetBSD: Makefile,v 1.42 2023/11/04 23:55:45 wen Exp $
 
-DISTNAME=      PPI-1.276
+DISTNAME=      PPI-1.277
 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.20 pkgsrc/devel/p5-PPI/distinfo:1.21
--- pkgsrc/devel/p5-PPI/distinfo:1.20   Sun Jul 31 12:44:28 2022
+++ pkgsrc/devel/p5-PPI/distinfo        Sat Nov  4 23:55:45 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.20 2022/07/31 12:44:28 wen Exp $
+$NetBSD: distinfo,v 1.21 2023/11/04 23:55:45 wen Exp $
 
-BLAKE2s (PPI-1.276.tar.gz) = e550e11283e32ab6041dd5626f7a00fcac1ced527024e99ecd0e4e899922db15
-SHA512 (PPI-1.276.tar.gz) = fb6ed20e7d36ac83757107a7d075bc7a387cb32a83e5927b47423b7705f7b7d2b05762bd21d480d75cda494fee9a40d789515c84efec5c2f2e4a1041524e3af0
-Size (PPI-1.276.tar.gz) = 245196 bytes
+BLAKE2s (PPI-1.277.tar.gz) = e82240c63439f2a0c1cb388deb207e6576afcaf7e99518c04aa856e8bf2512f6
+SHA512 (PPI-1.277.tar.gz) = 9d0c0721640d59010027bdb0afedd8589902030c50522e7309b9a53c41ae3dd29e3f0e78c83ae943f1c6d71bfacb34d96caa882d869f97a03ca56377d18b37e8
+Size (PPI-1.277.tar.gz) = 241536 bytes



Home | Main Index | Thread Index | Old Index