diff options
author | sno <sno> | 2010-02-15 16:49:46 +0000 |
---|---|---|
committer | sno <sno> | 2010-02-15 16:49:46 +0000 |
commit | 4b287bec9319f5d7205ccfc6ece0f6dc5c37dc3a (patch) | |
tree | f285a1b580138fe8eb995f1cb7e83d3822a62624 /x11 | |
parent | b5e9ef9ed2e62308dc7a59b3f1f3e44f343e2b90 (diff) | |
download | pkgsrc-4b287bec9319f5d7205ccfc6ece0f6dc5c37dc3a.tar.gz |
Updating x11/p5-Wx from 0.96nb1 to 0.97.01
pkgsrc changes:
- Adjust dependencies
Upstream changes:
0.9701 Thu Feb 11 16:03:42 CET 2010
- Bump the required version of ExtUtils::XSpp and ExtUtils::ParseXS.
0.97 Tue Feb 9 22:57:14 CET 2010
- Added wxOverlay and wxDCOverlay (2.8) (thanks to Mark Dootson).
- Added Wx::Loader - allows PPM distributions and packagers to
override wx dll loading (see Wx::Loader pod)
- Loading plugins - local override of dl_load_file now uses
Wx::_load_plugin during XSLoader::load
Diffstat (limited to 'x11')
-rw-r--r-- | x11/p5-Wx/Makefile | 11 | ||||
-rw-r--r-- | x11/p5-Wx/distinfo | 8 |
2 files changed, 10 insertions, 9 deletions
diff --git a/x11/p5-Wx/Makefile b/x11/p5-Wx/Makefile index d5d9a379779..05f6554902d 100644 --- a/x11/p5-Wx/Makefile +++ b/x11/p5-Wx/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2010/01/24 13:00:44 joerg Exp $ +# $NetBSD: Makefile,v 1.5 2010/02/15 16:49:46 sno Exp $ # -DISTNAME= Wx-0.96 -PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +DISTNAME= Wx-0.9701 +PKGNAME= p5-${DISTNAME:S/9701/97.01/} +#PKGREVISION= 1 CATEGORIES= x11 perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Wx/} @@ -16,7 +16,8 @@ PKG_DESTDIR_SUPPORT= user-destdir MAKE_JOBS_SAFE= no BUILD_DEPENDS+= p5-Alien-wxWidgets>=0.25:../../x11/p5-Alien-wxWidgets -BUILD_DEPENDS+= p5-ExtUtils-XSpp>=0.05:../../devel/p5-ExtUtils-XSpp +BUILD_DEPENDS+= p5-ExtUtils-ParseXS>=2.22.02:../../devel/p5-ExtUtils-ParseXS +BUILD_DEPENDS+= p5-ExtUtils-XSpp>=0.09:../../devel/p5-ExtUtils-XSpp #USE_TOOLS+= gmake pkg-config wx-config USE_TOOLS+= perl diff --git a/x11/p5-Wx/distinfo b/x11/p5-Wx/distinfo index 0186fbd86c3..3ef545d188e 100644 --- a/x11/p5-Wx/distinfo +++ b/x11/p5-Wx/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2010/01/17 00:51:06 sno Exp $ +$NetBSD: distinfo,v 1.3 2010/02/15 16:49:46 sno Exp $ -SHA1 (Wx-0.96.tar.gz) = 29fd5e07ae99ac2b3700b9eb1b9308a2192bdeb2 -RMD160 (Wx-0.96.tar.gz) = 627e72ad6286bf9efb15335cb362349caccd0d5f -Size (Wx-0.96.tar.gz) = 354674 bytes +SHA1 (Wx-0.9701.tar.gz) = 154ce36f3e749584aec0d6b7ed14619e527ca253 +RMD160 (Wx-0.9701.tar.gz) = e7c0fbe3d09e46804fa282a4a8b0451c8c795db1 +Size (Wx-0.9701.tar.gz) = 364255 bytes |