Date: Mon, 3 Nov 2008 09:53:32 +0100 (CET) From: Guido Falsi <mad@madpilot.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/128554: games/pokerth upgrade to 0.6.2 Message-ID: <20081103085332.7B0B7130C39@megatron.madpilot.net> Resent-Message-ID: <200811030910.mA39A4V0019861@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 128554 >Category: ports >Synopsis: games/pokerth upgrade to 0.6.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Nov 03 09:10:04 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Guido Falsi >Release: FreeBSD 7.1-PRERELEASE i386 >Organization: none >Environment: System: FreeBSD megatron.madpilot.net 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #11: Sun Sep 14 13:46:56 CEST 2008 root@megatron.madpilot.net:/usr/obj/usr/src/sys/MEGATRON i386 >Description: Upgrade to 0.6.2. >How-To-Repeat: >Fix: diff -ruN pokerth.old/Makefile pokerth/Makefile --- pokerth.old/Makefile 2008-11-02 16:13:55.000000000 +0100 +++ pokerth/Makefile 2008-11-03 00:31:27.000000000 +0100 @@ -6,17 +6,17 @@ # PORTNAME= pokerth -PORTVERSION= 0.6 -PORTREVISION= 2 +PORTVERSION= 0.6.2 CATEGORIES= games MASTER_SITES= SF -DISTNAME= PokerTH-${PORTVERSION}-1.src +DISTNAME= PokerTH-${PORTVERSION}-src MAINTAINER= ports@FreeBSD.org COMMENT= A poker game written in C++/QT4 LIB_DEPENDS= boost_thread.4:${PORTSDIR}/devel/boost \ - mikmod.2:${PORTSDIR}/audio/libmikmod + mikmod.2:${PORTSDIR}/audio/libmikmod \ + gnutls.26:${PORTSDIR}/security/gnutls MANUAL_PACKAGE_BUILD= requires large memory to build @@ -27,7 +27,7 @@ QT_COMPONENTS= gui corelib qmake_build moc_build rcc_build uic_build USE_SDL= mixer -WRKSRC= ${WRKDIR}/PokerTH-${PORTVERSION} +WRKSRC= ${WRKDIR}/${DISTNAME} PLIST_FILES= bin/pokerth %%DATADIR%%/pokerth share/pixmaps/pokerth.png @@ -48,8 +48,8 @@ post-patch: @${REINPLACE_CMD} -E \ - -e 's|/usr/([a-z|/]+)|${LOCALBASE}/\1|g' \ - -e 's|(-lcrypto)|\1 -liconv|g' \ + -e 's|/usr([a-z|/]*)|${LOCALBASE}/\1|g' \ + -e 's|(-lcurl)|\1 -liconv|g' \ -e 's:boost_([a-z]+)-[-|a-z|0-9|_]*:boost_\1:g' \ ${WRKSRC}/*.pro diff -ruN pokerth.old/distinfo pokerth/distinfo --- pokerth.old/distinfo 2008-11-02 16:13:55.000000000 +0100 +++ pokerth/distinfo 2008-11-02 16:22:51.000000000 +0100 @@ -1,3 +1,3 @@ -MD5 (PokerTH-0.6-1.src.tar.bz2) = a30a19487319a61e033dd7be94b29e7d -SHA256 (PokerTH-0.6-1.src.tar.bz2) = e2f8f84887d59de507425ad9e98c43d9e3f0f60c255e111b35cdeb9845a39086 -SIZE (PokerTH-0.6-1.src.tar.bz2) = 4276017 +MD5 (PokerTH-0.6.2-src.tar.bz2) = 881eb46440877b34b6a10450911a29bb +SHA256 (PokerTH-0.6.2-src.tar.bz2) = 7dd3530a6ec15e785ab4142fdb28f4625be3a56f9952fcecf792abd84cf39a57 +SIZE (PokerTH-0.6.2-src.tar.bz2) = 4317104 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20081103085332.7B0B7130C39>