pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-ExtUtils-XSpp Update 0.16.02 to 0.18



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e304eb03f187
branches:  trunk
changeset: 645519:e304eb03f187
user:      mef <mef%pkgsrc.org@localhost>
date:      Thu Jan 29 12:42:01 2015 +0000

description:
Update 0.16.02 to 0.18
    pkglint warns
    WARN: Makefile:3: The package is being downgraded from 0.1602 to 0.18.
    should look PKGNAME instead of DISTNAME ?
----------------------
0.18  Wed Sep 18 10:00:00 CEST 2013
        - Upgrade to stable release.

0.17_02  Wed Aug 28 22:35:02 CEST 2013
        - Fixed getters for typemaps using %output_list annotation.

0.17_01  Sat Aug 10 08:20:11 CEST 2013
        - Added standard XS typemap for objects (disabled by default for
          backwards compatibility).x
        - Allow specifying XS typemap code in the XS++ typemap declaration.
        - Generate accessors for member variables.
        - Handle multiple function/method annotations (used by plugins).
        - Updated plugin interface (should be backwards-compatible).

0.1700   Sun Feb 10 12:00:00 CET 2013
        - %alias feature for aliasing XS++ wrappers.

0.1603   Fri Dec 28 12:03:09 CEST 2012
        - Fix blead-perl warning about unescaped { in regexps.
        - Use ExtUtils::Typemaps instead of ExtUtils::Typemap (which
          had to be renamed).
        - Somewhat improved examples.

diffstat:

 devel/p5-ExtUtils-XSpp/Makefile |  8 ++++----
 devel/p5-ExtUtils-XSpp/distinfo |  8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (29 lines):

diff -r a8eab7ec5ab3 -r e304eb03f187 devel/p5-ExtUtils-XSpp/Makefile
--- a/devel/p5-ExtUtils-XSpp/Makefile   Thu Jan 29 12:34:16 2015 +0000
+++ b/devel/p5-ExtUtils-XSpp/Makefile   Thu Jan 29 12:42:01 2015 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2014/05/29 23:35:53 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2015/01/29 12:42:01 mef Exp $
 
-DISTNAME=      ExtUtils-XSpp-0.1602
-PKGNAME=       p5-${DISTNAME:S/1602/16.02/}
-PKGREVISION=   6
+DISTNAME=      ExtUtils-XSpp-0.18
+#                                    0.1602               -> 0.16.02
+PKGNAME=       p5-${DISTNAME:C/([0-9].[0-9][0-9])([0-9][0-9])/\1.\2/}
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=ExtUtils/}
 
diff -r a8eab7ec5ab3 -r e304eb03f187 devel/p5-ExtUtils-XSpp/distinfo
--- a/devel/p5-ExtUtils-XSpp/distinfo   Thu Jan 29 12:34:16 2015 +0000
+++ b/devel/p5-ExtUtils-XSpp/distinfo   Thu Jan 29 12:42:01 2015 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2011/08/12 18:56:24 adam Exp $
+$NetBSD: distinfo,v 1.8 2015/01/29 12:42:01 mef Exp $
 
-SHA1 (ExtUtils-XSpp-0.1602.tar.gz) = fc2fd4f46eece8736e89f6ef1f6fdfb440ecca65
-RMD160 (ExtUtils-XSpp-0.1602.tar.gz) = c6412ba9918ea71d0706ee50e454cb1a9d9556d1
-Size (ExtUtils-XSpp-0.1602.tar.gz) = 173721 bytes
+SHA1 (ExtUtils-XSpp-0.18.tar.gz) = 1ec4a6e1d86a02f22a0afc65be9d6a79402271ee
+RMD160 (ExtUtils-XSpp-0.18.tar.gz) = dc1a4b6be084fd39c2b720661a1f5b1c79f8145b
+Size (ExtUtils-XSpp-0.18.tar.gz) = 185431 bytes



Home | Main Index | Thread Index | Old Index