svn commit: r309837 - head/games/pokerth

Guido Falsi madpilot at FreeBSD.org
Wed Jan 2 21:09:46 UTC 2013


Author: madpilot
Date: Wed Jan  2 21:09:45 2013
New Revision: 309837
URL: http://svnweb.freebsd.org/changeset/ports/309837

Log:
  - Update to 1.0
  - Remove ABI version number from LIB_DEPENDS

Modified:
  head/games/pokerth/Makefile
  head/games/pokerth/distinfo   (contents, props changed)
  head/games/pokerth/pkg-plist   (contents, props changed)

Modified: head/games/pokerth/Makefile
==============================================================================
--- head/games/pokerth/Makefile	Wed Jan  2 20:51:44 2013	(r309836)
+++ head/games/pokerth/Makefile	Wed Jan  2 21:09:45 2013	(r309837)
@@ -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 at FreeBSD.org
@@ -17,8 +17,9 @@ LIB_DEPENDS=	boost_thread:${PORTSDIR}/de
 		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

Modified: head/games/pokerth/distinfo
==============================================================================
--- head/games/pokerth/distinfo	Wed Jan  2 20:51:44 2013	(r309836)
+++ head/games/pokerth/distinfo	Wed Jan  2 21:09:45 2013	(r309837)
@@ -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

Modified: head/games/pokerth/pkg-plist
==============================================================================
--- head/games/pokerth/pkg-plist	Wed Jan  2 20:51:44 2013	(r309836)
+++ head/games/pokerth/pkg-plist	Wed Jan  2 21:09:45 2013	(r309837)
@@ -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


More information about the svn-ports-all mailing list