Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Jan 2004 18:48:49 +0100 (CET)
From:      Vincent Tantardini <vinc@FreeBSD-fr.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:    ports/61321: [update orphaned port] : emulators/ines - update to 2.3
Message-ID:  <20040113174849.EF7539ED@sativa.0x45.org>
Resent-Message-ID: <200401131750.i0DHo8eW095681@freefall.freebsd.org>

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

>Number:         61321
>Category:       ports
>Synopsis:       [update orphaned port] : emulators/ines - update to 2.3
>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:   Tue Jan 13 09:50:08 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Vincent Tantardini
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
Kerneled.com
>Environment:
System: FreeBSD sativa.0x45.org 4.9-STABLE FreeBSD 4.9-STABLE #0: Fri Dec 26 21:19:14 CET 2003 vinc@sativa.0x45.org:/usr/obj/usr/src/sys/SATIVA i386


	
>Description:
	Update to 2.3 and use ${DATADIR} and %%DATADIR%%
	instead of share/ines.
>How-To-Repeat:
	
>Fix:

	

--- ines.diff begins here ---
diff -ruN ines.orig/Makefile ines/Makefile
--- ines.orig/Makefile	Tue Jan 13 18:46:07 2004
+++ ines/Makefile	Tue Jan 13 18:45:14 2004
@@ -6,10 +6,10 @@
 #
 
 PORTNAME=	ines
-PORTVERSION=	2.2
+PORTVERSION=	2.3
 CATEGORIES=	emulators
 MASTER_SITES=	http://fms.komkon.org/iNES/
-DISTNAME=	iNES22-FreeBSD-80x86-bin
+DISTNAME=	iNES23-FreeBSD-80x86-bin
 EXTRACT_SUFX=	.tar.Z
 
 MAINTAINER=	ports@FreeBSD.org
@@ -28,8 +28,8 @@
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/ines ${PREFIX}/bin
 	${INSTALL_PROGRAM} ${WRKSRC}/ines-debug ${PREFIX}/bin
-	@${MKDIR} ${PREFIX}/share/ines
-	@${INSTALL_DATA} ${WRKSRC}/iNES.html ${PREFIX}/share/ines
-	@${INSTALL_DATA} ${WRKSRC}/CART.NES ${PREFIX}/share/ines
+	${MKDIR} ${DATADIR}
+	${INSTALL_DATA} ${WRKSRC}/iNES.html ${DATADIR}
+	${INSTALL_DATA} ${WRKSRC}/CART.NES ${DATADIR}
 
 .include <bsd.port.post.mk>
diff -ruN ines.orig/distinfo ines/distinfo
--- ines.orig/distinfo	Tue Jan 13 18:46:07 2004
+++ ines/distinfo	Tue Jan 13 18:35:04 2004
@@ -1 +1 @@
-MD5 (iNES22-FreeBSD-80x86-bin.tar.Z) = 434f57a8143fc9fce05a2e21ac271bc0
+MD5 (iNES23-FreeBSD-80x86-bin.tar.Z) = 8c8a1fb0deee41de230f1c7d099e2f54
diff -ruN ines.orig/pkg-plist ines/pkg-plist
--- ines.orig/pkg-plist	Tue Jan 13 18:46:07 2004
+++ ines/pkg-plist	Tue Jan 13 18:36:57 2004
@@ -1,5 +1,5 @@
 bin/ines
 bin/ines-debug
-share/ines/iNES.html
-share/ines/CART.NES
-@dirrm share/ines
+%%DATADIR%%/iNES.html
+%%DATADIR%%/CART.NES
+@dirrm %%DATADIR%%
--- ines.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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