diff options
author | wiz <wiz@pkgsrc.org> | 2017-09-17 14:31:27 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-09-17 14:31:27 +0000 |
commit | 3d883ef4e8e65301aef89bbcf9de66ff227b3853 (patch) | |
tree | be8ddc63af9ac426ce40a03a4a1ebe5d9d4d17bb | |
parent | 3755f4840bc323fd6a4ab4af5b0540986b16ac40 (diff) | |
download | pkgsrc-3d883ef4e8e65301aef89bbcf9de66ff227b3853.tar.gz |
wxGTK30: update to 3.0.3.1
This is almost exactly the same as the last release but includes
the missing wxPropertySheetDialog::SetInnerSize() method which was
mistakenly removed from 3.0.3.
Please notice that this method is undocumented and not supposed to
be used from outside the library and it is declared as inline and
thus is not part of the library ABI, so its absence in 3.0.3 normally
shouldn't affect the library users, so there is no need to update
unless, for some reason, you need to recompile existing code using
this method with the latest sources, as is the case when building
wxPerl, for example.
-rw-r--r-- | x11/wxGTK30/Makefile | 8 | ||||
-rw-r--r-- | x11/wxGTK30/distinfo | 10 |
2 files changed, 9 insertions, 9 deletions
diff --git a/x11/wxGTK30/Makefile b/x11/wxGTK30/Makefile index fdf0a2aa2d9..e01b13931da 100644 --- a/x11/wxGTK30/Makefile +++ b/x11/wxGTK30/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.23 2017/09/13 08:23:47 adam Exp $ +# $NetBSD: Makefile,v 1.24 2017/09/17 14:31:27 wiz Exp $ -DISTNAME= wxWidgets-3.0.3 +DISTNAME= wxWidgets-3.0.3.1 PKGNAME= ${DISTNAME:S/wxWidgets/wxGTK30/} CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_GITHUB:=wxWidgets/} @@ -8,9 +8,9 @@ GITHUB_PROJECT= wxWidgets GITHUB_RELEASE= v${PKGVERSION_NOREV} EXTRACT_SUFX= .tar.bz2 -PATCHFILES= ${DISTNAME}-libtool.1.diff.bz2 +PATCHFILES= wxWidgets-3.0.3-libtool.1.diff.bz2 PATCH_SITES= ${MASTER_SITE_LOCAL} -PATCH_DIST_STRIP.${DISTNAME}-libtool.1.diff.bz2= -p1 +PATCH_DIST_STRIP.wxWidgets-3.0.3-libtool.1.diff.bz2= -p1 MAINTAINER= dbj@NetBSD.org HOMEPAGE= http://www.wxwidgets.org/ diff --git a/x11/wxGTK30/distinfo b/x11/wxGTK30/distinfo index 5a38eb8e640..eed741603ed 100644 --- a/x11/wxGTK30/distinfo +++ b/x11/wxGTK30/distinfo @@ -1,13 +1,13 @@ -$NetBSD: distinfo,v 1.9 2017/09/11 20:22:53 wiz Exp $ +$NetBSD: distinfo,v 1.10 2017/09/17 14:31:27 wiz Exp $ SHA1 (wxWidgets-3.0.3-libtool.1.diff.bz2) = 7e108d1d58efc23354f5ac8ebe7e0f5938df6f51 RMD160 (wxWidgets-3.0.3-libtool.1.diff.bz2) = 9a165c89abbe857c042a936a54a5fdf21737ba33 SHA512 (wxWidgets-3.0.3-libtool.1.diff.bz2) = f7659bb6b2d3262399a6c5eaa4fe16c1204ec80addbfacf5e64052fe2a793f63dc071d7c261252db93556e86e55a2da939875a6f83ff2b1b09fd7d41636f65b3 Size (wxWidgets-3.0.3-libtool.1.diff.bz2) = 213915 bytes -SHA1 (wxWidgets-3.0.3.tar.bz2) = 3525306c926e208d9b0272aaa9c091b8c7264e5b -RMD160 (wxWidgets-3.0.3.tar.bz2) = a74969aba91793ce3c870ca966234b6f3cf74403 -SHA512 (wxWidgets-3.0.3.tar.bz2) = dfe53682d7cda1d460f336a890603c4e823078be4b05e7cf43ab36cb49247f702808aa939d9311705bdf5f96eaa076e7a8f77f4415bc07c5bfdc19e5deff1dd1 -Size (wxWidgets-3.0.3.tar.bz2) = 20054446 bytes +SHA1 (wxWidgets-3.0.3.1.tar.bz2) = ea785822d0f1c3290707bda6da570e596b3ec85a +RMD160 (wxWidgets-3.0.3.1.tar.bz2) = 0dff106be96fc8f14e36531c16f1d69b0cae5003 +SHA512 (wxWidgets-3.0.3.1.tar.bz2) = d22cc0acdbb285952b0f58afcf8394f3c71be32b9e35a33eed98d5a7a4b4bd6200c047e3e4de5aded8e627141a38862ee6f7a380f114ede647b07599f52ceb7b +Size (wxWidgets-3.0.3.1.tar.bz2) = 20042110 bytes SHA1 (patch-build_aclocal_bakefile.m4) = 7d3d6fb1e6a72e370dc6147010fa5bf2c46f1206 SHA1 (patch-configure) = 897f13daa5bc8246902d7d864096d621f2e54928 SHA1 (patch-configure.in) = e49b9a83040201f01c22b3e1cbc4b331985f4e99 |