pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/p5-String-Tagged



Module Name:    pkgsrc
Committed By:   mef
Date:           Mon Jan  1 09:11:18 UTC 2024

Modified Files:
        pkgsrc/devel/p5-String-Tagged: Makefile distinfo

Log Message:
(devel/p5-String-Tagged) Updated 0.20 to 0.22

0.22    2023-10-02
        [CHANGES]
         * Add the same start/end/len options to `->clone` as
           `->iter_extents` takes

        [BUGFIXES]
         * Ensure that a `->substr` that splits a tag calculates its length
           correctly on the second half

0.21    2023-09-26
        [CHANGES]
         * Added `->delete_all_tag` method
         * Make it safe to delete the currently-iterating tag during
           `->iter_extents` and related


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/p5-String-Tagged/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/p5-String-Tagged/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-String-Tagged/Makefile
diff -u pkgsrc/devel/p5-String-Tagged/Makefile:1.2 pkgsrc/devel/p5-String-Tagged/Makefile:1.3
--- pkgsrc/devel/p5-String-Tagged/Makefile:1.2  Thu Jul  6 09:40:02 2023
+++ pkgsrc/devel/p5-String-Tagged/Makefile      Mon Jan  1 09:11:18 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2023/07/06 09:40:02 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2024/01/01 09:11:18 mef Exp $
 
-DISTNAME=      String-Tagged-0.20
+DISTNAME=      String-Tagged-0.22
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=String/}
 

Index: pkgsrc/devel/p5-String-Tagged/distinfo
diff -u pkgsrc/devel/p5-String-Tagged/distinfo:1.1 pkgsrc/devel/p5-String-Tagged/distinfo:1.2
--- pkgsrc/devel/p5-String-Tagged/distinfo:1.1  Thu Mar 30 17:39:55 2023
+++ pkgsrc/devel/p5-String-Tagged/distinfo      Mon Jan  1 09:11:18 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2023/03/30 17:39:55 wiz Exp $
+$NetBSD: distinfo,v 1.2 2024/01/01 09:11:18 mef Exp $
 
-BLAKE2s (String-Tagged-0.20.tar.gz) = 0d23d3b143a7f2ade9c62adc8f5c29d0e8c9c105a3fd08d04f7631f846bc6d44
-SHA512 (String-Tagged-0.20.tar.gz) = 785c07115c6c1ce2a3c4304efac99b5d58cc49f090aa9c41de86e25fdff7ab8e71ae6d9605aad598ba8f72d7bca3f4ec4d14926424d6479be02b99b4d07c69cb
-Size (String-Tagged-0.20.tar.gz) = 44136 bytes
+BLAKE2s (String-Tagged-0.22.tar.gz) = c9522426d98caed225f6b3e0bcf0b4b7b2b0ba8136344246cadb780a850d9922
+SHA512 (String-Tagged-0.22.tar.gz) = 09aaeabb0f2c59b970356023fbedd8111cafec8650bcb8af568b5c5f37dc864120581f2364bdd8d278bb7cce6d8630f331416253efd848b0dda57ca92d6920e5
+Size (String-Tagged-0.22.tar.gz) = 45824 bytes



Home | Main Index | Thread Index | Old Index