summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2009-08-13 08:17:06 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2009-08-13 08:17:06 +0800
commitf53e4d75d9ed2b2efc14a76e6342036441697fea (patch)
treed72e0c95e23e5e9ea2438667869c29343dba388f /games
parent012cdcf252a43599d355c97ac1afa05742fb7ccf (diff)
downloadmarcuscom-ports-f53e4d75d9ed2b2efc14a76e6342036441697fea.tar
marcuscom-ports-f53e4d75d9ed2b2efc14a76e6342036441697fea.tar.gz
marcuscom-ports-f53e4d75d9ed2b2efc14a76e6342036441697fea.tar.bz2
marcuscom-ports-f53e4d75d9ed2b2efc14a76e6342036441697fea.tar.lz
marcuscom-ports-f53e4d75d9ed2b2efc14a76e6342036441697fea.tar.xz
marcuscom-ports-f53e4d75d9ed2b2efc14a76e6342036441697fea.tar.zst
marcuscom-ports-f53e4d75d9ed2b2efc14a76e6342036441697fea.zip
Update to 2.27.90.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12620 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'games')
-rw-r--r--games/gnome-games/Makefile5
-rw-r--r--games/gnome-games/distinfo6
-rw-r--r--games/gnome-games/files/patch-configure24
3 files changed, 5 insertions, 30 deletions
diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile
index 0ba2e021c..8138c4d57 100644
--- a/games/gnome-games/Makefile
+++ b/games/gnome-games/Makefile
@@ -3,12 +3,11 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/games/gnome-games/Makefile,v 1.201 2009/07/31 10:01:31 kwm Exp $
+# $MCom: ports/games/gnome-games/Makefile,v 1.202 2009/07/31 22:48:12 marcus Exp $
#
PORTNAME= gnome-games
-PORTVERSION= 2.27.5
-PORTREVISION= 2
+PORTVERSION= 2.27.90
CATEGORIES= games gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
diff --git a/games/gnome-games/distinfo b/games/gnome-games/distinfo
index 6cdf31c16..d804fcd6a 100644
--- a/games/gnome-games/distinfo
+++ b/games/gnome-games/distinfo
@@ -1,3 +1,3 @@
-MD5 (gnome2/gnome-games-2.27.5.tar.bz2) = 07be56cc17cf8e1df16942caafd24d79
-SHA256 (gnome2/gnome-games-2.27.5.tar.bz2) = bbe8c35abfdcfb18c846301ed6de067e8bf50f3a55901381d93e958fa84d8afe
-SIZE (gnome2/gnome-games-2.27.5.tar.bz2) = 25244908
+MD5 (gnome2/gnome-games-2.27.90.tar.bz2) = 7b2da877c34ac13009adf64d0f89ba31
+SHA256 (gnome2/gnome-games-2.27.90.tar.bz2) = e09a98e5ad1dc930c91e79126574fd109bc0f5a1e0639af04ed5b31dd52a576a
+SIZE (gnome2/gnome-games-2.27.90.tar.bz2) = 25277759
diff --git a/games/gnome-games/files/patch-configure b/games/gnome-games/files/patch-configure
deleted file mode 100644
index f78adaa37..000000000
--- a/games/gnome-games/files/patch-configure
+++ /dev/null
@@ -1,24 +0,0 @@
---- configure.orig 2009-07-31 11:42:12.000000000 +0200
-+++ configure 2009-07-31 11:42:44.000000000 +0200
-@@ -22384,10 +22384,10 @@
- CLUTTER_API_VERSION=
- { $as_echo "$as_me:$LINENO: checking for clutter API version" >&5
- $as_echo_n "checking for clutter API version... " >&6; }
-- for API_VERSION in 0.9; do
-+ for API_VERSION in 1.0; do
- if test -n "$PKG_CONFIG" && \
-- { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"clutter-\$API_VERSION clutter-gtk-\$API_VERSION\"") >&5
-- ($PKG_CONFIG --exists --print-errors "clutter-$API_VERSION clutter-gtk-$API_VERSION") 2>&5
-+ { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"clutter-API_VERSION clutter-gtk-0.10\"") >&5
-+ ($PKG_CONFIG --exists --print-errors "clutter-$API_VERSION clutter-gtk-0.10") 2>&5
- ac_status=$?
- $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); }; then
-@@ -22538,6 +22538,7 @@
- $as_echo_n "checking for CLUTTER_GTK... " >&6; }
-
- if test -n "$PKG_CONFIG"; then
-+CLUTTER_API_VERSION=0.10;
- if test -n "$CLUTTER_GTK_CFLAGS"; then
- pkg_cv_CLUTTER_GTK_CFLAGS="$CLUTTER_GTK_CFLAGS"
- else