mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
upgrade to 0.136
This commit is contained in:
parent
cf62c73414
commit
49b798d030
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=240993
@ -7,7 +7,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= poker-eval
|
||||
PORTVERSION= 0.135
|
||||
PORTVERSION= 0.136
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= http://download.gna.org/pokersource/sources/
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION:E}.0
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (poker-eval-135.0.tar.gz) = 17c31abfc40fe8719e9496f089e68df3
|
||||
SHA256 (poker-eval-135.0.tar.gz) = 84dfafcb6db03996faa84bcab17bb7c69ef81ebc8189d78a72d7861532b0a537
|
||||
SIZE (poker-eval-135.0.tar.gz) = 468010
|
||||
MD5 (poker-eval-136.0.tar.gz) = 7707f88e5ff93dcdb4c14d6f1a7a825c
|
||||
SHA256 (poker-eval-136.0.tar.gz) = dd0e442297ee5ffb7de99c3d8b055555f5744bc35116efb0e3fb36a9fd4c30d9
|
||||
SIZE (poker-eval-136.0.tar.gz) = 458915
|
||||
|
@ -1,14 +1,14 @@
|
||||
--- config/ltmain.sh.orig Thu Dec 14 17:26:54 2006
|
||||
+++ config/ltmain.sh Thu Dec 14 17:27:08 2006
|
||||
@@ -6003,10 +6003,12 @@
|
||||
--- config/ltmain.sh.orig 2009-09-08 00:56:30.722444585 +0800
|
||||
+++ config/ltmain.sh 2009-09-08 00:57:14.609940717 +0800
|
||||
@@ -2077,10 +2077,12 @@
|
||||
fi
|
||||
|
||||
# Install the pseudo-library for information purposes.
|
||||
+ if /usr/bin/false ; then
|
||||
name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
|
||||
func_basename "$file"
|
||||
name="$func_basename_result"
|
||||
instname="$dir/$name"i
|
||||
$show "$install_prog $instname $destdir/$name"
|
||||
$run eval "$install_prog $instname $destdir/$name" || exit $?
|
||||
func_show_eval "$install_prog $instname $destdir/$name" 'exit $?'
|
||||
+ fi
|
||||
|
||||
# Maybe install the static library, too.
|
||||
|
Loading…
Reference in New Issue
Block a user