diff options
Diffstat (limited to 'emulators/mednafen')
-rw-r--r-- | emulators/mednafen/Makefile | 6 | ||||
-rw-r--r-- | emulators/mednafen/distinfo | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/emulators/mednafen/Makefile b/emulators/mednafen/Makefile index 4935024..e28de19 100644 --- a/emulators/mednafen/Makefile +++ b/emulators/mednafen/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mednafen -PORTVERSION= 0.6.1 +PORTVERSION= 0.6.2 CATEGORIES= emulators games MASTER_SITES= http://mednafen.com/releases/ @@ -46,6 +46,10 @@ FLAG_NLS= true BROKEN= does not compile on ${ARCH} due to internal compiler error .endif +.if ${OSVERSION} < 503000 +IGNORE= needs round(3), which appears in 5.3 or later +.endif + pre-configure: @${REINPLACE_CMD} -e 's|sdl-config|sdl11-config|g' ${WRKSRC}/configure diff --git a/emulators/mednafen/distinfo b/emulators/mednafen/distinfo index a42a443..c7ae7ae 100644 --- a/emulators/mednafen/distinfo +++ b/emulators/mednafen/distinfo @@ -1,3 +1,3 @@ -MD5 (mednafen-0.6.1.tar.bz2) = 4918b570f48f049021ead85b3b40edcb -SHA256 (mednafen-0.6.1.tar.bz2) = e3021ce4cb60f479a01c963f471df47a6e48d3b1fdbf14875e09774dbc1e9c77 -SIZE (mednafen-0.6.1.tar.bz2) = 1435414 +MD5 (mednafen-0.6.2.tar.bz2) = 6f2760e68d1aaff97f55db0eed4d540c +SHA256 (mednafen-0.6.2.tar.bz2) = 4db8d317548c68318fa0ae0debd75b93f1ffef198e77b19b120fe7377ca8eef3 +SIZE (mednafen-0.6.2.tar.bz2) = 1436044 |