diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2013-01-02 21:09:45 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2013-01-02 21:09:45 +0000 |
commit | 960c45a4bd21c0d21b1094a7dd29cc50f3bb855b (patch) | |
tree | 349b32b818cc7684e9cec95b8a02ab43baa89fe8 /games | |
parent | ff0bf828ace6346ccc81ee5f9687c04ff85419ef (diff) | |
download | ports-960c45a4bd21c0d21b1094a7dd29cc50f3bb855b.tar.gz ports-960c45a4bd21c0d21b1094a7dd29cc50f3bb855b.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/pokerth/Makefile | 9 | ||||
-rw-r--r-- | games/pokerth/distinfo | 4 | ||||
-rw-r--r-- | games/pokerth/pkg-plist | 10 |
3 files changed, 12 insertions, 11 deletions
diff --git a/games/pokerth/Makefile b/games/pokerth/Makefile index 431b5122e3f0..7881073f224c 100644 --- a/games/pokerth/Makefile +++ b/games/pokerth/Makefile @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= pokerth -PORTVERSION= 0.9.5 +PORTVERSION= 1.0 CATEGORIES= games -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R} +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} DISTNAME= PokerTH-${PORTVERSION}-src MAINTAINER= madpilot@FreeBSD.org @@ -17,8 +17,9 @@ LIB_DEPENDS= boost_thread:${PORTSDIR}/devel/boost-libs \ mikmod:${PORTSDIR}/audio/libmikmod \ gnutls:${PORTSDIR}/security/gnutls \ curl:${PORTSDIR}/ftp/curl \ - gsasl.16:${PORTSDIR}/security/gsasl \ - tinyxml:${PORTSDIR}/textproc/tinyxml + gsasl:${PORTSDIR}/security/gsasl \ + tinyxml:${PORTSDIR}/textproc/tinyxml \ + protobuf:${PORTSDIR}/devel/protobuf BUILD_DEPENDS= ${LOCALBASE}/include/libircclient.h:${PORTSDIR}/irc/libircclient USE_ICONV= yes diff --git a/games/pokerth/distinfo b/games/pokerth/distinfo index 8ca80fb9f14d..4b522bcfed2c 100644 --- a/games/pokerth/distinfo +++ b/games/pokerth/distinfo @@ -1,2 +1,2 @@ -SHA256 (PokerTH-0.9.5-src.tar.bz2) = b837bdccbf13c15cb22f255ad0e367c24ac431119cb7c7da48e8a753b81c599f -SIZE (PokerTH-0.9.5-src.tar.bz2) = 13598803 +SHA256 (PokerTH-1.0-src.tar.bz2) = 5aaaf913a7696f12afe18f9b2da55c84f7343bf8afb45b25f7852a25fd1a6c10 +SIZE (PokerTH-1.0-src.tar.bz2) = 19125507 diff --git a/games/pokerth/pkg-plist b/games/pokerth/pkg-plist index 8553820a5ecc..d3f9dd74b65e 100644 --- a/games/pokerth/pkg-plist +++ b/games/pokerth/pkg-plist @@ -203,6 +203,7 @@ share/pixmaps/pokerth.png %%DATADIR%%/data/gfx/cards/default_800x480/9.png %%DATADIR%%/data/gfx/cards/default_800x480/defaultdeckstyle_800x480.xml %%DATADIR%%/data/gfx/cards/default_800x480/flipside.png +%%DATADIR%%/data/gfx/cards/default_800x480/preview.png %%DATADIR%%/data/gfx/cards/default4c/0.png %%DATADIR%%/data/gfx/cards/default4c/1.png %%DATADIR%%/data/gfx/cards/default4c/10.png @@ -269,11 +270,10 @@ share/pixmaps/pokerth.png %%DATADIR%%/data/gfx/gui/misc/background_gamelist.png %%DATADIR%%/data/gfx/gui/misc/fileopen16.png %%DATADIR%%/data/gfx/gui/misc/rating.png -%%DATADIR%%/data/gfx/gui/misc/startwindowbg.png -%%DATADIR%%/data/gfx/gui/misc/startwindowbg_old.png -%%DATADIR%%/data/gfx/gui/misc/startwindowbg_800x480.png -%%DATADIR%%/data/gfx/gui/misc/welcomepokerth.png -%%DATADIR%%/data/gfx/gui/misc/welcomepokerth_old.png +%%DATADIR%%/data/gfx/gui/misc/startwindowbg10_desktop.png +%%DATADIR%%/data/gfx/gui/misc/startwindowbg10_mobile.png +%%DATADIR%%/data/gfx/gui/misc/welcomepokerth10_desktop.png +%%DATADIR%%/data/gfx/gui/misc/welcomepokerth10_mobile.png %%DATADIR%%/data/gfx/gui/misc/windowicon.png %%DATADIR%%/data/gfx/gui/table/danuxi1/bigblindPuck.png %%DATADIR%%/data/gfx/gui/table/danuxi1/cardholder_flop.png |