From beyert@fastmail.fm  Sat Aug  7 23:44:36 2010
Return-Path: <beyert@fastmail.fm>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id D7BEB1065679
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  7 Aug 2010 23:44:36 +0000 (UTC)
	(envelope-from beyert@fastmail.fm)
Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25])
	by mx1.freebsd.org (Postfix) with ESMTP id A77D58FC15
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  7 Aug 2010 23:44:36 +0000 (UTC)
Received: from compute2.internal (compute2.internal [10.202.2.42])
	by gateway1.messagingengine.com (Postfix) with ESMTP id 0E3FD184DED;
	Sat,  7 Aug 2010 19:44:36 -0400 (EDT)
Received: from heartbeat1.messagingengine.com ([10.202.2.160])
  by compute2.internal (MEProxy); Sat, 07 Aug 2010 19:44:36 -0400
Received: from aeonserv.aeonnet.fastmail.fm (cpe-76-90-217-240.socal.res.rr.com [76.90.217.240])
	by mail.messagingengine.com (Postfix) with ESMTPSA id 1FC394A727B;
	Sat,  7 Aug 2010 19:44:35 -0400 (EDT)
Message-Id: <87pqxuoun3.wl@fastmail.fm>
Date: Sat, 07 Aug 2010 16:44:32 -0700
From: Timothy Beyer <beyert@cs.ucr.edu>
To: FreeBSD-gnats-submit@freebsd.org
Cc: Timothy Beyer <beyert@cs.ucr.edu>
Subject: update port: emulators/desmume to version 0.9.6

>Number:         149408
>Category:       ports
>Synopsis:       update port: emulators/desmume to version 0.9.6
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 07 23:50:02 UTC 2010
>Closed-Date:    Sat Aug 14 13:42:11 UTC 2010
>Last-Modified:  Sat Aug 14 13:50:01 UTC 2010
>Originator:     Timothy Beyer
>Release:        FreeBSD 8.0-RELEASE-p2 i386
>Organization:
no organization
>Environment:
System: FreeBSD aeonserv.aeonnet 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #0: Fri Jan 29 18:00:42 PST 2010 beyert@aeonserv.aeonnet:/usr/src/sys/i386/compile/CUSTOM i386

>Description:
This problem report updates the emulator to version 0.9.6

>How-To-Repeat:
    Apply the following patches to Makefile and distinfo
>Fix:
    The included patches,
--- Makefile.diff begins here ---
--- Makefile.orig	2010-03-27 23:34:13.000000000 -0700
+++ Makefile	2010-08-07 16:39:31.000000000 -0700
@@ -6,10 +6,10 @@
 #
 
 PORTNAME=	desmume
-PORTVERSION=	0.9.1
-PORTREVISION=	3
+PORTVERSION=	0.9.6
 CATEGORIES=	emulators
 MASTER_SITES=	SF
+EXTRACT_SUFX=	-1.tar.gz
 
 MAINTAINER=	llc2w@virginia.edu
 COMMENT=	Nintendo DS emulator
@@ -22,7 +22,7 @@
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	GMSGFMT=msgfmt DATADIRNAME=share
 
-USE_AUTOTOOLS=	aclocal:19 autoconf:262
+USE_AUTOTOOLS=	aclocal:110 autoconf:262
 ACLOCAL_ARGS=
 AUTOCONF_ARGS=
 
@@ -39,11 +39,4 @@
 BROKEN=		Does not compile on ia64
 .endif
 
-post-patch:
-	@${REINPLACE_CMD} -e 's|@MKDIR_P@|${MKDIR}|' ${WRKSRC}/src/cli/Makefile.in \
-		${WRKSRC}/src/gtk/Makefile.in ${WRKSRC}/src/gtk-glade/Makefile.in \
-		${WRKSRC}/src/gtk/doc/Makefile.in ${WRKSRC}/src/gtk-glade/doc/Makefile.in \
-		${WRKSRC}/src/cli/doc/Makefile.in
-	@${REINPLACE_CMD} -e 's|../MMU.h|../&|' ${WRKSRC}/src/gtk/tools/ioregsView.cpp
-
 .include <bsd.port.post.mk>
--- Makefile.diff ends here ---

--- distinfo.diff begins here ---
--- distinfo.orig	2009-03-25 09:27:44.000000000 -0700
+++ distinfo	2010-08-07 16:18:13.000000000 -0700
@@ -1,3 +1,3 @@
-MD5 (desmume-0.9.1.tar.gz) = 38cd7fbfed4358810ce17b2978eb9a8f
-SHA256 (desmume-0.9.1.tar.gz) = 94c925dd21a502880cefcf190b61b5730d0775e39a6c3c57a49da1861c9f3c16
-SIZE (desmume-0.9.1.tar.gz) = 828627
+MD5 (desmume-0.9.6-1.tar.gz) = a4f8e98d586a2363d78e9d26dc330fe4
+SHA256 (desmume-0.9.6-1.tar.gz) = 9dabdb7a5e89aca5b8427fe12a712b6ead52a39de47c7f136db69200b6930742
+SIZE (desmume-0.9.6-1.tar.gz) = 1018567
--- distinfo.diff ends here ---
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sat Aug 7 23:50:12 UTC 2010 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: llc2w@virginia.edu
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/149408: update port: emulators/desmume to version 0.9.6
Date: Sat, 7 Aug 2010 23:50:09 UT

 Maintainer of emulators/desmume,
 
 Please note that PR ports/149408 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/149408
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: L Campbell <llc2w@virginia.edu>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/149408: update port: emulators/desmume to version 0.9.6
Date: Sat, 7 Aug 2010 20:13:56 -0400

 On Sat, Aug 7, 2010 at 7:50 PM, Edwin Groothuis <edwin@freebsd.org> wrote:
 > Maintainer of emulators/desmume,
 >
 > Please note that PR ports/149408 has just been submitted.
 >
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 >
 > The full text of the PR can be found at:
 > =C2=A0 =C2=A0http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/149408
 >
 
 Looks good to me. Approved.
 
 > --
 > Edwin Groothuis via the GNATS Auto Assign Tool
 > edwin@FreeBSD.org
 >
State-Changed-From-To: feedback->closed 
State-Changed-By: arved 
State-Changed-When: Sat Aug 14 13:42:05 UTC 2010 
State-Changed-Why:  
committed, thanks 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/149408: commit references a PR
Date: Sat, 14 Aug 2010 13:41:59 +0000 (UTC)

 arved       2010-08-14 13:41:50 UTC
 
   FreeBSD ports repository
 
   Modified files:
     emulators/desmume    Makefile distinfo 
   Log:
   Update to 0.9.6
   
   PR:             149408
   Submitted by:   Timothy Beyer <beyert@cs.ucr.edu>
   Approved by:    maintainer
   
   Revision  Changes    Path
   1.12      +3 -10     ports/emulators/desmume/Makefile
   1.4       +3 -3      ports/emulators/desmume/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:
