Wed Nov 27 12:23:36 2019 UTC ()
(devel/p5-Devel-PPPort) Udated 3.54 to 3.56

 3.56 - 2019-11-25

 * mktests.PL: use FindBin for INC setup
 * devel/regenerate: Adjust POD line length
 * Fix compilation with Visual C++ bugs introduced in 3.55 (Tomasz Konojacki)
 * Fix mess.t failures when on VC++ when $0 contains backslashes (Tomasz Konojacki)
 * Fix failing builds on 5.20.[1-3] introduced in 3.55 (Karl Williamson)
 * Change tests to accept and use Test::More-like functions (Karl Williamson)

 3.55 - 2019-11-07

  * Fix p5-Text-Xslate on Perl 5.8.5 (Nicolas R)
  * Fix EBCDIC build problem (Karl Williamson)
  * Fix isGRAPH_L1() bug (Karl Williamson)
  * utf8_to_uvchr_buf: Fix error checking on early EBCDICs and proper length (Karl Williamson)
  * HACKERS: fix typos and clarification (Karl Williamson)
  * Update bugtracker and repository URLs (Nicolas R)  (upstream/urls)
  * Add warning about UTF-8 unreliable in early perls (Karl Williamson)
  * Add withinCOUNT and inRANGE (Karl Williamson)
  * Implement G_RETHROW for eval_sv (Pali)
  * Backport some isFOO_LC macros (Karl Williamson)
  * Backport isFOO_LC_utf8_safe() (Karl Williamson)
  * Backport toFOO_uvchr() (Karl Williamson)
  * Backport isFOO_uvchr() (Karl Williamson)
  * Backport isFOO_utf8_safe() macros (Karl Williamson)
  * Backport toLOWER_utf8_safe and kin (Karl Williamson)
  * Backport UTF8_MAXBYTES_CASE (Karl Williamson)
  * Backport UTF8_CHK_SKIP (Karl Williamson)
  * Backport UTF8_SKIP (Karl Williamson)
  * Backport UNI to/from NATIVE (Karl Williamson)


(mef)
diff -r1.35 -r1.36 pkgsrc/devel/p5-Devel-PPPort/Makefile
diff -r1.24 -r1.25 pkgsrc/devel/p5-Devel-PPPort/distinfo

cvs diff -r1.35 -r1.36 pkgsrc/devel/p5-Devel-PPPort/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Devel-PPPort/Attic/Makefile 2019/10/15 14:34:16 1.35
+++ pkgsrc/devel/p5-Devel-PPPort/Attic/Makefile 2019/11/27 12:23:36 1.36
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.35 2019/10/15 14:34:16 mef Exp $ 1# $NetBSD: Makefile,v 1.36 2019/11/27 12:23:36 mef Exp $
2 2
3DISTNAME= Devel-PPPort-3.54 3DISTNAME= Devel-PPPort-3.56
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= devel perl5 5CATEGORIES= devel perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/A/AT/ATOOMIC/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/A/AT/ATOOMIC/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://metacpan.org/pod/Devel::PPPort 9HOMEPAGE= https://metacpan.org/pod/Devel::PPPort
10COMMENT= Perl5 module to bring newer features to older perl 10COMMENT= Perl5 module to bring newer features to older perl
11LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
12 12
13USE_LANGUAGES= c 13USE_LANGUAGES= c
14PERL5_PACKLIST= auto/Devel/PPPort/.packlist 14PERL5_PACKLIST= auto/Devel/PPPort/.packlist
15 15
16.include "../../lang/perl5/module.mk" 16.include "../../lang/perl5/module.mk"

cvs diff -r1.24 -r1.25 pkgsrc/devel/p5-Devel-PPPort/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Devel-PPPort/Attic/distinfo 2019/10/15 14:34:16 1.24
+++ pkgsrc/devel/p5-Devel-PPPort/Attic/distinfo 2019/11/27 12:23:36 1.25
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.24 2019/10/15 14:34:16 mef Exp $ 1$NetBSD: distinfo,v 1.25 2019/11/27 12:23:36 mef Exp $
2 2
3SHA1 (Devel-PPPort-3.54.tar.gz) = e1c88c9b0d5711ba39250cf1af2850c063a311e8 3SHA1 (Devel-PPPort-3.56.tar.gz) = 6e8009273b2e96d802094aa108200b7b04e835ae
4RMD160 (Devel-PPPort-3.54.tar.gz) = 50ad9f05199ba413ccf31e9054aa103ab8b03bc5 4RMD160 (Devel-PPPort-3.56.tar.gz) = 8d7161e47ca75603eeb794b5a05ec9217724e524
5SHA512 (Devel-PPPort-3.54.tar.gz) = f3183f9277c5ca04a2b43e2afc181bb091c9033f8c1d089a40fa234aff7e7bfb6fa58350eda63d76ec1df5fa519335fe48ce2fb01fa031025c6505bfdbf7fc4a 5SHA512 (Devel-PPPort-3.56.tar.gz) = 14cf9444a46bc68c6e9695388fcb3a1c695e0e589bd59a75218484147e3fc2344472250d6fa96cd68ebf0d0cfd8cfb8844d92d33b30abad620245f7a3e12178c
6Size (Devel-PPPort-3.54.tar.gz) = 248709 bytes 6Size (Devel-PPPort-3.56.tar.gz) = 354289 bytes