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 /x11/wxGTK30/Makefile | |
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.
Diffstat (limited to 'x11/wxGTK30/Makefile')
-rw-r--r-- | x11/wxGTK30/Makefile | 8 |
1 files changed, 4 insertions, 4 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/ |