From mad@madpilot.net  Mon Nov  3 09:09:22 2008
Return-Path: <mad@madpilot.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 2DC82106568F
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  3 Nov 2008 09:09:22 +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 D10538FC0C
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  3 Nov 2008 09:09:21 +0000 (UTC)
	(envelope-from mad@madpilot.net)
Received: by megatron.madpilot.net (Postfix, from userid 1000)
	id 7B0B7130C39; Mon,  3 Nov 2008 09:53:32 +0100 (CET)
Message-Id: <20081103085332.7B0B7130C39@megatron.madpilot.net>
Date: Mon,  3 Nov 2008 09:53:32 +0100 (CET)
From: Guido Falsi <mad@madpilot.net>
Reply-To: Guido Falsi <mad@madpilot.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: games/pokerth upgrade to 0.6.2
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         128554
>Category:       ports
>Synopsis:       games/pokerth upgrade to 0.6.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    makc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 03 09:10:04 UTC 2008
>Closed-Date:    Fri Nov 07 14:55:30 UTC 2008
>Last-Modified:  Fri Nov  7 15:00:12 UTC 2008
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->makc 
Responsible-Changed-By: makc 
Responsible-Changed-When: Mon Nov 3 10:23:34 UTC 2008 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=128554 
State-Changed-From-To: open->closed 
State-Changed-By: makc 
State-Changed-When: Fri Nov 7 14:55:29 UTC 2008 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=128554 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/128554: commit references a PR
Date: Fri,  7 Nov 2008 14:55:22 +0000 (UTC)

 makc        2008-11-07 14:55:08 UTC
 
   FreeBSD ports repository
 
   Modified files:
     games/pokerth        Makefile distinfo 
   Log:
   Update to 0.6.2, pass maintainership to submitter
   
   PR:             ports/128554
   Submitted by:   Guido Falsi <mad at madpilot.net>
   Approved by:    miwi (mentor)
   
   Revision  Changes    Path
   1.8       +8 -11     ports/games/pokerth/Makefile
   1.3       +3 -3      ports/games/pokerth/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
