diff options
author | seb <seb@pkgsrc.org> | 2010-04-25 12:07:52 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2010-04-25 12:07:52 +0000 |
commit | 01d32266ec7edd4627c5a07445745e85f8a32b31 (patch) | |
tree | 856ab25f862f2e62d3066b256803117604657b3c | |
parent | 73ac098a7ea5ac8776a45e0fe764066ca051846a (diff) | |
download | pkgsrc-01d32266ec7edd4627c5a07445745e85f8a32b31.tar.gz |
Update p5-ExtUtils-XSpp from version 0.09 to version 0.10.
Pkgsrc changes:
- Adjust dependencies.
Upstream changes:
0.10 Wed Apr 14 19:20:00 CET 2010
- Now requires ExtUtils::ParseXS 0.2202.
- C++ Exceptions can now be handled with code much like typemaps
%exception{Name}{Exception}...
int MethodFoo() %catch{Name};
Detailed documentation in ExtUtils::XSpp::Exception.
- Grammar simplifications.
- Fixed 'methods' argument of Class node constructor.
- Parse 'static' as a synonym of 'package_static'.
- Parse pure virtual functions correctly.
-rw-r--r-- | devel/p5-ExtUtils-XSpp/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-ExtUtils-XSpp/distinfo | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/devel/p5-ExtUtils-XSpp/Makefile b/devel/p5-ExtUtils-XSpp/Makefile index 9fce5e027a9..ce6ac088245 100644 --- a/devel/p5-ExtUtils-XSpp/Makefile +++ b/devel/p5-ExtUtils-XSpp/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2010/02/15 13:46:54 sno Exp $ +# $NetBSD: Makefile,v 1.4 2010/04/25 12:07:52 seb Exp $ -DISTNAME= ExtUtils-XSpp-0.09 +DISTNAME= ExtUtils-XSpp-0.10 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ExtUtils/} @@ -12,6 +12,7 @@ LICENSE= ${PERL5_LICENSE} BUILD_DEPENDS+= p5-Test-Base-[0-9]*:../../devel/p5-Test-Base BUILD_DEPENDS+= p5-Test-Differences-[0-9]*:../../devel/p5-Test-Differences +DEPENDS+= p5-ExtUtils-ParseXS>=2.22.02:../../devel/p5-ExtUtils-ParseXS PKG_DESTDIR_SUPPORT= user-destdir diff --git a/devel/p5-ExtUtils-XSpp/distinfo b/devel/p5-ExtUtils-XSpp/distinfo index 27da0cb4d0d..1a5f6e855ba 100644 --- a/devel/p5-ExtUtils-XSpp/distinfo +++ b/devel/p5-ExtUtils-XSpp/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2010/02/15 13:46:54 sno Exp $ +$NetBSD: distinfo,v 1.4 2010/04/25 12:07:52 seb Exp $ -SHA1 (ExtUtils-XSpp-0.09.tar.gz) = a128c5aba1105bb3f8aeda50bd3d9a4db99d791b -RMD160 (ExtUtils-XSpp-0.09.tar.gz) = bf5a8850f1d15821615c0bdaae97439ae746dc36 -Size (ExtUtils-XSpp-0.09.tar.gz) = 96394 bytes +SHA1 (ExtUtils-XSpp-0.10.tar.gz) = a76ea32b59c7bab5204602e4636606d84273c382 +RMD160 (ExtUtils-XSpp-0.10.tar.gz) = 5c41a8cf72ac06589d04c943e9fd88ea6e537711 +Size (ExtUtils-XSpp-0.10.tar.gz) = 105616 bytes |