diff options
author | mef <mef> | 2015-01-29 12:42:01 +0000 |
---|---|---|
committer | mef <mef> | 2015-01-29 12:42:01 +0000 |
commit | 0883c16c2715f5179c5c7213a82b04fa70002f56 (patch) | |
tree | 2f7d12dd6927d0282feaf0c6781c0feb7c0eb9c5 | |
parent | eda7b8bfc10126d2500255cd75a36ab1b4c434b7 (diff) | |
download | pkgsrc-0883c16c2715f5179c5c7213a82b04fa70002f56.tar.gz |
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.
-rw-r--r-- | devel/p5-ExtUtils-XSpp/Makefile | 8 | ||||
-rw-r--r-- | devel/p5-ExtUtils-XSpp/distinfo | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/devel/p5-ExtUtils-XSpp/Makefile b/devel/p5-ExtUtils-XSpp/Makefile index 94b54d2a17a..7f4b15defb4 100644 --- a/devel/p5-ExtUtils-XSpp/Makefile +++ b/devel/p5-ExtUtils-XSpp/Makefile @@ -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 --git a/devel/p5-ExtUtils-XSpp/distinfo b/devel/p5-ExtUtils-XSpp/distinfo index 2e30fc38f4d..63a9a4cbfa1 100644 --- a/devel/p5-ExtUtils-XSpp/distinfo +++ b/devel/p5-ExtUtils-XSpp/distinfo @@ -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 |