Skip to content

Commit

Permalink
Update to 3.24. From the changelog:
Browse files Browse the repository at this point in the history
* Remove SvREFCNT_dec_NN until it can be implemented
  properly.
  (Thanks to bulk88 for reporting GH #10)
* Fix GH #11 - compiler warning under clang
  (Thanks to jhi for reporting it)
* Fix GH #12 - compiler warnings
  (Thanks to jhi for reporting it)
* Add support for HeUTF8
* Add GetFileContents() to retrieve the contents of the
  ppport.h file
* Update MAX_VER to be 5.20
* Update issue tracker to GitHub
* Add support for the following API
    SvREFCNT_dec_NN
    mg_findext
    sv_unmagicext
* Update META
    Move bug tracker to github
    Provide link to repository
* Avoid syntax disallowed by C++11
  (Thanks to Tony C for the patch)
* Fix cpan #87870: Merge core perl commit 90b0dc0e2e
  (Thanks to Father Chrysostomos for the original patch and
   to Steve Hay for forwarding it)
* Fix cpan #86975: Deterministically order API elements in POD
  (Thanks to Karl Williamson for providing a patch.)
* Fix cpan #81796: my $_ is deprecated
  (Thanks to Nicholas Clark for providing a patch)
* Fix cpan #81484: fix isASCII and isCNTRL for inputs > 255
  (Thanks to Karl Williamson for providing a patch)
* Fix cpan #80314: make use of PERL_NO_GET_CONTEXT the default
* Fix cpan #79814: Install to 'site' for perl 5.11+
  (Thanks to Robert Sedlacek for providing a patch)
* Fix cpan #78271: Need SvPV_nomg_nolen
* Adapt buildperl.pl for newer Perl releases
* Update masked_versions regex for 5.005 thread builds
* Some tweaks needed to support 5.003 on 64-bit platforms
  • Loading branch information
schmonz committed Jul 16, 2014
1 parent 4ab8053 commit 0b67515
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
7 changes: 3 additions & 4 deletions devel/p5-Devel-PPPort/Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# $NetBSD: Makefile,v 1.13 2014/05/29 23:35:50 wiz Exp $
# $NetBSD: Makefile,v 1.14 2014/07/16 00:10:22 schmonz Exp $

DISTNAME= Devel-PPPort-3.20
DISTNAME= Devel-PPPort-3.24
PKGNAME= p5-${DISTNAME:S/_/./}
PKGREVISION= 3
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MH/MHX/}
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/}

MAINTAINER= [email protected]
HOMEPAGE= http://search.cpan.org/dist/Devel-PPPort/
Expand Down
8 changes: 4 additions & 4 deletions devel/p5-Devel-PPPort/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.7 2011/11/21 08:44:48 hiramatsu Exp $
$NetBSD: distinfo,v 1.8 2014/07/16 00:10:22 schmonz Exp $

SHA1 (Devel-PPPort-3.20.tar.gz) = f879bdceec9b45d5c5f28bd69f5945e4cd142710
RMD160 (Devel-PPPort-3.20.tar.gz) = df311a9aa41f497a77f8c82cb9de4fb500780825
Size (Devel-PPPort-3.20.tar.gz) = 195221 bytes
SHA1 (Devel-PPPort-3.24.tar.gz) = 4f58d19b69cd2864cb03ade3e35c72dbb61b7ea8
RMD160 (Devel-PPPort-3.24.tar.gz) = 4341266d7c3f8615128f86f41e748c78998fe830
Size (Devel-PPPort-3.24.tar.gz) = 210060 bytes

0 comments on commit 0b67515

Please sign in to comment.