FreeBSD Bugzilla – Attachment 230309 Details for
Bug 252190
[NEW PORT] emulators/libretro-bsnes: Standalone port of bSNES 2014 (performance) to libretro emulator
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
emulators_libretro-bsnes.diff
emulators_libretro-bsnes.diff (text/plain), 2.14 KB, created by
Timothy Beyer
on 2021-12-22 10:03:38 UTC
(
hide
)
Description:
emulators_libretro-bsnes.diff
Filename:
MIME Type:
Creator:
Timothy Beyer
Created:
2021-12-22 10:03:38 UTC
Size:
2.14 KB
patch
obsolete
>diff --git a/emulators/libretro-bsnes/Makefile b/emulators/libretro-bsnes/Makefile >index a60adde..d70765c 100644 >--- a/emulators/libretro-bsnes/Makefile >+++ b/emulators/libretro-bsnes/Makefile >@@ -1,11 +1,11 @@ >-# $FreeBSD$ >+# Created by: Timothy Beyer <beyert@cs.ucr.edu> > >-PORTNAME= libretro-bsnes2014_performance >-PORTVERSION= 0.20201030 >+PORTNAME= libretro-bsnes >+PORTVERSION= 20211218 > CATEGORIES= emulators games > > MAINTAINER= beyert@cs.ucr.edu >-COMMENT= Standalone port of bSNES 2014 (performance) to libretro >+COMMENT= Standalone port of bSNES to libretro > > LICENSE= GPLv3 > >@@ -15,12 +15,14 @@ USE_LDCONFIG= yes > USE_GITHUB= yes > GH_ACCOUNT= libretro > GH_PROJECT= bsnes-libretro >-GH_TAGNAME= 6d2c3a8 >+GH_TAGNAME= 9549275 > >-PLIST_FILES= lib/libretro/bsnes2014_performance_libretro.so >+USE_GCC= yes >+ >+PLIST_FILES= lib/libretro/bsnes_libretro.so > > do-install: >- ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; >- ${INSTALL_LIB} ${WRKSRC}/bsnes2014_performance_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro; >+ @${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; >+ ${INSTALL_LIB} ${WRKSRC}/bsnes_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro; > > .include <bsd.port.mk> >diff --git a/emulators/libretro-bsnes/distinfo b/emulators/libretro-bsnes/distinfo >index 4680f60..501e0b5 100644 >--- a/emulators/libretro-bsnes/distinfo >+++ b/emulators/libretro-bsnes/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1604096917 >-SHA256 (libretro-bsnes-libretro-0.20201030-6d2c3a8_GH0.tar.gz) = 7a67b3f6b0c54cc2751bd2937da319b3a9096719dead285aa8877dedbc61e598 >-SIZE (libretro-bsnes-libretro-0.20201030-6d2c3a8_GH0.tar.gz) = 1261418 >+TIMESTAMP = 1640163197 >+SHA256 (libretro-bsnes-libretro-20211218-9549275_GH0.tar.gz) = 76f5de645b425ddd9c90085fc5d5b9309c378475e964d149aed253569fc8aa76 >+SIZE (libretro-bsnes-libretro-20211218-9549275_GH0.tar.gz) = 7281394 >diff --git a/emulators/libretro-bsnes/pkg-descr b/emulators/libretro-bsnes/pkg-descr >index c8e2a0f..a567f1c 100644 >--- a/emulators/libretro-bsnes/pkg-descr >+++ b/emulators/libretro-bsnes/pkg-descr >@@ -1,3 +1,3 @@ >-Standalone port of bSNES 2014 (performance) to libretro. >+Standalone port of bSNES to libretro. > > WWW: https://github.com/libretro/bsnes-libretro
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 252190
:
220982
|
230309
|
233995