Received: by mail.netbsd.org (Postfix, from userid 605) id 940CD84E04; Thu, 23 Nov 2017 19:40:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1E41484DF3 for ; Thu, 23 Nov 2017 19:40:22 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id BXv34xIoAtCw for ; Thu, 23 Nov 2017 19:40:21 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 98AA684CDD for ; Thu, 23 Nov 2017 19:40:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 93F12FB40; Thu, 23 Nov 2017 19:40:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1511466021116550" MIME-Version: 1.0 Date: Thu, 23 Nov 2017 19:40:21 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/x11/gtk3 To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20171123194021.93F12FB40@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. --_----------=_1511466021116550 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: wiz Date: Thu Nov 23 19:40:21 UTC 2017 Modified Files: pkgsrc/x11/gtk3: Makefile distinfo Log Message: gtk3+: update to 3.22.26. Overview of Changes in GTK+ 3.22.26 =================================== * Bugs fixed: 789630 Distribute protocol/server-decoration.xml in tarballs 787142 input/IME: Defer the emit of the "commit" signal 789134 icon-browser: Centre Copy button in dialog again 789678 AboutDialog: Fix accepting GTK_LICENSE_AGPL_3_0 788898 Inspector: better default split of CSS nodes/props 789733 Fix GtkEntry:has-frame not working 789213 gdk/win32: Fix Win32 GL Context switching 785176 placessidebar: add starred location item * Translation updates: Arabic Brazilian Portuguese Czech Dutch German Norwegian bokmål Polish Slovak Swedish To generate a diff of this commit: cvs rdiff -u -r1.107 -r1.108 pkgsrc/x11/gtk3/Makefile cvs rdiff -u -r1.52 -r1.53 pkgsrc/x11/gtk3/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1511466021116550 Content-Disposition: inline Content-Length: 1828 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.107 pkgsrc/x11/gtk3/Makefile:1.108 --- pkgsrc/x11/gtk3/Makefile:1.107 Thu Nov 23 17:19:45 2017 +++ pkgsrc/x11/gtk3/Makefile Thu Nov 23 19:40:21 2017 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.107 2017/11/23 17:19:45 wiz Exp $ +# $NetBSD: Makefile,v 1.108 2017/11/23 19:40:21 wiz Exp $ -DISTNAME= gtk+-3.22.25 +DISTNAME= gtk+-3.22.26 PKGNAME= ${DISTNAME:S/gtk/gtk3/} -PKGREVISION= 2 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtk+/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz Index: pkgsrc/x11/gtk3/distinfo diff -u pkgsrc/x11/gtk3/distinfo:1.52 pkgsrc/x11/gtk3/distinfo:1.53 --- pkgsrc/x11/gtk3/distinfo:1.52 Tue Nov 7 12:05:47 2017 +++ pkgsrc/x11/gtk3/distinfo Thu Nov 23 19:40:21 2017 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.52 2017/11/07 12:05:47 adam Exp $ +$NetBSD: distinfo,v 1.53 2017/11/23 19:40:21 wiz Exp $ -SHA1 (gtk+-3.22.25.tar.xz) = 3af2c7369014f132a696cca15c756c4e8514c01b -RMD160 (gtk+-3.22.25.tar.xz) = 420537b13d9882e1c30c51f08be128fdee80951e -SHA512 (gtk+-3.22.25.tar.xz) = ecb74f9a32a678e6c963a5f145c02672e26a9461cd79625f1a590b8817e8c83ec5aaa79b2d52138c6919d095929073311efe2abe451e8cb981ca54b9b234cd49 -Size (gtk+-3.22.25.tar.xz) = 18909656 bytes +SHA1 (gtk+-3.22.26.tar.xz) = aa6730ac00ea2352c522c3971f63b708b971bc5f +RMD160 (gtk+-3.22.26.tar.xz) = 42c684ce7f7fdd10accc86c8e7042509e5125d64 +SHA512 (gtk+-3.22.26.tar.xz) = 2fd3a4175168d37f243359bac5df84722a2830fe5b62f86b914ce39ff500f0361e412843922343dffef8bee8f1205799ff86dd3ae8ac419928f4fe977e0e946f +Size (gtk+-3.22.26.tar.xz) = 18922136 bytes SHA1 (patch-aj) = cbfab43f27352f7c6bc57a7c562c2d84c69da07a SHA1 (patch-config.h.in) = dc5f8741eed554f88c0b6834cadad95083e4dc8f SHA1 (patch-configure) = 1dca87c6a85ee927b85d4edc14b0985c5130c0d9 --_----------=_1511466021116550--