diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-11-08 05:46:33 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-11-08 05:46:33 +0000 |
commit | 522a916e6d565f017ff66e9001a668d3d90ba033 (patch) | |
tree | ffabd7308fe521412453e2a50a8fcf936615f843 /games/gnome-games | |
parent | 49ab20ab8c1139b42f092dbf8a734a3351f1a4d2 (diff) |
Notes
Diffstat (limited to 'games/gnome-games')
-rw-r--r-- | games/gnome-games/Makefile | 9 | ||||
-rw-r--r-- | games/gnome-games/distinfo | 6 | ||||
-rw-r--r-- | games/gnome-games/files/patch-aisleriot_cscmi.c | 22 |
3 files changed, 13 insertions, 24 deletions
diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile index d4cce0a5562b..6f6d88afd8d2 100644 --- a/games/gnome-games/Makefile +++ b/games/gnome-games/Makefile @@ -7,8 +7,7 @@ # PORTNAME= gnome-games -PORTVERSION= 2.16.1 -PORTREVISION= 1 +PORTVERSION= 2.16.1.1 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -43,9 +42,9 @@ CONFLICTS= sol-1.0.* .include <bsd.port.pre.mk> -.if exists(${LOCALBASE}/lib/libavahi-client.a) || defined(WITH_MDNS) -LIB_DEPENDS+= avahi-client:${PORTSDIR}/net/avahi -.endif +#.if exists(${LOCALBASE}/lib/libavahi-client.a) || defined(WITH_MDNS) +#LIB_DEPENDS+= avahi-client:${PORTSDIR}/net/avahi +#.endif post-patch: @${REINPLACE_CMD} -e 's|bin/python|bin/env python|g' \ diff --git a/games/gnome-games/distinfo b/games/gnome-games/distinfo index b0b36330215c..ce2f1de3d1c7 100644 --- a/games/gnome-games/distinfo +++ b/games/gnome-games/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/gnome-games-2.16.1.tar.bz2) = 4377f69dffe1bca3a153936354112ec9 -SHA256 (gnome2/gnome-games-2.16.1.tar.bz2) = 8255a2b715492fcafa653fa9b11a5e34c6626413bd427481983e5ce6ad054efc -SIZE (gnome2/gnome-games-2.16.1.tar.bz2) = 5199644 +MD5 (gnome2/gnome-games-2.16.1.1.tar.bz2) = a1a5975eb2f049cc7db6ace5b993ac8c +SHA256 (gnome2/gnome-games-2.16.1.1.tar.bz2) = f30264462df71b001d301206dc3f3f07a74958bfc1df78e26c8530addf14d0ff +SIZE (gnome2/gnome-games-2.16.1.1.tar.bz2) = 5301576 diff --git a/games/gnome-games/files/patch-aisleriot_cscmi.c b/games/gnome-games/files/patch-aisleriot_cscmi.c index 49d5ee6c7231..2966e6c41221 100644 --- a/games/gnome-games/files/patch-aisleriot_cscmi.c +++ b/games/gnome-games/files/patch-aisleriot_cscmi.c @@ -1,22 +1,12 @@ ---- aisleriot/cscmi.c.orig Wed Oct 18 17:51:31 2006 -+++ aisleriot/cscmi.c Wed Oct 18 17:51:13 2006 -@@ -603,8 +603,8 @@ cscmi_drag_valid(int slot_id, GList *car - cscmi_catch_handler, - NULL); +--- aisleriot/cscmi.c.orig Tue Nov 7 17:49:43 2006 ++++ aisleriot/cscmi.c Tue Nov 7 17:49:53 2006 +@@ -637,8 +637,8 @@ cscmi_drop_cards (int start_slot, GList + cscmi_call_lambda, + call_data, cscmi_catch_handler, NULL); retval = call_data->retval; - g_free (call_data); scm_gc_unprotect_object (call_data->arg2); + g_free (call_data); - return SCM_NFALSEP(retval); - } -@@ -698,8 +698,8 @@ cscmi_drop_valid(int start_slot, GList * - cscmi_catch_handler, - NULL); - retval = call_data->retval; -- g_free (call_data); - scm_gc_unprotect_object (call_data->arg2); -+ g_free (call_data); - - return SCM_NFALSEP(retval); + return SCM_NFALSEP (retval); } |