Skip to content

Commit

Permalink
(devel/p5-Devel-PPPort) Updated 3.52 to 3.54
Browse files Browse the repository at this point in the history
 3.54 - 2019-09-27

  * Fix Unix-format path in Devel::PPPort's Makefile.PL
  * Fix utf8_to_uvchr_buf for 5.7.0
  * Add hint for utf8_to_uvchr()
  * Fix hints for is_ascii_string
  * Use numeric comparisons with $]
  * Fix 'for loops' to work on early perls
  * Can't use GCC brace groups before 5.4
  * Add script to regenerate ppport.fnc
  * Suppress useless warning
  * Fix mktests.PL for Perl 5.8.0
  * Implement sv_len_utf8_nomg() and sv_len_utf8()
  * Fix eval_pv for Perl versions prior to 5.31.2
  * Consolidate UTF-8 functions/macros into new file
  * Implement sv_mortalcopy_flags()
  * Implement newSVsv_flags()
  * Enable Perl compile-time warnings at all place
  * Improve Makefile.PL
  * Add tests for IVdf, UVuf, IV_MAX and UV_MAX

 3.53 - 2019-09-27

  * Rename PPPort_xs.PL to RealPPPort_xs.PL
  * Fix compilation issues with version older than 5.010
  * Fix compilation issues with version older than 5.010
  • Loading branch information
mef committed Oct 15, 2019
1 parent 96bd8dd commit e29a044
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
7 changes: 3 additions & 4 deletions devel/p5-Devel-PPPort/Makefile
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
# $NetBSD: Makefile,v 1.34 2019/08/11 13:19:18 wiz Exp $
# $NetBSD: Makefile,v 1.35 2019/10/15 14:34:16 mef Exp $

DISTNAME= Devel-PPPort-3.52
DISTNAME= Devel-PPPort-3.54
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/A/AT/ATOOMIC/}

MAINTAINER= [email protected]
HOMEPAGE= https://metacpan.org/release/Devel-PPPort
HOMEPAGE= https://metacpan.org/pod/Devel::PPPort
COMMENT= Perl5 module to bring newer features to older perl
LICENSE= ${PERL5_LICENSE}

Expand Down
10 changes: 5 additions & 5 deletions devel/p5-Devel-PPPort/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.23 2019/06/02 03:04:49 wen Exp $
$NetBSD: distinfo,v 1.24 2019/10/15 14:34:16 mef Exp $

SHA1 (Devel-PPPort-3.52.tar.gz) = 2f0e31ec0fcdf179cd5786840874ac11e5eb43c1
RMD160 (Devel-PPPort-3.52.tar.gz) = a73ff3bf624c5cdbbc8c0f91646e8a432fa44c15
SHA512 (Devel-PPPort-3.52.tar.gz) = d6b4fb8a050afb97b4e102dcb36fce2de0b16abdcf765304e68c61af5c61d5fbe0c5aa0687e7339171d3508de5534d5cf8c144d236dc92f942781e8307b42780
Size (Devel-PPPort-3.52.tar.gz) = 181377 bytes
SHA1 (Devel-PPPort-3.54.tar.gz) = e1c88c9b0d5711ba39250cf1af2850c063a311e8
RMD160 (Devel-PPPort-3.54.tar.gz) = 50ad9f05199ba413ccf31e9054aa103ab8b03bc5
SHA512 (Devel-PPPort-3.54.tar.gz) = f3183f9277c5ca04a2b43e2afc181bb091c9033f8c1d089a40fa234aff7e7bfb6fa58350eda63d76ec1df5fa519335fe48ce2fb01fa031025c6505bfdbf7fc4a
Size (Devel-PPPort-3.54.tar.gz) = 248709 bytes

0 comments on commit e29a044

Please sign in to comment.