From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 16 11:10:08 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9A5191065672 for ; Wed, 16 Feb 2011 11:10:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6CAAD8FC17 for ; Wed, 16 Feb 2011 11:10:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p1GBA8XN083457 for ; Wed, 16 Feb 2011 11:10:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p1GBA8UU083456; Wed, 16 Feb 2011 11:10:08 GMT (envelope-from gnats) Resent-Date: Wed, 16 Feb 2011 11:10:08 GMT Resent-Message-Id: <201102161110.p1GBA8UU083456@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Guido Falsi Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8F5E7106564A for ; Wed, 16 Feb 2011 11:00:37 +0000 (UTC) (envelope-from mad@madpilot.net) Received: from megatron.madpilot.net (megatron.madpilot.net [88.149.173.206]) by mx1.freebsd.org (Postfix) with ESMTP id E55218FC1B for ; Wed, 16 Feb 2011 11:00:36 +0000 (UTC) Received: from megatron.madpilot.net (localhost [127.0.0.1]) by megatron.madpilot.net (Postfix) with ESMTP id 825301418 for ; Wed, 16 Feb 2011 12:00:35 +0100 (CET) Received: from megatron.madpilot.net ([127.0.0.1]) by megatron.madpilot.net (megatron.madpilot.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 3sBml9qiCFsD for ; Wed, 16 Feb 2011 12:00:28 +0100 (CET) Received: by megatron.madpilot.net (Postfix, from userid 1000) id 2847E140F; Wed, 16 Feb 2011 12:00:28 +0100 (CET) Message-Id: <20110216110028.2847E140F@megatron.madpilot.net> Date: Wed, 16 Feb 2011 12:00:28 +0100 (CET) From: Guido Falsi To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/154821: [maintainer-update] games/pokerth: update to 0.8.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Guido Falsi List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Feb 2011 11:10:08 -0000 >Number: 154821 >Category: ports >Synopsis: [maintainer-update] games/pokerth: update to 0.8.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Feb 16 11:10:07 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Guido Falsi >Release: FreeBSD 8.1-STABLE amd64 >Organization: none >Environment: System: FreeBSD megatron.madpilot.net 8.1-STABLE FreeBSD 8.1-STABLE #23: Sun Nov 14 14:54:14 CET 2010 root@megatron.madpilot.net:/usr/obj/usr/src/sys/MEGATRON amd64 >Description: Update to 0.8.3. Add LICENSE while there. >How-To-Repeat: >Fix: diff -ruN pokerth.old/Makefile pokerth/Makefile --- pokerth.old/Makefile 2011-02-16 11:35:43.341429390 +0100 +++ pokerth/Makefile 2011-02-16 11:49:14.833620799 +0100 @@ -6,7 +6,7 @@ # PORTNAME= pokerth -PORTVERSION= 0.8.1 +PORTVERSION= 0.8.3 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/0.8 DISTNAME= PokerTH-${PORTVERSION}-src @@ -14,6 +14,9 @@ MAINTAINER= mad@madpilot.net COMMENT= A poker game written in C++/QT4 +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= boost_thread.4:${PORTSDIR}/devel/boost-libs \ mikmod.2:${PORTSDIR}/audio/libmikmod \ gnutls.40:${PORTSDIR}/security/gnutls \ @@ -25,7 +28,8 @@ USE_GMAKE= yes MAKE_JOBS_SAFE= yes USE_QT_VER= 4 -QT_COMPONENTS= gui corelib network sql qmake_build moc_build rcc_build uic_build +QT_COMPONENTS= gui corelib network sql sql-sqlite3 qmake_build \ + moc_build rcc_build uic_build USE_SDL= mixer HAS_CONFIGURE= yes QMAKE_ARGS+= -unix PREFIX=${PREFIX} @@ -45,6 +49,7 @@ -e 's|(-lcurl)|\1 -liconv|g' \ -e 's:boost_([a-z]+)-[-|a-z|0-9|_]*:boost_\1:g' \ -e 's|LIB_DIRS =.*|LIB_DIRS = ${LOCALBASE}/lib|g' \ + -e '/^QMAKE_CXXFLAGS.*/d' \ ${WRKSRC}/*.pro do-configure: diff -ruN pokerth.old/distinfo pokerth/distinfo --- pokerth.old/distinfo 2011-02-16 11:35:43.327232392 +0100 +++ pokerth/distinfo 2011-02-16 11:49:14.832619558 +0100 @@ -1,3 +1,2 @@ -MD5 (PokerTH-0.8.1-src.tar.bz2) = 990b2b7dcb48028c0e963161ddea5806 -SHA256 (PokerTH-0.8.1-src.tar.bz2) = d2b6f8bf0cc9b6e5348aa4d6d5e59b3b17465a0f1a822341fd4417c2a5db1240 -SIZE (PokerTH-0.8.1-src.tar.bz2) = 7080728 +SHA256 (PokerTH-0.8.3-src.tar.bz2) = ff68054753b87dc8713306a96b53108b2e485610086a28481f0fc3d7a365a02e +SIZE (PokerTH-0.8.3-src.tar.bz2) = 7037418 diff -ruN pokerth.old/files/patch-pokerth_game.pro pokerth/files/patch-pokerth_game.pro --- pokerth.old/files/patch-pokerth_game.pro 2011-02-16 11:35:43.327232392 +0100 +++ pokerth/files/patch-pokerth_game.pro 2011-02-16 11:49:14.832619558 +0100 @@ -1,12 +1,21 @@ ---- pokerth_game.pro.orig 2009-05-03 21:19:24.000000000 +0200 -+++ pokerth_game.pro 2009-05-10 13:48:21.535041464 +0200 -@@ -357,8 +357,7 @@ - # QMAKE_CXXFLAGS += -ffunction-sections -fdata-sections - # QMAKE_LFLAGS += -Wl,--gc-sections - LIBPATH += lib -- LIB_DIRS = $${PREFIX}/lib \ -- $${PREFIX}/lib64 -+ LIB_DIRS = $${PREFIX}/lib - BOOST_FS = boost_filesystem \ - boost_filesystem-mt - BOOST_THREAD = boost_thread \ +--- pokerth_game.pro.orig 2011-01-16 20:37:12.000000000 +0100 ++++ pokerth_game.pro 2011-02-15 17:46:10.218078631 +0100 +@@ -379,8 +379,7 @@ + # QMAKE_LFLAGS += -Wl,--gc-sections + LIBPATH += lib $${PREFIX}/lib /opt/gsasl/lib + INCLUDEPATH += $${PREFIX}/include +- LIB_DIRS = $${PREFIX}/lib \ +- $${PREFIX}/lib64 ++ LIB_DIRS = $${PREFIX}/lib + BOOST_FS = boost_filesystem \ + boost_filesystem-mt + BOOST_THREAD = boost_thread \ +@@ -392,7 +391,7 @@ + BOOST_SYS = boost_system \ + boost_system-mt + +- # searching in $PREFIX/lib and $PREFIX/lib64 ++ # searching in $PREFIX/lib + # to override the default '/usr' pass PREFIX + # variable to qmake. + for(dir, LIB_DIRS):exists($$dir) { >Release-Note: >Audit-Trail: >Unformatted: