From tijl@coosemans.org  Mon Jun 13 13:20:01 2011
Return-Path: <tijl@coosemans.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 6CFD1106566C
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 13 Jun 2011 13:20:01 +0000 (UTC)
	(envelope-from tijl@coosemans.org)
Received: from mailrelay010.isp.belgacom.be (mailrelay010.isp.belgacom.be [195.238.6.177])
	by mx1.freebsd.org (Postfix) with ESMTP id F1ABF8FC19
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 13 Jun 2011 13:20:00 +0000 (UTC)
Received: from 231.228-177-91.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([91.177.228.231])
  by relay.skynet.be with ESMTP; 13 Jun 2011 15:19:59 +0200
Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1])
	by kalimero.tijl.coosemans.org (8.14.4/8.14.4) with ESMTP id p5DDJwo1053605
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 13 Jun 2011 15:19:58 +0200 (CEST)
	(envelope-from tijl@kalimero.tijl.coosemans.org)
Received: (from tijl@localhost)
	by kalimero.tijl.coosemans.org (8.14.4/8.14.4/Submit) id p5DDJwWp053604;
	Mon, 13 Jun 2011 15:19:58 +0200 (CEST)
	(envelope-from tijl)
Message-Id: <201106131319.p5DDJwWp053604@kalimero.tijl.coosemans.org>
Date: Mon, 13 Jun 2011 15:19:58 +0200 (CEST)
From: Tijl Coosemans <tijl@coosemans.org>
Reply-To: Tijl Coosemans <tijl@coosemans.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] emulators/tiemu3: bump revision, change master site
X-Send-Pr-Version: 3.113
X-GNATS-Notify: cyberbotx@cyberbotx.com

>Number:         157839
>Category:       ports
>Synopsis:       [patch] emulators/tiemu3: bump revision, change master site
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    jlaffaye
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 13 13:30:10 UTC 2011
>Closed-Date:    Thu Jun 16 17:55:34 CEST 2011
>Last-Modified:  Thu Jun 16 17:55:34 CEST 2011
>Originator:     Tijl Coosemans
>Release:        FreeBSD 9.0-CURRENT i386
>Organization:
>Environment:
>Description:
- Bump port revision for libti* updates
- Use official master site
- Fix portlint error about CPPFLAGS
>How-To-Repeat:
>Fix:

--- tiemu3.update begins here ---
diff -u tiemu3.orig/Makefile tiemu3/Makefile
--- tiemu3.orig/Makefile	2011-06-13 13:16:11.000000000 +0200
+++ tiemu3/Makefile	2011-06-13 14:20:05.000000000 +0200
@@ -7,25 +7,28 @@
 
 PORTNAME=	tiemu3
 PORTVERSION=	3.03
+PORTREVISION=	1
 CATEGORIES=	emulators
-MASTER_SITES=	http://tijl.fastmail.fm/mirror/
-DISTNAME=	tiemu-${PORTVERSION}
+MASTER_SITES=	SF/gtktiemu/tiemu-linux/TIEmu%20${DISTVERSION}
+DISTNAME=	tiemu-${DISTVERSION}
+EXTRACT_SUFX=	-nogdb.tar.gz
 
 MAINTAINER=	cyberbotx@cyberbotx.com
 COMMENT=	TI89(ti)/92(+)/V200 hand-helds emulator
 
-LIB_DEPENDS=	ticalcs2.8:${PORTSDIR}/comms/libticalcs2 \
+LIB_DEPENDS=	ticalcs2.9:${PORTSDIR}/comms/libticalcs2 \
 		ticables2.4:${PORTSDIR}/comms/libticables2 \
-		tifiles2.6:${PORTSDIR}/devel/libtifiles2
+		tifiles2.7:${PORTSDIR}/devel/libtifiles2
 
 USE_AUTOTOOLS=	libtool
 USE_GMAKE=	yes
 USE_GNOME=	gtk20 libglade2
 USE_SDL=	sdl
 
+CPPFLAGS+=	-I${LOCALBASE}/include
+LDFLAGS+=	-L${LOCALBASE}/lib -export-dynamic
 CONFIGURE_ARGS=	--disable-gdb
-CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
-		LDFLAGS="-L${LOCALBASE}/lib -export-dynamic"
+CONFIGURE_ENV=	LDFLAGS="${LDFLAGS}"
 
 MAN1=		tiemu.1
 
diff -u tiemu3.orig/distinfo tiemu3/distinfo
--- tiemu3.orig/distinfo	2011-06-13 13:16:11.000000000 +0200
+++ tiemu3/distinfo	2011-06-13 13:22:56.000000000 +0200
@@ -1,3 +1,2 @@
-MD5 (tiemu-3.03.tar.gz) = 2736440d717a0ee97cdb35189814fc93
-SHA256 (tiemu-3.03.tar.gz) = 92d2830842278a8df29ab0717f5b89e06b34e88a50c073fe10ff9e6855b8a592
-SIZE (tiemu-3.03.tar.gz) = 2749976
+SHA256 (tiemu-3.03-nogdb.tar.gz) = 92d2830842278a8df29ab0717f5b89e06b34e88a50c073fe10ff9e6855b8a592
+SIZE (tiemu-3.03-nogdb.tar.gz) = 2749976
--- tiemu3.update ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Mon Jun 13 13:30:22 UTC 2011 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: cyberbotx@cyberbotx.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/157839: [patch] emulators/tiemu3: bump revision, change master site
Date: Mon, 13 Jun 2011 13:30:18 UT

 Maintainer of emulators/tiemu3,
 
 Please note that PR ports/157839 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/157839
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Naram Qashat <cyberbotx@cyberbotx.com>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/157839: [patch] emulators/tiemu3: bump revision, change
 master site
Date: Mon, 13 Jun 2011 18:10:25 -0400

 I accept this patch.
 
 Thanks,
 Naram Qashat
 
 On 06/13/11 09:30, Edwin Groothuis wrote:
 > Maintainer of emulators/tiemu3,
 >
 > Please note that PR ports/157839 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/157839
 >
State-Changed-From-To: feedback->open 
State-Changed-By: linimon 
State-Changed-When: Tue Jun 14 07:08:34 UTC 2011 
State-Changed-Why:  
Maintainer approved. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=157839 
Responsible-Changed-From-To: freebsd-ports-bugs->jlaffaye 
Responsible-Changed-By: jlaffaye 
Responsible-Changed-When: Tue Jun 14 16:25:31 UTC 2011 
Responsible-Changed-Why:  
I'll take it. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/157839: commit references a PR
Date: Thu, 16 Jun 2011 15:46:49 +0000 (UTC)

 jlaffaye    2011-06-16 15:46:36 UTC
 
   FreeBSD ports repository
 
   Modified files:
     comms/libticables2   Makefile distinfo 
     comms/libticalcs2    Makefile distinfo pkg-plist 
     converters/libticonv Makefile distinfo pkg-plist 
     devel/libtifiles2    Makefile distinfo pkg-plist 
     emulators/tiemu3     Makefile distinfo 
     comms/tilp2          Makefile distinfo pkg-plist 
   Log:
   Update converters/libticonv to 1.1.2 [1]
   Update comms/libticables2 to 1.3.2 [2]
   Update devel/libtifiles2 to 1.1.4 [3]
   Update comms/libticalcs2 to 1.1.6 [4]
   Update comms/tilp2 to 1.15 [5]
   Bump emulators/tiemu3 [6]
   
   PR:             ports/157837 [1], ports/157832 [2], ports/157830 [3], ports/157836 [4], ports/157838 [5], ports/157839 [6]
   Submitted by:   Tijl Coosemans <tijl@coosemans.org> [1] [2] [3] [4] [5] (maintainer) [6]
   Approved by:    Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) [6], bapt (mentor)
   
   Revision  Changes    Path
   1.14      +5 -3      ports/comms/libticables2/Makefile
   1.9       +2 -2      ports/comms/libticables2/distinfo
   1.16      +7 -7      ports/comms/libticalcs2/Makefile
   1.10      +2 -2      ports/comms/libticalcs2/distinfo
   1.6       +1 -1      ports/comms/libticalcs2/pkg-plist
   1.20      +8 -8      ports/comms/tilp2/Makefile
   1.9       +2 -2      ports/comms/tilp2/distinfo
   1.5       +2 -0      ports/comms/tilp2/pkg-plist
   1.12      +3 -5      ports/converters/libticonv/Makefile
   1.8       +2 -2      ports/converters/libticonv/distinfo
   1.5       +1 -1      ports/converters/libticonv/pkg-plist
   1.15      +6 -6      ports/devel/libtifiles2/Makefile
   1.9       +2 -3      ports/devel/libtifiles2/distinfo
   1.5       +1 -1      ports/devel/libtifiles2/pkg-plist
   1.13      +9 -6      ports/emulators/tiemu3/Makefile
   1.4       +2 -3      ports/emulators/tiemu3/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"
 
State-Changed-From-To: open->closed 
State-Changed-By: jlaffaye 
State-Changed-When: Thu Jun 16 17:55:33 CEST 2011 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=157839 
>Unformatted:
