diff options
author | sno <sno@pkgsrc.org> | 2010-08-20 05:41:27 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-08-20 05:41:27 +0000 |
commit | 80ee1dae62333e8de2a5d3aac4e205c70bd0de04 (patch) | |
tree | 111a6a80751ffed1b0b9a0d72fcac3b6a26a922d /x11/p5-Wx | |
parent | facd7f235c04297fa0dad99af4e8446f3171ce7c (diff) | |
download | pkgsrc-80ee1dae62333e8de2a5d3aac4e205c70bd0de04.tar.gz |
Updating x11/p5-Wx from 0.97.02 to 0.98
pkgsrc changes:
- adjust build dependencies
Upstream changes:
0.98 Wed Aug 18 20:31:30 CEST 2010
- wxWidgets 2.9.1 compatibility.
- die() when wxWidgets initialization fails.
0.9702_01 Tue Jul 6 21:38:17 CEST 2010
- Can now run using the standard perl interpreter on Mac OS X
(suggested by Kyle McKay).
- Added wxSpinCtrlDouble (2.9).
- Added wxDataViewListCtrl (2.9).
- Added wxDataViewVirtualListModel (2.9).
- Added wxInfoBar (2.9).
- Added wxHeaderCtrlSimple (2.9).
Diffstat (limited to 'x11/p5-Wx')
-rw-r--r-- | x11/p5-Wx/Makefile | 10 | ||||
-rw-r--r-- | x11/p5-Wx/distinfo | 8 |
2 files changed, 9 insertions, 9 deletions
diff --git a/x11/p5-Wx/Makefile b/x11/p5-Wx/Makefile index a42681f827f..3a978bbe40a 100644 --- a/x11/p5-Wx/Makefile +++ b/x11/p5-Wx/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.8 2010/07/31 09:32:44 sno Exp $ +# $NetBSD: Makefile,v 1.9 2010/08/20 05:41:27 sno Exp $ # -DISTNAME= Wx-0.9702 -PKGNAME= p5-${DISTNAME:S/9702/97.02/} -#PKGREVISION= 2 +DISTNAME= Wx-0.98 +PKGNAME= p5-${DISTNAME} +#PKGREVISION= 1 CATEGORIES= x11 perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Wx/} @@ -17,7 +17,7 @@ MAKE_JOBS_SAFE= no BUILD_DEPENDS+= p5-Alien-wxWidgets>=0.25:../../x11/p5-Alien-wxWidgets BUILD_DEPENDS+= p5-ExtUtils-ParseXS>=2.22.03:../../devel/p5-ExtUtils-ParseXS -BUILD_DEPENDS+= p5-ExtUtils-XSpp>=0.11:../../devel/p5-ExtUtils-XSpp +BUILD_DEPENDS+= p5-ExtUtils-XSpp>=0.15:../../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 30b2b4a158b..1d0fb77ed11 100644 --- a/x11/p5-Wx/distinfo +++ b/x11/p5-Wx/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2010/07/31 09:32:44 sno Exp $ +$NetBSD: distinfo,v 1.5 2010/08/20 05:41:27 sno Exp $ -SHA1 (Wx-0.9702.tar.gz) = bf8d795103fb207d2bcd983cf8b9f821d9850c68 -RMD160 (Wx-0.9702.tar.gz) = 630202c757331fa83d38dce5aa189e71d7e8cdd0 -Size (Wx-0.9702.tar.gz) = 364474 bytes +SHA1 (Wx-0.98.tar.gz) = ef7c1d07268394db565e082e4f0760cec4f7e737 +RMD160 (Wx-0.98.tar.gz) = 4303ef2ad82a6c50eda215428f43e6d21c0e116f +Size (Wx-0.98.tar.gz) = 389859 bytes |