Upgrade to 2.8.0.
PR: 44347 Submitted by: KATO Tsuguru <tkato@prontomail.com>
This commit is contained in:
parent
885f90ff54
commit
93e0e22f6d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=68539
4 changed files with 30 additions and 7 deletions
|
@ -7,18 +7,21 @@
|
|||
#
|
||||
|
||||
PORTNAME= freecell-solver
|
||||
PORTVERSION= 2.6.3
|
||||
PORTVERSION= 2.8.0
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= http://vipe.technion.ac.il/~shlomif/freecell-solver/ \
|
||||
http://fc-solve.berlios.de/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
MAN6= fc-solve-board_gen.6 fc-solve.6 make-gnome-freecell-board.6 \
|
||||
make_pysol_freecell_board.py.6 make-aisleriot-freecell-board.6 \
|
||||
MAN6= fc-solve-board_gen.6 fc-solve.6 \
|
||||
freecell-solver-range-parallel-solve.6 \
|
||||
make-aisleriot-freecell-board.6 \
|
||||
make-gnome-freecell-board.6 \
|
||||
make_pysol_freecell_board.py.6 \
|
||||
pi-make-microsoft-freecell-board.6
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (freecell-solver-2.6.3.tar.gz) = 83214b66d0ded13e4dfaf79c9d7b2883
|
||||
MD5 (freecell-solver-2.8.0.tar.gz) = 924dcf54e1ad6ba3ff3083a179459106
|
||||
|
|
10
games/freecell-solver/files/patch-configure
Normal file
10
games/freecell-solver/files/patch-configure
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- configure.orig Sat Sep 28 20:39:17 2002
|
||||
+++ configure Tue Oct 22 00:49:04 2002
|
||||
@@ -5310,6 +5310,7 @@
|
||||
|
||||
# This can be used to rebuild libtool when needed
|
||||
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
|
||||
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
|
||||
|
||||
# Always use our own libtool.
|
||||
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
|
@ -11,7 +11,17 @@ include/freecell-solver/fcs_enums.h
|
|||
include/freecell-solver/fcs_move.h
|
||||
include/freecell-solver/fcs_user.h
|
||||
lib/libfreecell-solver.a
|
||||
lib/libfreecell-solver.la
|
||||
lib/libfreecell-solver.so
|
||||
lib/libfreecell-solver.so.4
|
||||
lib/libfreecell-solver.so.5
|
||||
share/freecell-solver/presetrc
|
||||
share/freecell-solver/presets/abra-kadabra.sh
|
||||
share/freecell-solver/presets/cool-jives.sh
|
||||
share/freecell-solver/presets/crooked-nose.sh
|
||||
share/freecell-solver/presets/fools-gold.sh
|
||||
share/freecell-solver/presets/hello-world.sh
|
||||
share/freecell-solver/presets/john_galt_line-500.sh
|
||||
share/freecell-solver/presets/rin-tin-tin.sh
|
||||
share/freecell-solver/presets/yellow-brick-road.sh
|
||||
@dirrm share/freecell-solver/presets
|
||||
@dirrm share/freecell-solver
|
||||
@dirrm include/freecell-solver
|
||||
|
|
Loading…
Reference in a new issue