pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Devel-PPPort



Module Name:    pkgsrc
Committed By:   mef
Date:           Tue Oct 15 14:34:16 UTC 2019

Modified Files:
        pkgsrc/devel/p5-Devel-PPPort: Makefile distinfo

Log Message:
(devel/p5-Devel-PPPort) Updated 3.52 to 3.54

 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


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/devel/p5-Devel-PPPort/Makefile
cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/p5-Devel-PPPort/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-Devel-PPPort/Makefile
diff -u pkgsrc/devel/p5-Devel-PPPort/Makefile:1.34 pkgsrc/devel/p5-Devel-PPPort/Makefile:1.35
--- pkgsrc/devel/p5-Devel-PPPort/Makefile:1.34  Sun Aug 11 13:19:18 2019
+++ pkgsrc/devel/p5-Devel-PPPort/Makefile       Tue Oct 15 14:34:16 2019
@@ -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=    pkgsrc-users%NetBSD.org@localhost
-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}
 

Index: pkgsrc/devel/p5-Devel-PPPort/distinfo
diff -u pkgsrc/devel/p5-Devel-PPPort/distinfo:1.23 pkgsrc/devel/p5-Devel-PPPort/distinfo:1.24
--- pkgsrc/devel/p5-Devel-PPPort/distinfo:1.23  Sun Jun  2 03:04:49 2019
+++ pkgsrc/devel/p5-Devel-PPPort/distinfo       Tue Oct 15 14:34:16 2019
@@ -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



Home | Main Index | Thread Index | Old Index