diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2009-09-07 17:09:53 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2009-09-07 17:09:53 +0000 |
commit | 1f1c71e610fb2a9e9d6e1b8ffdb6de9c3345207c (patch) | |
tree | 9ce2f76bfcbdb731d4206e5676368142bf4e6932 /games | |
parent | 49b798d030020fea48ae15a6c77b8212cfb75ede (diff) |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/py-poker-eval/Makefile | 2 | ||||
-rw-r--r-- | games/py-poker-eval/distinfo | 6 | ||||
-rw-r--r-- | games/py-poker-eval/files/patch-config-ltmain.sh | 12 |
3 files changed, 10 insertions, 10 deletions
diff --git a/games/py-poker-eval/Makefile b/games/py-poker-eval/Makefile index 82d9b8b0b0f0..5757e16bb3da 100644 --- a/games/py-poker-eval/Makefile +++ b/games/py-poker-eval/Makefile @@ -7,7 +7,7 @@ # PORTNAME= poker-eval -PORTVERSION= 0.136 +PORTVERSION= 0.137 CATEGORIES= games python MASTER_SITES= http://download.gna.org/pokersource/sources/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/games/py-poker-eval/distinfo b/games/py-poker-eval/distinfo index 51d76ef8f7c0..dd1f86643571 100644 --- a/games/py-poker-eval/distinfo +++ b/games/py-poker-eval/distinfo @@ -1,3 +1,3 @@ -MD5 (pypoker-eval-136.0.tar.gz) = 08cf41708c83b5f61577d7779f80cf55 -SHA256 (pypoker-eval-136.0.tar.gz) = dc9cf5caa235f3aaac72071c436b70b10500d939bc4724835a90bde01e7f9e85 -SIZE (pypoker-eval-136.0.tar.gz) = 349444 +MD5 (pypoker-eval-137.0.tar.gz) = a17ceb8320097f026754ac0ef22f7888 +SHA256 (pypoker-eval-137.0.tar.gz) = b3f95a59a7e6f9e332473dd79ec57046919a4e8f07be8252504b2b05b24d5ad6 +SIZE (pypoker-eval-137.0.tar.gz) = 338195 diff --git a/games/py-poker-eval/files/patch-config-ltmain.sh b/games/py-poker-eval/files/patch-config-ltmain.sh index b0aac2ffa71c..348682462a3b 100644 --- a/games/py-poker-eval/files/patch-config-ltmain.sh +++ b/games/py-poker-eval/files/patch-config-ltmain.sh @@ -1,14 +1,14 @@ ---- config/ltmain.sh.orig Thu Dec 14 22:00:03 2006 -+++ config/ltmain.sh Thu Dec 14 22:00:20 2006 -@@ -6003,10 +6003,12 @@ +--- config/ltmain.sh.orig 2009-09-08 01:06:40.961772193 +0800 ++++ config/ltmain.sh 2009-09-08 01:06:54.440767557 +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. |