Thu Jan 29 12:42:01 2015 UTC ()
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.


(mef)
diff -r1.14 -r1.15 pkgsrc/devel/p5-ExtUtils-XSpp/Makefile
diff -r1.7 -r1.8 pkgsrc/devel/p5-ExtUtils-XSpp/distinfo

cvs diff -r1.14 -r1.15 pkgsrc/devel/p5-ExtUtils-XSpp/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-ExtUtils-XSpp/Makefile 2014/05/29 23:35:53 1.14
+++ pkgsrc/devel/p5-ExtUtils-XSpp/Makefile 2015/01/29 12:42:01 1.15
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: Makefile,v 1.14 2014/05/29 23:35:53 wiz Exp $ 1# $NetBSD: Makefile,v 1.15 2015/01/29 12:42:01 mef Exp $
2 2
3DISTNAME= ExtUtils-XSpp-0.1602 3DISTNAME= ExtUtils-XSpp-0.18
4PKGNAME= p5-${DISTNAME:S/1602/16.02/} 4# 0.1602 -> 0.16.02
5PKGREVISION= 6 5PKGNAME= p5-${DISTNAME:C/([0-9].[0-9][0-9])([0-9][0-9])/\1.\2/}
6CATEGORIES= devel perl5 6CATEGORIES= devel perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ExtUtils/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ExtUtils/}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/ExtUtils-XSpp/ 10HOMEPAGE= http://search.cpan.org/dist/ExtUtils-XSpp/
11COMMENT= XS for C++ 11COMMENT= XS for C++
12LICENSE= ${PERL5_LICENSE} 12LICENSE= ${PERL5_LICENSE}
13 13
14BUILD_DEPENDS+= {perl>=5.14.1,p5-Module-Build>=0.38000}:../../devel/p5-Module-Build 14BUILD_DEPENDS+= {perl>=5.14.1,p5-Module-Build>=0.38000}:../../devel/p5-Module-Build
15BUILD_DEPENDS+= p5-Test-Base-[0-9]*:../../devel/p5-Test-Base 15BUILD_DEPENDS+= p5-Test-Base-[0-9]*:../../devel/p5-Test-Base
16BUILD_DEPENDS+= p5-Test-Differences-[0-9]*:../../devel/p5-Test-Differences 16BUILD_DEPENDS+= p5-Test-Differences-[0-9]*:../../devel/p5-Test-Differences
17DEPENDS+= {perl>=5.14.1,p5-ExtUtils-ParseXS>=2.22.02}:../../devel/p5-ExtUtils-ParseXS 17DEPENDS+= {perl>=5.14.1,p5-ExtUtils-ParseXS>=2.22.02}:../../devel/p5-ExtUtils-ParseXS
18DEPENDS+= {perl>=5.7.3,p5-Digest-MD5>=2.0}:../../security/p5-Digest-MD5 18DEPENDS+= {perl>=5.7.3,p5-Digest-MD5>=2.0}:../../security/p5-Digest-MD5

cvs diff -r1.7 -r1.8 pkgsrc/devel/p5-ExtUtils-XSpp/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-ExtUtils-XSpp/distinfo 2011/08/12 18:56:24 1.7
+++ pkgsrc/devel/p5-ExtUtils-XSpp/distinfo 2015/01/29 12:42:01 1.8
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.7 2011/08/12 18:56:24 adam Exp $ 1$NetBSD: distinfo,v 1.8 2015/01/29 12:42:01 mef Exp $
2 2
3SHA1 (ExtUtils-XSpp-0.1602.tar.gz) = fc2fd4f46eece8736e89f6ef1f6fdfb440ecca65 3SHA1 (ExtUtils-XSpp-0.18.tar.gz) = 1ec4a6e1d86a02f22a0afc65be9d6a79402271ee
4RMD160 (ExtUtils-XSpp-0.1602.tar.gz) = c6412ba9918ea71d0706ee50e454cb1a9d9556d1 4RMD160 (ExtUtils-XSpp-0.18.tar.gz) = dc1a4b6be084fd39c2b720661a1f5b1c79f8145b
5Size (ExtUtils-XSpp-0.1602.tar.gz) = 173721 bytes 5Size (ExtUtils-XSpp-0.18.tar.gz) = 185431 bytes