From owner-freebsd-ports Tue Nov 26 19:30: 9 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 AF9C337B406 for ; Tue, 26 Nov 2002 19:30:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4179D43EC2 for ; Tue, 26 Nov 2002 19:30:01 -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 gAR3U1x3008517 for ; Tue, 26 Nov 2002 19:30:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gAR3U1ut008516; Tue, 26 Nov 2002 19:30:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79DBC37B401 for ; Tue, 26 Nov 2002 19:20:36 -0800 (PST) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD95943EC2 for ; Tue, 26 Nov 2002 19:20:35 -0800 (PST) (envelope-from linimon@lonesome.com) Received: from lonesome.lonesome.com (cs2876-77.austin.rr.com [24.28.76.77]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.soaustin.net (Postfix) with ESMTP id AC33814195 for ; Tue, 26 Nov 2002 21:20:34 -0600 (CST) Received: from lonesome.lonesome.com (localhost.lonesome.com [127.0.0.1]) by lonesome.lonesome.com (8.12.6/8.12.3) with ESMTP id gAR3LjDr043731 for ; Tue, 26 Nov 2002 21:21:46 -0600 (CST) (envelope-from linimon@lonesome.lonesome.com) Received: (from linimon@localhost) by lonesome.lonesome.com (8.12.6/8.12.6/Submit) id gAR3LjDC043730; Tue, 26 Nov 2002 21:21:45 -0600 (CST) (envelope-from linimon) Message-Id: <200211270321.gAR3LjDC043730@lonesome.lonesome.com> Date: Tue, 26 Nov 2002 21:21:45 -0600 (CST) From: Mark Linimon To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113.1 Subject: ports/45781: [patch] fix fetch and update version for emulators/ines 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 >Number: 45781 >Category: ports >Synopsis: [patch] fix fetch and update version for emulators/ines >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Nov 26 19:30:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Mark Linimon >Release: FreeBSD-2.0 >Organization: FreeBSD >Environment: System: FreeBSD lonesome.lonesome.com 4.7-STABLE FreeBSD 4.7-STABLE #0: Fri Nov 8 23:46:29 CST 2002 root@lonesome.lonesome.com:/usr/src/sys/compile/MULTIMEDIA i386 >Description: Mastersite rearranged directories. New version. >How-To-Repeat: make fetch >Fix: --- 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 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message