diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-01-24 07:47:36 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-01-24 07:47:36 +0000 |
commit | 3217bcc878a2ab1074a9efbfc37b27a5e14b0c4e (patch) | |
tree | 5f655a75d7d19dc76fd9ac70daa25a98ca94aa9a /emulators/xmame | |
parent | 295732eff20dc445c8a5ba23ff11bc9399be28a6 (diff) | |
download | ports-3217bcc878a2ab1074a9efbfc37b27a5e14b0c4e.tar.gz ports-3217bcc878a2ab1074a9efbfc37b27a5e14b0c4e.zip |
- Update to 0.103
PR: ports/92172
Submitted by: Miguel Mendez <mmendez@energyhq.be> (maintainer)
Notes
Notes:
svn path=/head/; revision=154321
Diffstat (limited to 'emulators/xmame')
-rw-r--r-- | emulators/xmame/Makefile | 10 | ||||
-rw-r--r-- | emulators/xmame/distinfo | 6 |
2 files changed, 8 insertions, 8 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index b56a7e6fd601..e228a5f09a77 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -6,10 +6,11 @@ # PORTNAME?= xmame -PORTVERSION?= 0.102 +PORTVERSION?= 0.103 CATEGORIES= emulators MASTER_SITES= http://x.mame.net/download/:xmame \ http://www.energyhq.es.eu.org/files/:xmame \ + http://www.energyhq.be/files/:xmame \ http://www.pkix.net/mirror/x.mame.net/:xmame \ http://www.arcade-history.com/download/:history \ http://www.energyhq.es.eu.org/files/:history \ @@ -30,7 +31,6 @@ USE_BZIP2= yes USE_PERL5= yes USE_GMAKE= yes MAKE_ARGS+= ARCH=freebsd -USE_REINPLACE= yes WANT_SDL= yes WANT_GNOME= yes @@ -116,9 +116,9 @@ ALLDOCS= ${GENERALDOCS} ${XMESSDOCS} .include <bsd.port.pre.mk> #.if ${OSVERSION} < 500000 -#BROKEN= "Doesn't build on FreeBSD < 5.x" +#BROKEN= Doesn't build on FreeBSD < 5.x #.elif (${OSVERSION} < 600000 && ${MAMEMESS} == "mess") -#BROKEN= "Doesn't build on FreeBSD < 6.x" +#BROKEN= Doesn't build on FreeBSD < 6.x #.endif # Option WITH_DATFILES @@ -211,7 +211,7 @@ ESOUNDCOMMENT=\# # XXX Network support is *broken* in 0.85+, leave commented out for now # Option WITH_NETWORK .if defined(WITH_NETWORK) -BROKEN= "Networking support is currently broken" +BROKEN= Networking support is currently broken NETWORK= .else NETWORK=\# diff --git a/emulators/xmame/distinfo b/emulators/xmame/distinfo index b6bcae4c1f19..f7959a568835 100644 --- a/emulators/xmame/distinfo +++ b/emulators/xmame/distinfo @@ -1,6 +1,6 @@ -MD5 (xmame/xmame-0.102.tar.bz2) = 56c223e1a8af8f50514ca5b93af7d922 -SHA256 (xmame/xmame-0.102.tar.bz2) = 0cf8c767e08bd458e94914392e7095e7b36ddc43b12c8167762b59e2e241c267 -SIZE (xmame/xmame-0.102.tar.bz2) = 16000693 +MD5 (xmame/xmame-0.103.tar.bz2) = 06b3c5f38d6e124d6b4d07b292830f03 +SHA256 (xmame/xmame-0.103.tar.bz2) = 0a21f8bffacabe02b73032e9719444978e25bbc7d536ecbe57f5a863ca915766 +SIZE (xmame/xmame-0.103.tar.bz2) = 16122491 MD5 (xmame/uhsdat0100.zip) = 09480efe7251a508a9f88b512fa22a37 SHA256 (xmame/uhsdat0100.zip) = 2ee3fd4d954a88cf72581f1e9b687ff199079b655a22d7c540877994065f2f92 SIZE (xmame/uhsdat0100.zip) = 62900 |