FreeBSD Bugzilla – Attachment 51207 Details for
Bug 77832
[PATCH] emulators/mastergear: update to 2.0 (fix unfetchable)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
mastergear-2.0.patch
mastergear-2.0.patch (text/plain), 1.97 KB, created by
Sam Lawrance
on 2005-02-21 06:30:20 UTC
(
hide
)
Description:
mastergear-2.0.patch
Filename:
MIME Type:
Creator:
Sam Lawrance
Created:
2005-02-21 06:30:20 UTC
Size:
1.97 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/FreeBSD/ports/emulators/mastergear/Makefile,v >retrieving revision 1.16 >diff -u -u -r1.16 Makefile >--- Makefile 3 Nov 2003 01:19:17 -0000 1.16 >+++ Makefile 21 Feb 2005 06:28:36 -0000 >@@ -6,10 +6,10 @@ > # > > PORTNAME= mastergear >-PORTVERSION= 1.5 >+PORTVERSION= 2.0 > CATEGORIES= emulators > MASTER_SITES= http://fms.komkon.org/MG/ >-DISTNAME= MG15-FreeBSD-80x86-bin >+DISTNAME= MG20-FreeBSD-80x86-bin > EXTRACT_SUFX= .tar.Z > > MAINTAINER= ports@FreeBSD.org >@@ -24,9 +24,12 @@ > > do-install: > ${INSTALL_PROGRAM} ${WRKSRC}/mg ${PREFIX}/bin >+ @${MKDIR} ${DATADIR} >+ ${INSTALL_DATA} ${WRKSRC}/CART.ROM ${DATADIR} >+ ${INSTALL_DATA} ${WRKSRC}/SF7000.ROM ${DATADIR} > .if(!defined(NOPORTDOCS)) >- @${MKDIR} ${PREFIX}/share/mastergear >- ${INSTALL_DATA} ${WRKSRC}/MG.html ${PREFIX}/share/mastergear >+ @${MKDIR} ${DOCSDIR} >+ ${INSTALL_DATA} ${WRKSRC}/MG.html ${DOCSDIR} > .endif > > .include <bsd.port.mk> >Index: distinfo >=================================================================== >RCS file: /home/ncvs/FreeBSD/ports/emulators/mastergear/distinfo,v >retrieving revision 1.6 >diff -u -u -r1.6 distinfo >--- distinfo 29 Jan 2004 07:23:40 -0000 1.6 >+++ distinfo 21 Feb 2005 05:52:28 -0000 >@@ -1,2 +1,2 @@ >-MD5 (MG15-FreeBSD-80x86-bin.tar.Z) = f1e03e5678f84010e5d6289c0bad2bbc >-SIZE (MG15-FreeBSD-80x86-bin.tar.Z) = 220439 >+MD5 (MG20-FreeBSD-80x86-bin.tar.Z) = 85678687fb43a3635d4ef6f835b59301 >+SIZE (MG20-FreeBSD-80x86-bin.tar.Z) = 161635 >Index: pkg-plist >=================================================================== >RCS file: /home/ncvs/FreeBSD/ports/emulators/mastergear/pkg-plist,v >retrieving revision 1.4 >diff -u -u -r1.4 pkg-plist >--- pkg-plist 11 Mar 2001 02:16:56 -0000 1.4 >+++ pkg-plist 21 Feb 2005 06:28:41 -0000 >@@ -1,3 +1,6 @@ > bin/mg >-share/mastergear/MG.html >-@dirrm share/mastergear >+%%DATADIR%%/CART.ROM >+%%DATADIR%%/SF7000.ROM >+%%PORTDOCS%%%%DOCSDIR%%/MG.html >+@dirrm %%DATADIR%% >+%%PORTDOCS%%@dirrm %%DOCSDIR%%
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 77832
: 51207