diff options
author | kwm <kwm@FreeBSD.org> | 2016-02-14 18:57:53 +0000 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2016-02-14 18:57:53 +0000 |
commit | 189722383bc516c4795233d42fc85471adbfb78c (patch) | |
tree | cb5a8a1108829deee66dbb334ff2a733162448c6 /deskutils/gnome-clocks/Makefile | |
parent | 140d30a2a631f34b0530c4177867d6b09a692ed2 (diff) | |
download | FreeBSD-ports-189722383bc516c4795233d42fc85471adbfb78c.zip FreeBSD-ports-189722383bc516c4795233d42fc85471adbfb78c.tar.gz |
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-clocks/Makefile')
-rw-r--r-- | deskutils/gnome-clocks/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/gnome-clocks/Makefile b/deskutils/gnome-clocks/Makefile index f4622a6..833b467 100644 --- a/deskutils/gnome-clocks/Makefile +++ b/deskutils/gnome-clocks/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gnome-clocks -PORTVERSION= 3.16.2 +PORTVERSION= 3.18.0 CATEGORIES= deskutils gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -19,7 +19,7 @@ RUN_DEPENDS= geoclue>=0:${PORTSDIR}/net/geoclue PORTSCOUT= limitw:1,even -USES= gettext gmake libtool pathfix pkgconfig tar:xz +USES= gettext gmake gnome libtool pathfix pkgconfig tar:xz USE_LDCONFIG= yes USE_GNOME= gnomedesktop3 gsound gtk30 intlhack GNU_CONFIGURE= yes |