From owner-svn-ports-all@freebsd.org Wed Mar 28 12:42:35 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8EFC2F57E09; Wed, 28 Mar 2018 12:42:35 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4289B87576; Wed, 28 Mar 2018 12:42:35 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3D46F2EBE; Wed, 28 Mar 2018 12:42:35 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w2SCgZSP045134; Wed, 28 Mar 2018 12:42:35 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2SCgY33045131; Wed, 28 Mar 2018 12:42:34 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201803281242.w2SCgY33045131@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Wed, 28 Mar 2018 12:42:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r465803 - in head: graphics/gtk-update-icon-cache x11-toolkits/gtk20 X-SVN-Group: ports-head X-SVN-Commit-Author: tijl X-SVN-Commit-Paths: in head: graphics/gtk-update-icon-cache x11-toolkits/gtk20 X-SVN-Commit-Revision: 465803 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Mar 2018 12:42:35 -0000 Author: tijl Date: Wed Mar 28 12:42:34 2018 New Revision: 465803 URL: https://svnweb.freebsd.org/changeset/ports/465803 Log: Update graphics/gtk-update-icon-cache to 2.24.32 to keep it in sync with x11-toolkits/gtk20. Add a comment about this to x11-toolkits/gtk20 because this isn't the first time. Modified: head/graphics/gtk-update-icon-cache/Makefile head/graphics/gtk-update-icon-cache/distinfo head/x11-toolkits/gtk20/Makefile Modified: head/graphics/gtk-update-icon-cache/Makefile ============================================================================== --- head/graphics/gtk-update-icon-cache/Makefile Wed Mar 28 12:37:29 2018 (r465802) +++ head/graphics/gtk-update-icon-cache/Makefile Wed Mar 28 12:42:34 2018 (r465803) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gtk-update-icon-cache -PORTVERSION= 2.24.31 +PORTVERSION= 2.24.32 CATEGORIES= graphics MASTER_SITES= GNOME/sources/gtk+/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} DISTNAME= gtk+-${PORTVERSION} Modified: head/graphics/gtk-update-icon-cache/distinfo ============================================================================== --- head/graphics/gtk-update-icon-cache/distinfo Wed Mar 28 12:37:29 2018 (r465802) +++ head/graphics/gtk-update-icon-cache/distinfo Wed Mar 28 12:42:34 2018 (r465803) @@ -1,3 +1,3 @@ -TIMESTAMP = 1514288229 -SHA256 (gnome2/gtk+-2.24.31.tar.xz) = 68c1922732c7efc08df4656a5366dcc3afdc8791513400dac276009b40954658 -SIZE (gnome2/gtk+-2.24.31.tar.xz) = 12805344 +TIMESTAMP = 1522240464 +SHA256 (gnome2/gtk+-2.24.32.tar.xz) = b6c8a93ddda5eabe3bfee1eb39636c9a03d2a56c7b62828b359bf197943c582e +SIZE (gnome2/gtk+-2.24.32.tar.xz) = 12620860 Modified: head/x11-toolkits/gtk20/Makefile ============================================================================== --- head/x11-toolkits/gtk20/Makefile Wed Mar 28 12:37:29 2018 (r465802) +++ head/x11-toolkits/gtk20/Makefile Wed Mar 28 12:42:34 2018 (r465803) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gtk -PORTVERSION= 2.24.32 +PORTVERSION= 2.24.32 # sync with graphics/gtk-update-icon-cache CATEGORIES= x11-toolkits MASTER_SITES= GNOME/sources/gtk+/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} PKGNAMESUFFIX= 2