pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/wxGTK30



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Sep 17 14:31:27 UTC 2017

Modified Files:
        pkgsrc/x11/wxGTK30: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/x11/wxGTK30/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/x11/wxGTK30/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/wxGTK30/Makefile
diff -u pkgsrc/x11/wxGTK30/Makefile:1.23 pkgsrc/x11/wxGTK30/Makefile:1.24
--- pkgsrc/x11/wxGTK30/Makefile:1.23    Wed Sep 13 08:23:47 2017
+++ pkgsrc/x11/wxGTK30/Makefile Sun Sep 17 14:31:27 2017
@@ -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@localhost
 HOMEPAGE=      http://www.wxwidgets.org/

Index: pkgsrc/x11/wxGTK30/distinfo
diff -u pkgsrc/x11/wxGTK30/distinfo:1.9 pkgsrc/x11/wxGTK30/distinfo:1.10
--- pkgsrc/x11/wxGTK30/distinfo:1.9     Mon Sep 11 20:22:53 2017
+++ pkgsrc/x11/wxGTK30/distinfo Sun Sep 17 14:31:27 2017
@@ -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



Home | Main Index | Thread Index | Old Index