From owner-freebsd-ports Tue Nov 26 19:40: 6 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 07EBD37B401 for ; Tue, 26 Nov 2002 19:40:04 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B025B43EB2 for ; Tue, 26 Nov 2002 19:40:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gAR3e3x3010658 for ; Tue, 26 Nov 2002 19:40:03 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gAR3e3kO010657; Tue, 26 Nov 2002 19:40:03 -0800 (PST) Date: Tue, 26 Nov 2002 19:40:03 -0800 (PST) Message-Id: <200211270340.gAR3e3kO010657@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Mark Linimon Subject: Re: ports/45781: [patch] fix fetch and update version for emulators/ines Reply-To: Mark Linimon Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/45781; it has been noted by GNATS. From: Mark Linimon To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/45781: [patch] fix fetch and update version for emulators/ines Date: Tue, 26 Nov 2002 21:35:56 -0600 (CST) crud. Forgot the pkg-descr update. --- ines/Makefile.dist Sat Mar 17 17:53:47 2001 +++ ines/Makefile Tue Nov 26 21:19:17 2002 @@ -6,10 +6,10 @@ # PORTNAME= ines -PORTVERSION= 1.2 +PORTVERSION= 2.1 CATEGORIES= emulators -MASTER_SITES= http://www.komkon.org/fms/iNES/ -DISTNAME= iNES12-FreeBSD-80x86-bin +MASTER_SITES= http://fms.komkon.org/iNES/ +DISTNAME= iNES21-FreeBSD-80x86-bin EXTRACT_SUFX= .tar.Z MAINTAINER= nakai@FreeBSD.org @@ -25,10 +25,10 @@ .endif do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/NES/ines ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/NES/ines-debug ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/ines ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/ines-debug ${PREFIX}/bin @${MKDIR} ${PREFIX}/share/ines - @${INSTALL_DATA} ${WRKSRC}/NES/iNES.html ${PREFIX}/share/ines - @${INSTALL_DATA} ${WRKSRC}/NES/CART.NES ${PREFIX}/share/ines + @${INSTALL_DATA} ${WRKSRC}/iNES.html ${PREFIX}/share/ines + @${INSTALL_DATA} ${WRKSRC}/CART.NES ${PREFIX}/share/ines .include --- ines/distinfo.dist Sat Nov 11 16:10:00 2000 +++ ines/distinfo Tue Nov 26 21:18:34 2002 @@ -1 +1,2 @@ MD5 (iNES12-FreeBSD-80x86-bin.tar.Z) = 51667a9d34ca6e38afd3492449141ff4 +MD5 (iNES21-FreeBSD-80x86-bin.tar.Z) = 1e7adc57cc9ae582bb49cb605d1931ba --- ines/pkg-descr.dist Sat Nov 11 16:11:26 2000 +++ ines/pkg-descr Tue Nov 26 21:33:35 2002 @@ -3,4 +3,4 @@ You must buy cartridges and get raw images from them to use this emulator. When ines make core and die, try -noshm option. -WWW: http://www.komkon.org/fms/iNES/ +WWW: http://fms.komkon.org/iNES/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message