Index: head/math/pantheon-calculator/Makefile =================================================================== --- head/math/pantheon-calculator/Makefile (revision 559355) +++ head/math/pantheon-calculator/Makefile (revision 559356) @@ -1,28 +1,28 @@ # Created by: Olivier Duchateau # $FreeBSD$ PORTNAME= calculator -PORTVERSION= 1.5.5 +PORTVERSION= 1.6.0 CATEGORIES= math PKGNAMEPREFIX= pantheon- DIST_SUBDIR= pantheon -MAINTAINER= ports@FreeBSD.org +MAINTAINER= duchateau.olivier@gmail.com COMMENT= Simple calculator written in Vala LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= valac:lang/vala LIB_DEPENDS= libgee-0.8.so:devel/libgee \ libgranite.so:x11-toolkits/granite USES= gettext gnome meson pkgconfig python:3.5+,build USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 USE_GITHUB= yes GH_ACCOUNT= elementary GLIB_SCHEMAS= io.elementary.calculator.gschema.xml .include Index: head/math/pantheon-calculator/distinfo =================================================================== --- head/math/pantheon-calculator/distinfo (revision 559355) +++ head/math/pantheon-calculator/distinfo (revision 559356) @@ -1,3 +1,3 @@ -TIMESTAMP = 1586005307 -SHA256 (pantheon/elementary-calculator-1.5.5_GH0.tar.gz) = b8dc3ebdb1d19b86232731efedb58fa08ecebc49a34d5c4a5855823c8e57f1ea -SIZE (pantheon/elementary-calculator-1.5.5_GH0.tar.gz) = 132807 +TIMESTAMP = 1609003661 +SHA256 (pantheon/elementary-calculator-1.6.0_GH0.tar.gz) = c650d5ff7d2df2d122ade0cbd35be50927f22b0d260f28e374b1112114f24540 +SIZE (pantheon/elementary-calculator-1.6.0_GH0.tar.gz) = 216846 Index: head/math/pantheon-calculator/files/patch-src_HistoryDialog.vala =================================================================== --- head/math/pantheon-calculator/files/patch-src_HistoryDialog.vala (nonexistent) +++ head/math/pantheon-calculator/files/patch-src_HistoryDialog.vala (revision 559356) @@ -0,0 +1,11 @@ +--- 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; Property changes on: head/math/pantheon-calculator/files/patch-src_HistoryDialog.vala ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property