aboutsummaryrefslogtreecommitdiffstats
path: root/games/xabacus
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2008-04-25 23:48:09 +0800
committermiwi <miwi@FreeBSD.org>2008-04-25 23:48:09 +0800
commit13bebde3d792abf98bafb2c4970dec850b94ee9b (patch)
tree5e172a2e64368aa6811bab14e8f3b186ba7d4034 /games/xabacus
parent687c3384b1d9a0fed12fbc2e06bf6ef336680e91 (diff)
downloadfreebsd-ports-gnome-13bebde3d792abf98bafb2c4970dec850b94ee9b.tar.gz
freebsd-ports-gnome-13bebde3d792abf98bafb2c4970dec850b94ee9b.tar.zst
freebsd-ports-gnome-13bebde3d792abf98bafb2c4970dec850b94ee9b.zip
- Update to 7.3.5
PR: 122761 Submitted by: Ports Fury
Diffstat (limited to 'games/xabacus')
-rw-r--r--games/xabacus/Makefile2
-rw-r--r--games/xabacus/distinfo6
-rw-r--r--games/xabacus/files/patch-xabacus.c12
3 files changed, 16 insertions, 4 deletions
diff --git a/games/xabacus/Makefile b/games/xabacus/Makefile
index 053027892a6d..b3b45127a4b1 100644
--- a/games/xabacus/Makefile
+++ b/games/xabacus/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= xabacus
-PORTVERSION= 7.3.3
+PORTVERSION= 7.3.5
CATEGORIES= games
MASTER_SITES= http://www.tux.org/~bagleyd/abacus/ \
http://ftp.tux.org/pub/tux/bagleyd/xabacus/ \
diff --git a/games/xabacus/distinfo b/games/xabacus/distinfo
index fca4bae9cfc9..16dd5909c30d 100644
--- a/games/xabacus/distinfo
+++ b/games/xabacus/distinfo
@@ -1,3 +1,3 @@
-MD5 (xabacus-7.3.3.tar.bz2) = 85bbdedd65cb05c1c84b985eea5439b9
-SHA256 (xabacus-7.3.3.tar.bz2) = bc8dceb0624d2ecfacb25a04628e5d7ce6453f397bbcadd289fdf76bf12958ec
-SIZE (xabacus-7.3.3.tar.bz2) = 201264
+MD5 (xabacus-7.3.5.tar.bz2) = bbc9da59855736976e7d39b1fa8742f6
+SHA256 (xabacus-7.3.5.tar.bz2) = 8b9375c432836eccc3cc3ccea8054692541b607e3c353bb7fc2174a567b371d2
+SIZE (xabacus-7.3.5.tar.bz2) = 259689
diff --git a/games/xabacus/files/patch-xabacus.c b/games/xabacus/files/patch-xabacus.c
new file mode 100644
index 000000000000..4f2990a7694c
--- /dev/null
+++ b/games/xabacus/files/patch-xabacus.c
@@ -0,0 +1,12 @@
+--- xabacus.c.orig 2008-04-10 05:11:27.000000000 +0900
++++ xabacus.c 2008-04-10 23:09:23.000000000 +0900
+@@ -1253,7 +1253,9 @@
+ XtNmono, &mono,
+ XtNreverseVideo, &reverse,
+ XtNmode, &mode,
++#ifdef LEE_ABACUS
+ XtNscript, &script,
++#endif
+ XtNdemoForeground, &demoForeground,
+ XtNdemoBackground, &demoBackground,
+ XtNdemoPath, &demoPath,