Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-String-Util p5-String-Util: update to 1.31.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/67b9565ffbb9
branches:  trunk
changeset: 438354:67b9565ffbb9
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Sep 07 09:56:04 2020 +0000

description:
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()

diffstat:

 devel/p5-String-Util/Makefile |  14 ++++++--------
 devel/p5-String-Util/distinfo |  10 +++++-----
 2 files changed, 11 insertions(+), 13 deletions(-)

diffs (45 lines):

diff -r c8563064c683 -r 67b9565ffbb9 devel/p5-String-Util/Makefile
--- a/devel/p5-String-Util/Makefile     Mon Sep 07 09:53:59 2020 +0000
+++ b/devel/p5-String-Util/Makefile     Mon Sep 07 09:56:04 2020 +0000
@@ -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
 
diff -r c8563064c683 -r 67b9565ffbb9 devel/p5-String-Util/distinfo
--- a/devel/p5-String-Util/distinfo     Mon Sep 07 09:53:59 2020 +0000
+++ b/devel/p5-String-Util/distinfo     Mon Sep 07 09:56:04 2020 +0000
@@ -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