diff options
author | Koop Mast <kwm@FreeBSD.org> | 2014-12-03 09:18:23 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2014-12-03 09:18:23 +0000 |
commit | 6ce4980916f67851d29fde70453953cd55e7edf5 (patch) | |
tree | 9021a26f76674a75f55054140dbaa1e2146de3d6 /games/gnome-robots/Makefile | |
parent | 5f2f2908152abb592d057147585a7fbc8ed931a1 (diff) |
Update GNOME to 3.14.2.
This update was brought to you in collaboration with Gustua Perez
Make sure gtk30 pulls it the default theme (adwaita-icon-theme).
Update the extra gnome-shell-extensions so they work with gnome-shell 3.14.
Drop metacity from gnome3 meta-port.
Remove the gtile gnome-shell extension since it proven to be buggy.
Exp-run done by antoine@ for gdk-pixbuf2 deprecated API.
PR: 195414
Obtained from: gnome dev repo
Notes
Notes:
svn path=/head/; revision=373802
Diffstat (limited to 'games/gnome-robots/Makefile')
-rw-r--r-- | games/gnome-robots/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/gnome-robots/Makefile b/games/gnome-robots/Makefile index f6385c2e6578..69829f7b13e4 100644 --- a/games/gnome-robots/Makefile +++ b/games/gnome-robots/Makefile @@ -1,9 +1,9 @@ # Created by: FreeBSD GNOME Team <gnome@freebsd.org> # $FreeBSD$ -# $MCom: ports/trunk/games/gnome-robots/Makefile 19989 2014-10-18 09:53:56Z gusi $ +# $MCom: ports/trunk/games/gnome-robots/Makefile 20056 2014-11-10 20:49:39Z gusi $ PORTNAME= gnome-robots -PORTVERSION= 3.14.1 +PORTVERSION= 3.14.2 CATEGORIES= games gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 |