diff options
author | wiz <wiz@pkgsrc.org> | 2016-11-20 20:21:30 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-11-20 20:21:30 +0000 |
commit | 780371e9c938b82a60721879f0303eed57980f93 (patch) | |
tree | e559be845b34911d4d2e822963f370a3385596c6 | |
parent | 0ac856065630ca14823ed30c55e200d8918fe588 (diff) | |
download | pkgsrc-780371e9c938b82a60721879f0303eed57980f93.tar.gz |
Updated p5-Wx to 0.9928.
From Kai-Uwe Eckhardt in PR 51638.
Revision history for Perl extension Wx.
0.9928 Sun Dec 20 2015
- Fix memory leak in Wx::Timer
0.9927 Thu Mar 26 2015
- Fix broken wxWidgets 2.8 builds
0.9926 Tue Mar 10 2015
- pause indexing fix
0.9925 Tue Mar 10 2015
- pause indexing fix
0.9924 Tue Mar 10 2015
- added wxTimer::StartOnce
- some missing wxGrid constants added
- fixed Wx::AUI events broken since wxWidgets 2.9.5
- rt96136 - added GetContentScaleFactor to Wx::DC && Wx::Window
- rt99038 - MACOSX_DEPLOYMENT_TARGET comparison fixed in Wx build
- wxMenuItem::SetBitmap available on OSX
- added some missing TextEntry methods to wxComboBox
- rt102269 - fix option handling
0.9923 Mon Mar 31 2014
- added wxWindow::InitDialog
- updated wxComboBox::GetSelection
- build wxWidgets 3.0.0
- added wxComboBox::Popup() wxComboBox::Dismiss() ( Eric Colson )
0.9922 Wed May 01 2013
- added wxCommandLinkButton
- updates to ID creation methods
- rt#84633
- added wxUIActionSimulator
- wxFindReplaceDialog new return a hash type object
- wxProgressDialog updates
- IPC classes object deletion updates
- wxString conversion UTF-8 only in Unicode builds
- typemap template missing some specs since 0.9917
0.9921 Sun Apr 14 2013
- Fix 2.9.4 handling of wxConnection::Execute
0.9919 Sat Apr 13 2013
- Makefile checks for supported Wx version
- Fixed wxUSE_DATAVIEWCTRL constant ( rt#84566 )
- wrapped wxRegionIterator
- wrapped IPC - wxConnection / wxServer / wxClient
0.9918 Wed Apr 03 2013
- Added missing GetItemFont / SetItemFont for Wx::ListCtrl
- Fixed wxFontEnumerator GetEncodings / GetFacenames
( thanks to Marton Papp )
- Wrapped wxFontEnumerator callbacks
0.9917 Mon Feb 11 2013
- Stopped wxWidgets >= 2.9.0 from setting locale to current user locale
( thanks to Tarek Unger )
-rw-r--r-- | x11/p5-Wx/Makefile | 5 | ||||
-rw-r--r-- | x11/p5-Wx/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/x11/p5-Wx/Makefile b/x11/p5-Wx/Makefile index 32199e40822..59656b938b4 100644 --- a/x11/p5-Wx/Makefile +++ b/x11/p5-Wx/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.44 2016/08/03 10:22:24 adam Exp $ +# $NetBSD: Makefile,v 1.45 2016/11/20 20:21:30 wiz Exp $ -DISTNAME= Wx-0.9916 +DISTNAME= Wx-0.9928 PKGNAME= p5-${DISTNAME} -PKGREVISION= 15 CATEGORIES= x11 perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Wx/} diff --git a/x11/p5-Wx/distinfo b/x11/p5-Wx/distinfo index be8ac343b73..8257b18dfbe 100644 --- a/x11/p5-Wx/distinfo +++ b/x11/p5-Wx/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.9 2015/11/04 03:28:50 agc Exp $ +$NetBSD: distinfo,v 1.10 2016/11/20 20:21:30 wiz Exp $ -SHA1 (Wx-0.9916.tar.gz) = 951a50076b0d81c4763a33b1cd0cd239168fb30c -RMD160 (Wx-0.9916.tar.gz) = e406122d93f78a313b460840352a95834064b489 -SHA512 (Wx-0.9916.tar.gz) = 2e569dff9e3dc258e7abff4e2df8f3f70b385fa3a4716e7d9c6314c02f68ff4b0256ad739b86aeea98a2e52dcc3fd6aadfe9873b8235f1fb68217ef32f1316c9 -Size (Wx-0.9916.tar.gz) = 476639 bytes +SHA1 (Wx-0.9928.tar.gz) = 756c693ee8167abd1e2726b941feaf074db301bb +RMD160 (Wx-0.9928.tar.gz) = 629d22b5f920dee8725db8d02eb0b0687e085604 +SHA512 (Wx-0.9928.tar.gz) = 9ddb946e1a6a7f670fcc27ece4227821cfa9b2fcebe078e8452e924a8786fca8c20c53262a5fa2f93ecd6586a82d42af77920ec543817a0552749caca2c552f6 +Size (Wx-0.9928.tar.gz) = 501439 bytes SHA1 (patch-build_Wx_build_MakeMaker.pm) = c700f49085a9542ceb4555f351d491a9e6893612 |