diff options
author | Dennis Herrmann <dhn@FreeBSD.org> | 2011-03-23 17:43:16 +0000 |
---|---|---|
committer | Dennis Herrmann <dhn@FreeBSD.org> | 2011-03-23 17:43:16 +0000 |
commit | dde5af1a532d959af0321798b784e0b041ff218e (patch) | |
tree | a582f3d9de7afc3c328f02e0507dc128e0d004d2 /games/poker-eval | |
parent | 42362ecd5e8b55a1ef26dd32bb4541ac454f2214 (diff) | |
download | ports-dde5af1a532d959af0321798b784e0b041ff218e.tar.gz ports-dde5af1a532d959af0321798b784e0b041ff218e.zip |
Notes
Diffstat (limited to 'games/poker-eval')
-rw-r--r-- | games/poker-eval/Makefile | 9 | ||||
-rw-r--r-- | games/poker-eval/distinfo | 5 | ||||
-rw-r--r-- | games/poker-eval/files/patch-config-ltmain.sh | 15 | ||||
-rw-r--r-- | games/poker-eval/pkg-descr | 2 | ||||
-rw-r--r-- | games/poker-eval/pkg-plist | 5 |
5 files changed, 12 insertions, 24 deletions
diff --git a/games/poker-eval/Makefile b/games/poker-eval/Makefile index a5c07aa83608..a58f87a51aea 100644 --- a/games/poker-eval/Makefile +++ b/games/poker-eval/Makefile @@ -7,7 +7,7 @@ # PORTNAME= poker-eval -PORTVERSION= 0.136 +PORTVERSION= 0.138 CATEGORIES= games MASTER_SITES= http://download.gna.org/pokersource/sources/ DISTNAME= ${PORTNAME}-${PORTVERSION:E}.0 @@ -15,11 +15,14 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:E}.0 MAINTAINER= ports@FreeBSD.org COMMENT= A C library to evaluate poker hands -USE_GNOME= gnometarget +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING + GNU_CONFIGURE= yes -CONFIGURE_ENV= MD5SUM=${MD5} +USE_GNOME= pkgconfig USE_GMAKE= yes USE_LDCONFIG= yes +MAKE_JOBS_SAFE= yes post-patch: @${REINPLACE_CMD} -e \ diff --git a/games/poker-eval/distinfo b/games/poker-eval/distinfo index 7e15ec2a1e13..36241dc4e13c 100644 --- a/games/poker-eval/distinfo +++ b/games/poker-eval/distinfo @@ -1,3 +1,2 @@ -MD5 (poker-eval-136.0.tar.gz) = 7707f88e5ff93dcdb4c14d6f1a7a825c -SHA256 (poker-eval-136.0.tar.gz) = dd0e442297ee5ffb7de99c3d8b055555f5744bc35116efb0e3fb36a9fd4c30d9 -SIZE (poker-eval-136.0.tar.gz) = 458915 +SHA256 (poker-eval-138.0.tar.gz) = 92659e4a90f6856ebd768bad942e9894bd70122dab56f3b23dd2c4c61bdbcf68 +SIZE (poker-eval-138.0.tar.gz) = 470224 diff --git a/games/poker-eval/files/patch-config-ltmain.sh b/games/poker-eval/files/patch-config-ltmain.sh deleted file mode 100644 index dcba9b0700af..000000000000 --- a/games/poker-eval/files/patch-config-ltmain.sh +++ /dev/null @@ -1,15 +0,0 @@ ---- 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 - func_basename "$file" - name="$func_basename_result" - instname="$dir/$name"i - func_show_eval "$install_prog $instname $destdir/$name" 'exit $?' -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/games/poker-eval/pkg-descr b/games/poker-eval/pkg-descr index dda668dddd26..a11f5c93711c 100644 --- a/games/poker-eval/pkg-descr +++ b/games/poker-eval/pkg-descr @@ -6,4 +6,4 @@ holdem, omaha, etc.) and more can be added. poker-eval is designed for speed so that it can be used within poker simulation software using either exhaustive exploration or Monte Carlo. -WWW: http://www.pokersource.org/poker-eval.php +WWW: http://www.pokersource.info/wiki/poker-eval diff --git a/games/poker-eval/pkg-plist b/games/poker-eval/pkg-plist index 6615f6ff25b2..d054ed01a9b0 100644 --- a/games/poker-eval/pkg-plist +++ b/games/poker-eval/pkg-plist @@ -35,9 +35,10 @@ include/poker-eval/rules_astud.h include/poker-eval/rules_joker.h include/poker-eval/rules_std.h include/poker-eval/rules_undef.h -@dirrm include/poker-eval/inlines -@dirrm include/poker-eval lib/libpoker-eval.a +lib/libpoker-eval.la lib/libpoker-eval.so lib/libpoker-eval.so.1 libdata/pkgconfig/poker-eval.pc +@dirrm include/poker-eval/inlines +@dirrm include/poker-eval |