diff options
author | kwm <kwm@FreeBSD.org> | 2016-02-15 02:57:53 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2016-02-15 02:57:53 +0800 |
commit | 189722383bc516c4795233d42fc85471adbfb78c (patch) | |
tree | cb5a8a1108829deee66dbb334ff2a733162448c6 /deskutils/gnome-utils | |
parent | 140d30a2a631f34b0530c4177867d6b09a692ed2 (diff) | |
download | freebsd-ports-gnome-189722383bc516c4795233d42fc85471adbfb78c.tar.gz freebsd-ports-gnome-189722383bc516c4795233d42fc85471adbfb78c.tar.zst freebsd-ports-gnome-189722383bc516c4795233d42fc85471adbfb78c.zip |
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
Diffstat (limited to 'deskutils/gnome-utils')
-rw-r--r-- | deskutils/gnome-utils/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/deskutils/gnome-utils/Makefile b/deskutils/gnome-utils/Makefile index e884a3e9eb4d..e6ab770feb2f 100644 --- a/deskutils/gnome-utils/Makefile +++ b/deskutils/gnome-utils/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gnome-utils -PORTVERSION= 3.16.0 +PORTVERSION= 3.18.0 PORTEPOCH= 1 CATEGORIES= deskutils gnome @@ -23,7 +23,8 @@ RUN_DEPENDS= baobab>=3.0:${PORTSDIR}/deskutils/baobab \ gnome-photos>=3.0:${PORTSDIR}/deskutils/gnome-photos \ gnome-clocks>=3.0:${PORTSDIR}/deskutils/gnome-clocks \ gnome-maps>=3.0:${PORTSDIR}/deskutils/gnome-maps \ - gnome-weather>=3.0:${PORTSDIR}/deskutils/gnome-weather + gnome-weather>=3.0:${PORTSDIR}/deskutils/gnome-weather \ + gnome-todo>=3.0:${PORTSDIR}/deskutils/gnome-todo OPTIONS_DEFINE= DOCS DOCS_DESC= Build Gnome Documents (pulls in tracker) |