diff options
author | Koop Mast <kwm@FreeBSD.org> | 2016-02-15 02:57:53 +0800 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2016-02-15 02:57:53 +0800 |
commit | b93a80c99281466281db26011356c75bd54ea36c (patch) | |
tree | cb5a8a1108829deee66dbb334ff2a733162448c6 /net/geocode-glib | |
parent | b78527376a1d11bef820d5e9fe86d3c524ea6acf (diff) | |
download | freebsd-ports-gnome-b93a80c99281466281db26011356c75bd54ea36c.tar.gz freebsd-ports-gnome-b93a80c99281466281db26011356c75bd54ea36c.tar.zst freebsd-ports-gnome-b93a80c99281466281db26011356c75bd54ea36c.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 'net/geocode-glib')
-rw-r--r-- | net/geocode-glib/Makefile | 4 | ||||
-rw-r--r-- | net/geocode-glib/distinfo | 4 | ||||
-rw-r--r-- | net/geocode-glib/pkg-plist | 1 |
3 files changed, 4 insertions, 5 deletions
diff --git a/net/geocode-glib/Makefile b/net/geocode-glib/Makefile index a0d83d1b86b6..5f0b924e0f0c 100644 --- a/net/geocode-glib/Makefile +++ b/net/geocode-glib/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= geocode-glib -PORTVERSION= 3.16.2 +PORTVERSION= 3.18.1 CATEGORIES= net devel gnome MASTER_SITES= GNOME @@ -14,7 +14,7 @@ LIB_DEPENDS= libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib \ PORTSCOUT= limitw:1,even -USES= gettext gmake libtool pathfix pkgconfig tar:xz +USES= gettext gmake gnome libtool pathfix pkgconfig tar:xz USE_GNOME= intlhack USE_LDCONFIG= yes GNU_CONFIGURE= yes diff --git a/net/geocode-glib/distinfo b/net/geocode-glib/distinfo index 55b801ba86bd..215c595dd988 100644 --- a/net/geocode-glib/distinfo +++ b/net/geocode-glib/distinfo @@ -1,2 +1,2 @@ -SHA256 (geocode-glib-3.16.2.tar.xz) = a551ffdbd793d54a14e709c9d02e82dde3abc14eed8065abad92275a43fe2c97 -SIZE (geocode-glib-3.16.2.tar.xz) = 355424 +SHA256 (geocode-glib-3.18.1.tar.xz) = 75d12bf82575449b8290b7463e8b6cf1b99f2c9942db6391a3d5b0bbb600c365 +SIZE (geocode-glib-3.18.1.tar.xz) = 368040 diff --git a/net/geocode-glib/pkg-plist b/net/geocode-glib/pkg-plist index 72426d7fec71..997ce1ee3bfb 100644 --- a/net/geocode-glib/pkg-plist +++ b/net/geocode-glib/pkg-plist @@ -25,7 +25,6 @@ share/gtk-doc/html/geocode-glib-1.0/geocode-glib-geocode-enum-types.html share/gtk-doc/html/geocode-glib-1.0/geocode-glib-geocode-error.html share/gtk-doc/html/geocode-glib-1.0/home.png share/gtk-doc/html/geocode-glib-1.0/index.html -share/gtk-doc/html/geocode-glib-1.0/index.sgml share/gtk-doc/html/geocode-glib-1.0/left-insensitive.png share/gtk-doc/html/geocode-glib-1.0/left.png share/gtk-doc/html/geocode-glib-1.0/right-insensitive.png |