From cyberbotx@cyberbotx.com  Thu Jan 17 18:13:50 2008
Return-Path: <cyberbotx@cyberbotx.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 3F89916A419
	for <freebsd-gnats-submit@freebsd.org>; Thu, 17 Jan 2008 18:13:50 +0000 (UTC)
	(envelope-from cyberbotx@cyberbotx.com)
Received: from QMTA02.emeryville.ca.mail.comcast.net (qmta02.emeryville.ca.mail.comcast.net [76.96.30.24])
	by mx1.freebsd.org (Postfix) with ESMTP id 4927E13C457
	for <freebsd-gnats-submit@freebsd.org>; Thu, 17 Jan 2008 18:13:50 +0000 (UTC)
	(envelope-from cyberbotx@cyberbotx.com)
Received: from OMTA06.emeryville.ca.mail.comcast.net ([76.96.30.51])
	by QMTA02.emeryville.ca.mail.comcast.net with comcast
	id eHaq1Y00E16AWCU0A05a00; Thu, 17 Jan 2008 18:13:49 +0000
Received: from kirby.cyberbotx.com ([68.43.195.82])
	by OMTA06.emeryville.ca.mail.comcast.net with comcast
	id eJDn1Y00D1n8LeU8S00000; Thu, 17 Jan 2008 18:13:49 +0000
Received: by kirby.cyberbotx.com (Postfix, from userid 1001)
	id 9B8D4C1BA; Thu, 17 Jan 2008 13:13:47 -0500 (EST)
Message-Id: <20080117181347.9B8D4C1BA@kirby.cyberbotx.com>
Date: Thu, 17 Jan 2008 13:13:47 -0500 (EST)
From: Naram Qashat <cyberbotx@cyberbotx.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] emulators/tiemu3: update to 3.02
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         119752
>Category:       ports
>Synopsis:       [MAINTAINER] emulators/tiemu3: update to 3.02
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 17 18:20:01 UTC 2008
>Closed-Date:    Tue Jan 29 10:18:32 UTC 2008
>Last-Modified:  Tue Jan 29 10:20:13 UTC 2008
>Originator:     Naram Qashat
>Release:        FreeBSD 6.2-RELEASE-p8 i386
>Organization:
>Environment:
System: FreeBSD kirby.cyberbotx.com 6.2-RELEASE-p8 FreeBSD 6.2-RELEASE-p8 #12: Sun Oct 14 16:14:35 EDT 2007
>Description:
- Update to 3.02
- Change default of KDE knob

NOTE: This PR relies on PRs ports/119747, ports/119748, ports/119749,
      and ports/119750

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- tiemu3-3.02.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/emulators/tiemu3/Makefile /kirby/shared/ports/tiemu3/Makefile
--- /usr/ports/emulators/tiemu3/Makefile	Fri Oct 26 06:23:27 2007
+++ /kirby/shared/ports/tiemu3/Makefile	Thu Jan 17 12:11:12 2008
@@ -6,21 +6,18 @@
 #
 
 PORTNAME=	tiemu3
-PORTVERSION=	3.01
+PORTVERSION=	3.02
 CATEGORIES=	emulators
 MASTER_SITES=	SF
 MASTER_SITE_SUBDIR=	gtktiemu
-
-PATCH_SITES=	${MASTER_SITE_SOURCEFORGE}
-PATCH_SITE_SUBDIR=	gtktiemu
-PATCHFILES=	${PORTNAME}-${PORTVERSION}a.diff.bz2
+DISTNAME=	tiemu-${PORTVERSION}
 
 MAINTAINER=	cyberbotx@cyberbotx.com
 COMMENT=	TI89(ti)/92(+)/V200 hand-helds emulator
 
-LIB_DEPENDS=	ticalcs2.6:${PORTSDIR}/comms/libticalcs2 \
+LIB_DEPENDS=	ticalcs2.7:${PORTSDIR}/comms/libticalcs2 \
 		ticables2.1:${PORTSDIR}/comms/libticables2 \
-		tifiles2.4:${PORTSDIR}/devel/libtifiles2
+		tifiles2.5:${PORTSDIR}/devel/libtifiles2
 
 USE_BZIP2=	yes
 HAS_CONFIGURE=	yes
@@ -41,7 +38,7 @@
 PLIST_SUB=	NLS="@comment "
 .endif
 
-.if defined(WITHOUT_KDE)
+.if !defined(WITH_KDE)
 CONFIGURE_ARGS+=	--without-kde
 .else
 USE_KDELIBS_VER=	3
diff -ruN --exclude=CVS /usr/ports/emulators/tiemu3/distinfo /kirby/shared/ports/tiemu3/distinfo
--- /usr/ports/emulators/tiemu3/distinfo	Sun Sep  9 01:40:16 2007
+++ /kirby/shared/ports/tiemu3/distinfo	Thu Jan 17 12:12:00 2008
@@ -1,6 +1,3 @@
-MD5 (tiemu3-3.01.tar.bz2) = 7a78a4dfcd64ab9b8119d9574f8a11fa
-SHA256 (tiemu3-3.01.tar.bz2) = 716c4b09243774773cc9c234619a66a8459eb1f3a9c1c1a2e7bb3f28e2b21d51
-SIZE (tiemu3-3.01.tar.bz2) = 21564336
-MD5 (tiemu3-3.01a.diff.bz2) = bce3626a27a185ec8f740a47f4f38941
-SHA256 (tiemu3-3.01a.diff.bz2) = c32d6ce0f44a7a4b2526aebd2060b52c2606eab7239c7be8a65d57415764ccff
-SIZE (tiemu3-3.01a.diff.bz2) = 7209
+MD5 (tiemu-3.02.tar.bz2) = 3e8240b7d829c6d8168a97b5a5b28521
+SHA256 (tiemu-3.02.tar.bz2) = 2b09783a6d30f78165651db99d3da1fbf2890579ef8b359ee74352f7da0f7966
+SIZE (tiemu-3.02.tar.bz2) = 21491214
diff -ruN --exclude=CVS /usr/ports/emulators/tiemu3/pkg-plist /kirby/shared/ports/tiemu3/pkg-plist
--- /usr/ports/emulators/tiemu3/pkg-plist	Sun Sep  9 01:40:16 2007
+++ /kirby/shared/ports/tiemu3/pkg-plist	Thu Jan 17 12:28:02 2008
@@ -7,6 +7,7 @@
 share/tiemu/glade/dbg_cause-2.glade
 share/tiemu/glade/dbg_code-2.glade
 share/tiemu/glade/dbg_data-2.glade
+share/tiemu/glade/dbg_dock-2.glade
 share/tiemu/glade/dbg_entry-2.glade
 share/tiemu/glade/dbg_heap-2.glade
 share/tiemu/glade/dbg_ioports-2.glade
@@ -79,18 +80,20 @@
 share/tiemu/misc/memmap_ti92p_hw1.txt
 share/tiemu/misc/memmap_ti92p_hw2.txt
 share/tiemu/misc/memmap_v200_hw2.txt
+share/tiemu/misc/romcalls.lst
 share/tiemu/misc/romcalls.txt
+share/tiemu/pedrom/pedrom.txt
 share/tiemu/pedrom/pedrom89.tib
 share/tiemu/pedrom/pedrom89ti.tib
 share/tiemu/pedrom/pedrom9x.tib
 share/tiemu/pedrom/pedromv2.tib
 share/tiemu/pixmaps/bkpt.xpm
-share/tiemu/pixmaps/bkpt_tmp.xpm
 share/tiemu/pixmaps/icon.xpm
 share/tiemu/pixmaps/logo.xpm
 share/tiemu/pixmaps/romdump.ico
 share/tiemu/pixmaps/romdump.xpm
-share/tiemu/pixmaps/run.xpm
+share/tiemu/pixmaps/run_1.xpm
+share/tiemu/pixmaps/run_2.xpm
 share/tiemu/pixmaps/void.xpm
 share/tiemu/skins/ipaq_89.skn
 share/tiemu/skins/ipaq_92.skn
@@ -103,8 +106,6 @@
 share/tiemu/skins/ti92.skn
 share/tiemu/skins/ti92_fr.map
 share/tiemu/skins/v200plt.skn
-share/nls/POSIX
-share/nls/en_US.US-ASCII
 @dirrm share/tiemu/skins
 @dirrm share/tiemu/pixmaps
 @dirrm share/tiemu/pedrom
--- tiemu3-3.02.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Sat Jan 19 13:19:53 UTC 2008 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=119752 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Tue Jan 29 10:18:31 UTC 2008 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/119752: commit references a PR
Date: Tue, 29 Jan 2008 10:19:00 +0000 (UTC)

 miwi        2008-01-29 10:18:43 UTC
 
   FreeBSD ports repository
 
   Modified files:
     emulators/tiemu3     Makefile distinfo pkg-plist 
   Log:
   - Update to 3.02
   
   PR:             119752
   Submitted by:   Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
   
   Revision  Changes    Path
   1.3       +5 -8      ports/emulators/tiemu3/Makefile
   1.2       +3 -6      ports/emulators/tiemu3/distinfo
   1.2       +5 -4      ports/emulators/tiemu3/pkg-plist
 _______________________________________________
 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:
