diff options
author | kwm <kwm@FreeBSD.org> | 2015-08-06 03:13:24 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2015-08-06 03:13:24 +0800 |
commit | bc6e07a29987571d80b4d847a2dc03a3b52e9d60 (patch) | |
tree | e398c7b6ea5203fd3953999e6dd9d6c83c9ec931 /games/gnome-games | |
parent | ef524082a34d7a98c929937172fd0785d168ad45 (diff) | |
download | freebsd-ports-gnome-bc6e07a29987571d80b4d847a2dc03a3b52e9d60.tar.gz freebsd-ports-gnome-bc6e07a29987571d80b4d847a2dc03a3b52e9d60.tar.zst freebsd-ports-gnome-bc6e07a29987571d80b4d847a2dc03a3b52e9d60.zip |
The FreeBSD GNOME team proudly presents GNOME 3.16 for FreeBSD.
The offical GNOME 3.16 release notes can be found at https://help.gnome.org/misc/release-notes/3.16/
Upgrade instructions for port users:
Delete the old tracker package with:
# pkg delete -f tracker
And user port upgrade tool of choice to upgrade.
Thanks to Antoine Brodin for running the exp-runs.
This release was made possible by the following people:
Gustau Perez
Ting-Wei_Lan
PR: 201980
Diffstat (limited to 'games/gnome-games')
-rw-r--r-- | games/gnome-games/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile index b99cf383680c..094ef0ec3ea3 100644 --- a/games/gnome-games/Makefile +++ b/games/gnome-games/Makefile @@ -1,10 +1,8 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/trunk/games/gnome-games/Makefile 20023 2014-10-25 14:22:37Z gusi $ PORTNAME= gnome-games -PORTVERSION= 3.14.0 -PORTREVISION= 1 +PORTVERSION= 3.16.0 CATEGORIES= games gnome MAINTAINER= gnome@FreeBSD.org @@ -13,6 +11,7 @@ COMMENT= Gnome games meta port USES= metaport RUN_DEPENDS= five-or-more:${PORTSDIR}/games/five-or-more \ + atomix:${PORTSDIR}/games/atomix \ four-in-a-row:${PORTSDIR}/games/four-in-a-row \ gnome-chess:${PORTSDIR}/games/gnome-chess \ gnome-klotski:${PORTSDIR}/games/gnome-klotski \ @@ -21,12 +20,13 @@ RUN_DEPENDS= five-or-more:${PORTSDIR}/games/five-or-more \ gnome-nibbles:${PORTSDIR}/games/gnome-nibbles \ gnome-robots:${PORTSDIR}/games/gnome-robots \ gnome-sudoku:${PORTSDIR}/games/gnome-sudoku \ + gnome-taquin:${PORTSDIR}/games/gnome-taquin \ gnome-tetravex:${PORTSDIR}/games/gnome-tetravex \ hitori:${PORTSDIR}/games/hitori \ iagno:${PORTSDIR}/games/iagno \ lightsoff:${PORTSDIR}/games/lightsoff \ quadrapassel:${PORTSDIR}/games/quadrapassel \ - sol:${PORTSDIR}/games/aisleriot \ + aisleriot>=0:${PORTSDIR}/games/aisleriot \ swell-foop:${PORTSDIR}/games/swell-foop \ tali:${PORTSDIR}/games/tali |