mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
- Update to 2.30.0
PR: 135640 Submitted by: Ports Fury
This commit is contained in:
parent
ce92adf344
commit
562b10cf6a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=236206
@ -7,7 +7,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= freecell-solver
|
||||
PORTVERSION= 2.28.1
|
||||
PORTVERSION= 2.30.0
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= http://freebsd.unixfreunde.de/sources/ \
|
||||
BERLIOS/fc-solve
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (freecell-solver-2.28.1.tar.bz2) = 2d55cda91ecde5fb9bae4dad9c8d6d65
|
||||
SHA256 (freecell-solver-2.28.1.tar.bz2) = 7fabbb22aa657054e18fae2d9cebb366ed3515fdd68104a9a5a7f2bae4c1c067
|
||||
SIZE (freecell-solver-2.28.1.tar.bz2) = 219138
|
||||
MD5 (freecell-solver-2.30.0.tar.bz2) = da52741498899cc7ad4667dbb18b20d7
|
||||
SHA256 (freecell-solver-2.30.0.tar.bz2) = 4c0b632eaa506d4510f33b9c92a6c740d89abd245b2e51c0199ab6f82b27ed88
|
||||
SIZE (freecell-solver-2.30.0.tar.bz2) = 223860
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- caas.c.orig 2009-05-18 18:49:56.000000000 +0900
|
||||
+++ caas.c 2009-05-18 23:10:59.000000000 +0900
|
||||
@@ -236,7 +236,7 @@
|
||||
PValue,
|
||||
instance->stacks_judy_array,
|
||||
new_state_key->stacks[a],
|
||||
- (fcs_stack_len(*new_state_key, a)+1)
|
||||
+ col_len
|
||||
);
|
||||
/* TODO : Handle out-of-memory. */
|
||||
if (*PValue == 0)
|
@ -27,9 +27,11 @@ lib/libfreecell-solver.so.0.5.0
|
||||
%%DATADIR%%/presets/cool-jives.sh
|
||||
%%DATADIR%%/presets/crooked-nose.sh
|
||||
%%DATADIR%%/presets/fools-gold.sh
|
||||
%%DATADIR%%/presets/gooey-unknown-thing.sh
|
||||
%%DATADIR%%/presets/hello-world.sh
|
||||
%%DATADIR%%/presets/john_galt_line-500.sh
|
||||
%%DATADIR%%/presets/rin-tin-tin.sh
|
||||
%%DATADIR%%/presets/sand-stone.sh
|
||||
%%DATADIR%%/presets/yellow-brick-road.sh
|
||||
@dirrm %%DATADIR%%/presets
|
||||
@dirrm %%DATADIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user