diff options
author | wiz <wiz@pkgsrc.org> | 2013-12-02 13:03:30 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-12-02 13:03:30 +0000 |
commit | bf608a075e260847f3b6fc66a9854c75d7fc5c74 (patch) | |
tree | 6ed5861fa4d7d385057201fd9c20a8e864dd81b0 | |
parent | 2f8977b2171d80d7b30e6aa61eb0fc93b0dae7a9 (diff) | |
download | pkgsrc-bf608a075e260847f3b6fc66a9854c75d7fc5c74.tar.gz |
Update to 3.22:
3.22 - Thu Aug 29 19:30:00 CET 2013
- Fix parallel testing crashes.
- Explicitly require new-enough Exporter.
3.21 - Fri Aug 9 19:08:00 CET 2013
- stop "sv_2mortal(&PL_sv_yes)" and "(void)sv_newmortal()" for immortal
typemap entries [perl #116152]
- Deterministic C output (fix for hash randomization in 5.18).
3.18_04 - Fri Jun 20 17:47:00 CET 2013
- Fix targetable size detection (& better tests)
- Assorted cleanup and refactoring.
3.18_03 - Fri Apr 19 18:40:00 CET 2013
- Heuristic (and flawed) type canonicalization for templated
C++ types.
- More tests ported from core.
3.18_02 - Mon Apr 15 07:30:00 CET 2013
- ExtUtils::ParseXS no longer uses global state (if using OO
interface).
- New "real" OO interface.
3.18_01 - Thu Apr 11 19:17:00 CET 2013
- ExtUtils::Typemaps gains a clone method.
3.18 - Mon Nov 19 07:35:00 CET 2012
- Restore portability to Perl 5.6, which was lost at EU-PXS 3.00.
- [perl #112776] avoid warning on an initialized non-parameter
- Only increment PL_amagic_generation before 5.9
-rw-r--r-- | devel/p5-ExtUtils-ParseXS/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-ExtUtils-ParseXS/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/p5-ExtUtils-ParseXS/Makefile b/devel/p5-ExtUtils-ParseXS/Makefile index 4b356fc621e..6a35c72320e 100644 --- a/devel/p5-ExtUtils-ParseXS/Makefile +++ b/devel/p5-ExtUtils-ParseXS/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.22 2013/05/31 12:40:18 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2013/12/02 13:03:30 wiz Exp $ -DISTNAME= ExtUtils-ParseXS-3.15 +DISTNAME= ExtUtils-ParseXS-3.22 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 SVR4_PKGNAME= p5epx CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ExtUtils/} diff --git a/devel/p5-ExtUtils-ParseXS/distinfo b/devel/p5-ExtUtils-ParseXS/distinfo index ad91ca92c5a..1c18a0d499e 100644 --- a/devel/p5-ExtUtils-ParseXS/distinfo +++ b/devel/p5-ExtUtils-ParseXS/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.17 2012/03/22 13:33:26 sno Exp $ +$NetBSD: distinfo,v 1.18 2013/12/02 13:03:30 wiz Exp $ -SHA1 (ExtUtils-ParseXS-3.15.tar.gz) = c671f9c0ea113878dfe3a3535a32546653be52e3 -RMD160 (ExtUtils-ParseXS-3.15.tar.gz) = 8204e8d83a09adca20e7aeec40086d57554560b1 -Size (ExtUtils-ParseXS-3.15.tar.gz) = 61892 bytes +SHA1 (ExtUtils-ParseXS-3.22.tar.gz) = fe70cf62e66775c04436d58d18f4773924630a98 +RMD160 (ExtUtils-ParseXS-3.22.tar.gz) = 63b59bfe91563419be9260e3cc0c4d6d89167ac7 +Size (ExtUtils-ParseXS-3.22.tar.gz) = 66456 bytes |