Received: by mail.netbsd.org (Postfix, from userid 605) id 0B39884DA8; Mon, 16 Oct 2017 09:51:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8AA8F84D56 for ; Mon, 16 Oct 2017 09:50:59 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id d_j95LRd290q for ; Mon, 16 Oct 2017 09:50:59 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 19CBF84CEF for ; Mon, 16 Oct 2017 09:50:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 10708FBC7; Mon, 16 Oct 2017 09:50:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1508147459264090" MIME-Version: 1.0 Date: Mon, 16 Oct 2017 09:50:59 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/x11/gtk3 To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20171016095059.10708FBC7@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1508147459264090 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Oct 16 09:50:58 UTC 2017 Modified Files: pkgsrc/x11/gtk3: Makefile distinfo Log Message: gtk3: update to 3.22.24 GTK+ 3.22.24 * Bugs fixed: Combobox: Don't try to remove grabs on NULL devices Fix some issues with the new resizable tiling To generate a diff of this commit: cvs rdiff -u -r1.102 -r1.103 pkgsrc/x11/gtk3/Makefile cvs rdiff -u -r1.49 -r1.50 pkgsrc/x11/gtk3/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1508147459264090 Content-Disposition: inline Content-Length: 1793 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/gtk3/Makefile diff -u pkgsrc/x11/gtk3/Makefile:1.102 pkgsrc/x11/gtk3/Makefile:1.103 --- pkgsrc/x11/gtk3/Makefile:1.102 Sun Oct 15 22:31:02 2017 +++ pkgsrc/x11/gtk3/Makefile Mon Oct 16 09:50:58 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.102 2017/10/15 22:31:02 prlw1 Exp $ +# $NetBSD: Makefile,v 1.103 2017/10/16 09:50:58 adam Exp $ -DISTNAME= gtk+-3.22.21 +DISTNAME= gtk+-3.22.24 PKGNAME= ${DISTNAME:S/gtk/gtk3/} CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtk+/${PKGVERSION_NOREV:R}/} Index: pkgsrc/x11/gtk3/distinfo diff -u pkgsrc/x11/gtk3/distinfo:1.49 pkgsrc/x11/gtk3/distinfo:1.50 --- pkgsrc/x11/gtk3/distinfo:1.49 Sat Sep 30 14:15:07 2017 +++ pkgsrc/x11/gtk3/distinfo Mon Oct 16 09:50:58 2017 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.49 2017/09/30 14:15:07 adam Exp $ +$NetBSD: distinfo,v 1.50 2017/10/16 09:50:58 adam Exp $ -SHA1 (gtk+-3.22.21.tar.xz) = 2bbea4a42b4ff0103632638cf67ef146ab29e7e1 -RMD160 (gtk+-3.22.21.tar.xz) = e7cbed1e13e8bf01fba20bf414b5d9e0f76c7aa2 -SHA512 (gtk+-3.22.21.tar.xz) = 478ea741e14eb54a6092ab343a5b66aa0d5369c5a1bb31b73a23ef7240d8ae432d87e04d5be1f1a500da77c52cc89639b06772f8c2831562b950aa5d4e045fad -Size (gtk+-3.22.21.tar.xz) = 18847580 bytes +SHA1 (gtk+-3.22.24.tar.xz) = 13f09656af70ab1106fd68309ff84782a5cc74d4 +RMD160 (gtk+-3.22.24.tar.xz) = 028c5d7dc86bdd9be9bc9c1e4cf478f5d39195c6 +SHA512 (gtk+-3.22.24.tar.xz) = fd2f9b99c48581cd0eabdce2593293360e4ee1ffe40ab66237289ad08053a553dbe499115036b81051c0db77423805e232ed4a19490c6b1d790a5185cc193169 +Size (gtk+-3.22.24.tar.xz) = 18866048 bytes SHA1 (patch-aj) = cbfab43f27352f7c6bc57a7c562c2d84c69da07a SHA1 (patch-config.h.in) = dc5f8741eed554f88c0b6834cadad95083e4dc8f SHA1 (patch-configure) = 1dca87c6a85ee927b85d4edc14b0985c5130c0d9 --_----------=_1508147459264090--