pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Sep  7 09:56:04 UTC 2020

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

Log Message:
p5-String-Util: update to 1.31.

1.31  2020-07-27 10:28:07 PDT

        - Deprecate randcrypt() as it's not secure in 2020

        - Add file_get_contents()

        - Make trim() unicode friendly

1.30  2020-07-23 14:29:05 PDT

        - Ownership transferred to Scott Baker

        - Removed undocumented function: spacepad()

        - Added a new sanitize() function

        - Deprecated some older functions: crunch(), fullchomp(), define(), and cellfill()


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/p5-String-Util/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/p5-String-Util/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-Util/Makefile
diff -u pkgsrc/devel/p5-String-Util/Makefile:1.7 pkgsrc/devel/p5-String-Util/Makefile:1.8
--- pkgsrc/devel/p5-String-Util/Makefile:1.7    Mon Aug 31 18:08:52 2020
+++ pkgsrc/devel/p5-String-Util/Makefile        Mon Sep  7 09:56:04 2020
@@ -1,20 +1,18 @@
-# $NetBSD: Makefile,v 1.7 2020/08/31 18:08:52 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2020/09/07 09:56:04 wiz Exp $
 
-DISTNAME=      String-Util-1.26
+DISTNAME=      String-Util-1.31
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   4
 CATEGORIES=    devel perl5
-MASTER_SITES=  https://cpan.metacpan.org/authors/id/M/MI/MIKO/
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/B/BA/BAKERSCOT/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://cpan.metacpan.org/authors/id/M/MI/MIKO/
+HOMEPAGE=      https://metacpan.org/pod/String::Util
 COMMENT=       String processing utilities
 LICENSE=       ${PERL5_LICENSE}
 
-# for make test
-BUILD_DEPENDS+=        p5-Test-Toolbox-[0-9]*:../../devel/p5-Test-Toolbox
+TEST_DEPENDS+= p5-Test-Toolbox-[0-9]*:../../devel/p5-Test-Toolbox
 
-PERL5_MODULE_TYPE=     Module::Build
+PERL5_MODULE_TYPE=     Module::Build::Tiny
 PERL5_PACKLIST=                auto/String/Util/.packlist
 USE_LANGUAGES=         # none
 

Index: pkgsrc/devel/p5-String-Util/distinfo
diff -u pkgsrc/devel/p5-String-Util/distinfo:1.2 pkgsrc/devel/p5-String-Util/distinfo:1.3
--- pkgsrc/devel/p5-String-Util/distinfo:1.2    Mon Sep 19 09:07:38 2016
+++ pkgsrc/devel/p5-String-Util/distinfo        Mon Sep  7 09:56:04 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2016/09/19 09:07:38 mef Exp $
+$NetBSD: distinfo,v 1.3 2020/09/07 09:56:04 wiz Exp $
 
-SHA1 (String-Util-1.26.tar.gz) = 716c2dd786b966b60c5aef4dea17578ed13dc718
-RMD160 (String-Util-1.26.tar.gz) = 1e1b6fb526f3b16d16dd354c67e51d122ba8a1ea
-SHA512 (String-Util-1.26.tar.gz) = 27f4d9a36814695ca2123473f073577cc4ab31c0c1f9feccff8b9af0324c697df45efde981d638ed407521bb8348cf5512ebe1c9a5bfd5149df17b12014ed808
-Size (String-Util-1.26.tar.gz) = 19212 bytes
+SHA1 (String-Util-1.31.tar.gz) = 96beab0a839e977c4a0f32f7d37630fb61b91c3f
+RMD160 (String-Util-1.31.tar.gz) = 5597258b5f393108847846e67481368bce60634b
+SHA512 (String-Util-1.31.tar.gz) = 75283ea5b8dbf9933c94c96da71ace8380cb74c9848c35c4c5377ae00aeddd0851fbee8f3506ee4110e9f278b725aa0376d261424bd78eec6f6e32e2f3fc8f9b
+Size (String-Util-1.31.tar.gz) = 23401 bytes



Home | Main Index | Thread Index | Old Index