View | Details | Raw Unified | Return to bug 122761
Collapse All | Expand All

(-)games/xabacus/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	xabacus
8
PORTNAME=	xabacus
9
PORTVERSION=	7.3.3
9
PORTVERSION=	7.3.5
10
CATEGORIES=	games
10
CATEGORIES=	games
11
MASTER_SITES=	http://www.tux.org/~bagleyd/abacus/ \
11
MASTER_SITES=	http://www.tux.org/~bagleyd/abacus/ \
12
		http://ftp.tux.org/pub/tux/bagleyd/xabacus/ \
12
		http://ftp.tux.org/pub/tux/bagleyd/xabacus/ \
(-)games/xabacus/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (xabacus-7.3.3.tar.bz2) = 85bbdedd65cb05c1c84b985eea5439b9
1
MD5 (xabacus-7.3.5.tar.bz2) = bbc9da59855736976e7d39b1fa8742f6
2
SHA256 (xabacus-7.3.3.tar.bz2) = bc8dceb0624d2ecfacb25a04628e5d7ce6453f397bbcadd289fdf76bf12958ec
2
SHA256 (xabacus-7.3.5.tar.bz2) = 8b9375c432836eccc3cc3ccea8054692541b607e3c353bb7fc2174a567b371d2
3
SIZE (xabacus-7.3.3.tar.bz2) = 201264
3
SIZE (xabacus-7.3.5.tar.bz2) = 259689
(-)games/xabacus/files/patch-xabacus.c (+12 lines)
Line 0 Link Here
1
--- xabacus.c.orig	2008-04-10 05:11:27.000000000 +0900
2
+++ xabacus.c	2008-04-10 23:09:23.000000000 +0900
3
@@ -1253,7 +1253,9 @@
4
 		XtNmono, &mono,
5
 		XtNreverseVideo, &reverse,
6
 		XtNmode, &mode,
7
+#ifdef LEE_ABACUS
8
 		XtNscript, &script,
9
+#endif
10
 		XtNdemoForeground, &demoForeground,
11
 		XtNdemoBackground, &demoBackground,
12
 		XtNdemoPath, &demoPath,

Return to bug 122761