pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-Devel-PPPort Update to 3.46
details: https://anonhg.NetBSD.org/pkgsrc/rev/d7a9b0aad63f
branches: trunk
changeset: 332898:d7a9b0aad63f
user: wen <wen%pkgsrc.org@localhost>
date: Sat Apr 27 07:31:48 2019 +0000
description:
Update to 3.46
Upstream changes:
3.46 - 2019-04-20
* Fix the isFOO character type classification macros to work properly on
all versions, as follows:
* Fixed isALNUM, isALPHA, isDIGIT, isIDFIRST, isLOWER, and isUPPER on
very early perls to not be locale-dependent
* Fixed isASCII on early perls to work with signed char arguments
* Fixed isCNTRL on early perls to know that DEL is a control
* Fixed isSPACE on perls before 5.20 to know that VERTICAL TAB is a
space
* Added isALPHANUMERIC, synonym for isALNUMC
* Added isIDCONT, to match legal non-initial characters in an
identifier
* Added isOCTAL, to match [0-7]
* Added isWORDCHAR, synonym for isALNUM
* Make all the character classification isFOO macros work on EBCDIC
platforms on all versions
* Added isFOO_A synonyms for all character classification isFOO
macros
* Provide LIKELY/UNLIKELY branch prediction
* Provide av_tindex/av_top_index
* Provide __ASSERT_ for assertions inside macros
* Provide UTF8_SAFE_SKIP
* Provide my_strnlen()
* Provide utf8_to_uvchr_buf()
* Replace utf8_to_uvchr() with a safer version
* Provide UNICODE_REPLACEMENT
diffstat:
devel/p5-Devel-PPPort/Makefile | 6 +++---
devel/p5-Devel-PPPort/distinfo | 10 +++++-----
2 files changed, 8 insertions(+), 8 deletions(-)
diffs (31 lines):
diff -r 34315f72bc0d -r d7a9b0aad63f devel/p5-Devel-PPPort/Makefile
--- a/devel/p5-Devel-PPPort/Makefile Sat Apr 27 04:22:55 2019 +0000
+++ b/devel/p5-Devel-PPPort/Makefile Sat Apr 27 07:31:48 2019 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.29 2019/04/19 10:23:44 wen Exp $
+# $NetBSD: Makefile,v 1.30 2019/04/27 07:31:48 wen Exp $
-DISTNAME= Devel-PPPort-3.45
+DISTNAME= Devel-PPPort-3.46
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/}
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/A/AT/ATOOMIC/}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= http://search.cpan.org/dist/Devel-PPPort/
diff -r 34315f72bc0d -r d7a9b0aad63f devel/p5-Devel-PPPort/distinfo
--- a/devel/p5-Devel-PPPort/distinfo Sat Apr 27 04:22:55 2019 +0000
+++ b/devel/p5-Devel-PPPort/distinfo Sat Apr 27 07:31:48 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.20 2019/04/19 10:23:44 wen Exp $
+$NetBSD: distinfo,v 1.21 2019/04/27 07:31:48 wen Exp $
-SHA1 (Devel-PPPort-3.45.tar.gz) = d27cb48a8c8efcf7b3e6a3a133c08a88443a485b
-RMD160 (Devel-PPPort-3.45.tar.gz) = 4f4b01f1cb39a9701e9863d5cf5f628f7cca31e3
-SHA512 (Devel-PPPort-3.45.tar.gz) = a8c786b91197c55664cdff46041507c243375ec5f6db191329ea4a4bf37b30b4a7249d34bd6d8b6798215cde63b28b998c74806297530c39b7c6d046664d6b21
-Size (Devel-PPPort-3.45.tar.gz) = 224629 bytes
+SHA1 (Devel-PPPort-3.46.tar.gz) = 1c55193420b626d76973afe9c8d6a68e23acd49a
+RMD160 (Devel-PPPort-3.46.tar.gz) = 77020d06be7df65affda0b1d41187009a0c7fe21
+SHA512 (Devel-PPPort-3.46.tar.gz) = 7b6a73dcdd4adb19577cdcd50329768d3b334cf5f0c334bcee724371044e747b8a40471663fedff3415915cef751078d0b1f6f1c25546f1d2b0999a14bfa4303
+Size (Devel-PPPort-3.46.tar.gz) = 180971 bytes
Home |
Main Index |
Thread Index |
Old Index