aboutsummaryrefslogtreecommitdiff
path: root/emulators/mednafen
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2006-07-12 15:23:04 +0000
committerRong-En Fan <rafan@FreeBSD.org>2006-07-12 15:23:04 +0000
commit09c66bafde966135bc82159d2facf6124be443bb (patch)
treec19b81133a03beb7e6056d40efe396c5b8d04614 /emulators/mednafen
parent52ff2674db4e42cba8dcbc47cb1328d503d3632c (diff)
downloadports-09c66bafde966135bc82159d2facf6124be443bb.tar.gz
ports-09c66bafde966135bc82159d2facf6124be443bb.zip
- Update to 0.6.2
- Mark as IGNORE on 5.3 and before, which lacks round(3) PR: ports/100102 Submitted by: Simon Olofsson <simon olofsson.de> Approved by: maintainer
Notes
Notes: svn path=/head/; revision=167583
Diffstat (limited to 'emulators/mednafen')
-rw-r--r--emulators/mednafen/Makefile6
-rw-r--r--emulators/mednafen/distinfo6
2 files changed, 8 insertions, 4 deletions
diff --git a/emulators/mednafen/Makefile b/emulators/mednafen/Makefile
index 493502417f13..e28de19929c9 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 a42a4433939e..c7ae7ae5b629 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