FreeBSD Bugzilla – Attachment 162676 Details for
Bug 204192
[PATCH] audio/libgme: Update MASTER_SITES
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
audio_libgme.diff
audio_libgme.diff (text/plain), 1.92 KB, created by
tkato432
on 2015-11-01 18:30:10 UTC
(
hide
)
Description:
audio_libgme.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2015-11-01 18:30:10 UTC
Size:
1.92 KB
patch
obsolete
>diff -urN /usr/ports/audio/libgme/Makefile audio/libgme/Makefile >--- /usr/ports/audio/libgme/Makefile 2015-08-24 03:54:25.862348000 +0900 >+++ audio/libgme/Makefile 2015-11-01 00:00:00.000000000 +0900 >@@ -3,9 +3,8 @@ > PORTNAME= libgme > PORTVERSION= 0.6.0 > CATEGORIES= audio >-MASTER_SITES= GOOGLE_CODE >-PROJECTHOST= game-music-emu >-DISTNAME= ${PROJECTHOST}-${PORTVERSION} >+MASTER_SITES= https://bitbucket.org/mpyne/game-music-emu/downloads/ >+DISTNAME= game-music-emu-${PORTVERSION} > > MAINTAINER= ports@FreeBSD.org > COMMENT= Collection of video game music emulators >@@ -13,7 +12,7 @@ > LICENSE= LGPL21 LGPL3 > LICENSE_COMB= dual > >-USES= tar:bzip2 cmake dos2unix ninja >+USES= cmake dos2unix ninja tar:bzip2 > USE_LDCONFIG= yes > > PORTDOCS= changes.txt design.txt gme.txt readme.txt >@@ -21,11 +20,11 @@ > OPTIONS_DEFINE= DOCS > > post-patch: >- @${REINPLACE_CMD} -e '/pkgconfig/s,lib/,libdata/,' \ >- ${WRKSRC}/gme/CMakeLists.txt >+ @${REINPLACE_CMD} -e \ >+ '/pkgconfig/s|lib/|libdata/|' ${WRKSRC}/gme/CMakeLists.txt > > post-install: > @${MKDIR} ${STAGEDIR}${DOCSDIR} >- ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} >+ (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) > > .include <bsd.port.mk> >diff -urN /usr/ports/audio/libgme/pkg-descr audio/libgme/pkg-descr >--- /usr/ports/audio/libgme/pkg-descr 2015-08-24 03:54:25.874476000 +0900 >+++ audio/libgme/pkg-descr 2015-11-01 00:00:00.000000000 +0900 >@@ -1,5 +1,5 @@ >-Game_Music_Emu is a collection of video game music file emulators that support >-the following formats and systems: >+Game_Music_Emu is a collection of video game music file emulators that >+support the following formats and systems: > > AY ZX Spectrum/Amstrad CPC > GBS Nintendo Game Boy >@@ -11,4 +11,4 @@ > SPC Super Nintendo/Super Famicom > VGM/VGZ Sega Master System/Mark III, Sega Genesis/Mega Drive,BBC Micro > >-WWW: http://code.google.com/p/game-music-emu/ >+WWW: http://bitbucket.org/mpyne/game-music-emu/
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 204192
:
162676
|
163127