From owner-svn-ports-head@freebsd.org Fri May 22 13:57:27 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 090292C9448; Fri, 22 May 2020 13:57:27 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49T7N66S2Nz4Lg5; Fri, 22 May 2020 13:57:26 +0000 (UTC) (envelope-from cmt@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 D7E201F85A; Fri, 22 May 2020 13:57:26 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 04MDvQqJ002807; Fri, 22 May 2020 13:57:26 GMT (envelope-from cmt@FreeBSD.org) Received: (from cmt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 04MDvQFE002803; Fri, 22 May 2020 13:57:26 GMT (envelope-from cmt@FreeBSD.org) Message-Id: <202005221357.04MDvQFE002803@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cmt set sender to cmt@FreeBSD.org using -f From: Christoph Moench-Tegeder Date: Fri, 22 May 2020 13:57:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r536204 - in head/graphics/shotwell: . files X-SVN-Group: ports-head X-SVN-Commit-Author: cmt X-SVN-Commit-Paths: in head/graphics/shotwell: . files X-SVN-Commit-Revision: 536204 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 May 2020 13:57:27 -0000 Author: cmt Date: Fri May 22 13:57:25 2020 New Revision: 536204 URL: https://svnweb.freebsd.org/changeset/ports/536204 Log: graphics/shotwell: update to 0.30.10 Announcement: https://mail.gnome.org/archives/shotwell-list/2020-May/msg00002.html Added: head/graphics/shotwell/files/ head/graphics/shotwell/files/patch-plugins_common_WebAuthenticationPane.vala (contents, props changed) Modified: head/graphics/shotwell/Makefile head/graphics/shotwell/distinfo head/graphics/shotwell/pkg-plist Modified: head/graphics/shotwell/Makefile ============================================================================== --- head/graphics/shotwell/Makefile Fri May 22 13:55:50 2020 (r536203) +++ head/graphics/shotwell/Makefile Fri May 22 13:57:25 2020 (r536204) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= shotwell -PORTVERSION= 0.30.9 +PORTVERSION= 0.30.10 CATEGORIES= graphics gnome MASTER_SITES= GNOME Modified: head/graphics/shotwell/distinfo ============================================================================== --- head/graphics/shotwell/distinfo Fri May 22 13:55:50 2020 (r536203) +++ head/graphics/shotwell/distinfo Fri May 22 13:57:25 2020 (r536204) @@ -1,3 +1,3 @@ -TIMESTAMP = 1588524965 -SHA256 (shotwell-0.30.9.tar.xz) = 2d1232d476ed8af8f6b6b146248083b47878829b12f3b241184079f7bd37a5f8 -SIZE (shotwell-0.30.9.tar.xz) = 6465508 +TIMESTAMP = 1590146318 +SHA256 (shotwell-0.30.10.tar.xz) = 01fb8fa0c0404dc9362d589442442bf095c0d453db2718c4a9a6eb0ebfbe3c15 +SIZE (shotwell-0.30.10.tar.xz) = 6465992 Added: head/graphics/shotwell/files/patch-plugins_common_WebAuthenticationPane.vala ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/shotwell/files/patch-plugins_common_WebAuthenticationPane.vala Fri May 22 13:57:25 2020 (r536204) @@ -0,0 +1,11 @@ +--- plugins/common/WebAuthenticationPane.vala.orig 2020-05-22 13:32:52 UTC ++++ plugins/common/WebAuthenticationPane.vala +@@ -21,7 +21,7 @@ namespace Shotwell.Plugins.Common { + public void clear() { + try { + debug("Clearing the data of WebKit..."); +- this.webview.get_website_data_manager().clear.begin(WebKit.WebsiteDataTypes.ALL, (GLib.TimeSpan)0); ++ this.webview.get_website_data_manager().clear.begin(WebKit.WebsiteDataTypes.ALL, (GLib.TimeSpan)0, null); + } catch (Error e) { + // Do nothing + message("Failed to clear data: %s", e.message); Modified: head/graphics/shotwell/pkg-plist ============================================================================== --- head/graphics/shotwell/pkg-plist Fri May 22 13:55:50 2020 (r536203) +++ head/graphics/shotwell/pkg-plist Fri May 22 13:57:25 2020 (r536204) @@ -48,6 +48,7 @@ share/help/C/shotwell/other-files.page share/help/C/shotwell/other-missing.page share/help/C/shotwell/other-multiple.page share/help/C/shotwell/other-plugins.page +share/help/C/shotwell/privacy-policy.page share/help/C/shotwell/raw.page share/help/C/shotwell/running.page share/help/C/shotwell/share-background.page @@ -90,6 +91,7 @@ share/help/cs/shotwell/other-files.page share/help/cs/shotwell/other-missing.page share/help/cs/shotwell/other-multiple.page share/help/cs/shotwell/other-plugins.page +share/help/cs/shotwell/privacy-policy.page share/help/cs/shotwell/raw.page share/help/cs/shotwell/running.page share/help/cs/shotwell/share-background.page @@ -132,6 +134,7 @@ share/help/de/shotwell/other-files.page share/help/de/shotwell/other-missing.page share/help/de/shotwell/other-multiple.page share/help/de/shotwell/other-plugins.page +share/help/de/shotwell/privacy-policy.page share/help/de/shotwell/raw.page share/help/de/shotwell/running.page share/help/de/shotwell/share-background.page @@ -174,6 +177,7 @@ share/help/el/shotwell/other-files.page share/help/el/shotwell/other-missing.page share/help/el/shotwell/other-multiple.page share/help/el/shotwell/other-plugins.page +share/help/el/shotwell/privacy-policy.page share/help/el/shotwell/raw.page share/help/el/shotwell/running.page share/help/el/shotwell/share-background.page @@ -216,6 +220,7 @@ share/help/es/shotwell/other-files.page share/help/es/shotwell/other-missing.page share/help/es/shotwell/other-multiple.page share/help/es/shotwell/other-plugins.page +share/help/es/shotwell/privacy-policy.page share/help/es/shotwell/raw.page share/help/es/shotwell/running.page share/help/es/shotwell/share-background.page @@ -258,6 +263,7 @@ share/help/fr/shotwell/other-files.page share/help/fr/shotwell/other-missing.page share/help/fr/shotwell/other-multiple.page share/help/fr/shotwell/other-plugins.page +share/help/fr/shotwell/privacy-policy.page share/help/fr/shotwell/raw.page share/help/fr/shotwell/running.page share/help/fr/shotwell/share-background.page @@ -300,6 +306,7 @@ share/help/hu/shotwell/other-files.page share/help/hu/shotwell/other-missing.page share/help/hu/shotwell/other-multiple.page share/help/hu/shotwell/other-plugins.page +share/help/hu/shotwell/privacy-policy.page share/help/hu/shotwell/raw.page share/help/hu/shotwell/running.page share/help/hu/shotwell/share-background.page @@ -342,6 +349,7 @@ share/help/lv/shotwell/other-files.page share/help/lv/shotwell/other-missing.page share/help/lv/shotwell/other-multiple.page share/help/lv/shotwell/other-plugins.page +share/help/lv/shotwell/privacy-policy.page share/help/lv/shotwell/raw.page share/help/lv/shotwell/running.page share/help/lv/shotwell/share-background.page @@ -384,6 +392,7 @@ share/help/pt_BR/shotwell/other-files.page share/help/pt_BR/shotwell/other-missing.page share/help/pt_BR/shotwell/other-multiple.page share/help/pt_BR/shotwell/other-plugins.page +share/help/pt_BR/shotwell/privacy-policy.page share/help/pt_BR/shotwell/raw.page share/help/pt_BR/shotwell/running.page share/help/pt_BR/shotwell/share-background.page @@ -426,6 +435,7 @@ share/help/sv/shotwell/other-files.page share/help/sv/shotwell/other-missing.page share/help/sv/shotwell/other-multiple.page share/help/sv/shotwell/other-plugins.page +share/help/sv/shotwell/privacy-policy.page share/help/sv/shotwell/raw.page share/help/sv/shotwell/running.page share/help/sv/shotwell/share-background.page