Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Jun 2011 15:19:58 +0200 (CEST)
From:      Tijl Coosemans <tijl@coosemans.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/157839: [patch] emulators/tiemu3: bump revision, change master site
Message-ID:  <201106131319.p5DDJwWp053604@kalimero.tijl.coosemans.org>
Resent-Message-ID: <201106131330.p5DDUACP028057@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         157839
>Category:       ports
>Synopsis:       [patch] emulators/tiemu3: bump revision, change master site
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 13 13:30:10 UTC 2011
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106131319.p5DDJwWp053604>