Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Nov 2002 19:40:03 -0800 (PST)
From:      Mark Linimon <linimon@lonesome.com>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/45781: [patch] fix fetch and update version for emulators/ines
Message-ID:  <200211270340.gAR3e3kO010657@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/45781; it has been noted by GNATS.

From: Mark Linimon <linimon@lonesome.com>
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 <bsd.port.post.mk>
 --- 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




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