From owner-dev-commits-ports-main@freebsd.org Sat Jun 12 11:05:37 2021 Return-Path: Delivered-To: dev-commits-ports-main@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 F2E03649D7B; Sat, 12 Jun 2021 11:05:36 +0000 (UTC) (envelope-from git@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4G2FHh65Q5z4dwf; Sat, 12 Jun 2021 11:05:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B5F835338; Sat, 12 Jun 2021 11:05:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 15CB5aMB085601; Sat, 12 Jun 2021 11:05:36 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15CB5aYT085600; Sat, 12 Jun 2021 11:05:36 GMT (envelope-from git) Date: Sat, 12 Jun 2021 11:05:36 GMT Message-Id: <202106121105.15CB5aYT085600@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Li-Wen Hsu Subject: git: c9686f071ffc - main - math/pantheon-calculator: Update to 1.6.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: lwhsu X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: c9686f071ffcd157aa37dc495eb891de59c6407a Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jun 2021 11:05:37 -0000 The branch main has been updated by lwhsu: URL: https://cgit.FreeBSD.org/ports/commit/?id=c9686f071ffcd157aa37dc495eb891de59c6407a commit c9686f071ffcd157aa37dc495eb891de59c6407a Author: Olivier Duchateau AuthorDate: 2021-06-12 11:04:49 +0000 Commit: Li-Wen Hsu CommitDate: 2021-06-12 11:04:49 +0000 math/pantheon-calculator: Update to 1.6.1 PR: 256298 --- math/pantheon-calculator/Makefile | 3 +-- math/pantheon-calculator/distinfo | 6 +++--- math/pantheon-calculator/files/patch-src_HistoryDialog.vala | 11 ----------- 3 files changed, 4 insertions(+), 16 deletions(-) diff --git a/math/pantheon-calculator/Makefile b/math/pantheon-calculator/Makefile index b86fecd7452f..f569bac5437c 100644 --- a/math/pantheon-calculator/Makefile +++ b/math/pantheon-calculator/Makefile @@ -1,8 +1,7 @@ # Created by: Olivier Duchateau PORTNAME= calculator -PORTVERSION= 1.6.0 -PORTREVISION= 1 +PORTVERSION= 1.6.1 CATEGORIES= math PKGNAMEPREFIX= pantheon- DIST_SUBDIR= pantheon diff --git a/math/pantheon-calculator/distinfo b/math/pantheon-calculator/distinfo index 4d17aacc84ac..1611bd9fea09 100644 --- a/math/pantheon-calculator/distinfo +++ b/math/pantheon-calculator/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1609003661 -SHA256 (pantheon/elementary-calculator-1.6.0_GH0.tar.gz) = c650d5ff7d2df2d122ade0cbd35be50927f22b0d260f28e374b1112114f24540 -SIZE (pantheon/elementary-calculator-1.6.0_GH0.tar.gz) = 216846 +TIMESTAMP = 1622471371 +SHA256 (pantheon/elementary-calculator-1.6.1_GH0.tar.gz) = 0e1277a87053db26efd0faadfa9bc63c346a76271380e07202c577e815567a07 +SIZE (pantheon/elementary-calculator-1.6.1_GH0.tar.gz) = 221696 diff --git a/math/pantheon-calculator/files/patch-src_HistoryDialog.vala b/math/pantheon-calculator/files/patch-src_HistoryDialog.vala deleted file mode 100644 index 6ec91dcdde41..000000000000 --- a/math/pantheon-calculator/files/patch-src_HistoryDialog.vala +++ /dev/null @@ -1,11 +0,0 @@ ---- src/HistoryDialog.vala.orig 2020-12-23 20:16:02 UTC -+++ src/HistoryDialog.vala -@@ -52,7 +52,7 @@ namespace PantheonCalculator { - - private void build_ui () { - var content = get_content_area () as Gtk.Box; -- get_action_area ().margin = 6; -+ content.margin = 6; - main_grid = new Gtk.Grid (); - main_grid.expand = true; - main_grid.margin = 12;