From 189722383bc516c4795233d42fc85471adbfb78c Mon Sep 17 00:00:00 2001 From: kwm Date: Sun, 14 Feb 2016 18:57:53 +0000 Subject: The FreeBSD GNOME team proudly presents GNOME 3.18 for FreeBSD. The offical GNOME 3.18 release notes can be found at https://help.gnome.org/misc/release-notes/3.18/ This update doesn't contain the glib/gtk c++ bindings which will be done in a another update due to the requirement on c++11 and the amount of fallout this probably will give. GDM is still at version 3.16 due to some issues. Bump mate-themes to use the gtk 3.18 version of the themes. Thanks to Antoine Brodin for running the exp-runs. This release was made possible by the following people: Gustau Perez Ting-Wei_Lan PR: 207006 --- math/gnome-calculator/Makefile | 4 ++-- math/gnome-calculator/distinfo | 4 ++-- math/gnome-calculator/pkg-plist | 2 ++ 3 files changed, 6 insertions(+), 4 deletions(-) (limited to 'math') diff --git a/math/gnome-calculator/Makefile b/math/gnome-calculator/Makefile index 8c061298ce89..9a42647fc28c 100644 --- a/math/gnome-calculator/Makefile +++ b/math/gnome-calculator/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gnome-calculator -PORTVERSION= 3.16.2 +PORTVERSION= 3.18.3 CATEGORIES= math gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -15,7 +15,7 @@ LIB_DEPENDS= libmpfr.so:${PORTSDIR}/math/mpfr PORTSCOUT= limitw:1,even -USES= gettext gmake pkgconfig tar:xz +USES= gettext gmake gnome libtool pkgconfig tar:xz USE_GNOME= gtksourceview3 gtk30 intlhack libxml2 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include diff --git a/math/gnome-calculator/distinfo b/math/gnome-calculator/distinfo index 3f5cc2654c14..74540fce1158 100644 --- a/math/gnome-calculator/distinfo +++ b/math/gnome-calculator/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome3/gnome-calculator-3.16.2.tar.xz) = f4c6ca7e0eda0dbb7d5cfb85ee9fe3351b1d8bd1bf05ce890939374b95e230a0 -SIZE (gnome3/gnome-calculator-3.16.2.tar.xz) = 1437060 +SHA256 (gnome3/gnome-calculator-3.18.3.tar.xz) = c376a4a14a3f7946b799b8458ac4cf2694735fc7c20e90cfda29e209439e32ff +SIZE (gnome3/gnome-calculator-3.18.3.tar.xz) = 1339496 diff --git a/math/gnome-calculator/pkg-plist b/math/gnome-calculator/pkg-plist index adefe477613a..c666dcbe4cc2 100644 --- a/math/gnome-calculator/pkg-plist +++ b/math/gnome-calculator/pkg-plist @@ -1,5 +1,7 @@ bin/gcalccmd bin/gnome-calculator +lib/gnome-calculator/libcalculator.a +lib/gnome-calculator/libcalculator.so libexec/gnome-calculator-search-provider man/man1/gcalccmd.1.gz man/man1/gnome-calculator.1.gz -- cgit