diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2009-09-07 17:04:40 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2009-09-07 17:04:40 +0000 |
commit | 49b798d030020fea48ae15a6c77b8212cfb75ede (patch) | |
tree | b01a960aa682ea7dfc204e0521deed3407ffa349 /games/poker-eval | |
parent | cf62c7341449d3c0d00452175ffee823ba58dba2 (diff) |
upgrade to 0.136
Notes
Notes:
svn path=/head/; revision=240993
Diffstat (limited to 'games/poker-eval')
-rw-r--r-- | games/poker-eval/Makefile | 2 | ||||
-rw-r--r-- | games/poker-eval/distinfo | 6 | ||||
-rw-r--r-- | games/poker-eval/files/patch-config-ltmain.sh | 12 |
3 files changed, 10 insertions, 10 deletions
diff --git a/games/poker-eval/Makefile b/games/poker-eval/Makefile index d62e5b2ea2e1..a5c07aa83608 100644 --- a/games/poker-eval/Makefile +++ b/games/poker-eval/Makefile @@ -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 diff --git a/games/poker-eval/distinfo b/games/poker-eval/distinfo index e2b85c927c06..7e15ec2a1e13 100644 --- a/games/poker-eval/distinfo +++ b/games/poker-eval/distinfo @@ -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 diff --git a/games/poker-eval/files/patch-config-ltmain.sh b/games/poker-eval/files/patch-config-ltmain.sh index f4e16be60dda..dcba9b0700af 100644 --- a/games/poker-eval/files/patch-config-ltmain.sh +++ b/games/poker-eval/files/patch-config-ltmain.sh @@ -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. |