Update to 7.3.6
This commit is contained in:
parent
4e2603ff7b
commit
4c2f3f2c1f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=212253
4 changed files with 4 additions and 17 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= xabacus
|
||||
PORTVERSION= 7.3.5
|
||||
PORTVERSION= 7.3.6
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= http://www.tux.org/~bagleyd/abacus/ \
|
||||
http://ftp.tux.org/pub/tux/bagleyd/xabacus/ \
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (xabacus-7.3.5.tar.bz2) = bbc9da59855736976e7d39b1fa8742f6
|
||||
SHA256 (xabacus-7.3.5.tar.bz2) = 8b9375c432836eccc3cc3ccea8054692541b607e3c353bb7fc2174a567b371d2
|
||||
SIZE (xabacus-7.3.5.tar.bz2) = 259689
|
||||
MD5 (xabacus-7.3.6.tar.bz2) = 81bcc454c3dff6a47053e19777e15a68
|
||||
SHA256 (xabacus-7.3.6.tar.bz2) = de6f27145a837ec9a2343f3b0b8717b0bf081dc1236d647fa15a43b04870cbb1
|
||||
SIZE (xabacus-7.3.6.tar.bz2) = 260382
|
||||
|
|
|
@ -1,12 +0,0 @@
|
|||
--- 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,
|
|
@ -1,6 +1,5 @@
|
|||
bin/xabacus
|
||||
lib/X11/app-defaults/Abacus
|
||||
%%DATADIR%%/Abacus.les
|
||||
%%DATADIR%%/Abacus.ps
|
||||
%%DATADIR%%/Abacus1_1.les
|
||||
%%DATADIR%%/Abacus1_2.les
|
||||
|
|
Loading…
Reference in a new issue