diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2006-04-29 16:31:10 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2006-04-29 16:31:10 +0000 |
commit | 3fef03caaa154c20f2a68a83042224c9a1a4d604 (patch) | |
tree | ad5d125434cfb5b7c38a2a669dfb3c5b59953654 /emulators | |
parent | d3491cad06ffeae3e489896f3d2b23732e009de2 (diff) | |
download | ports-3fef03caaa154c20f2a68a83042224c9a1a4d604.tar.gz ports-3fef03caaa154c20f2a68a83042224c9a1a4d604.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/xmame/Makefile | 16 | ||||
-rw-r--r-- | emulators/xmame/distinfo | 12 | ||||
-rw-r--r-- | emulators/xmame/pkg-plist | 2 |
3 files changed, 10 insertions, 20 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index 0a105e7cd978..8954152fa7d1 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -6,8 +6,7 @@ # PORTNAME?= xmame -PORTVERSION?= 0.103 -PORTREVISION= 1 +PORTVERSION?= 0.104 CATEGORIES= emulators MASTER_SITES= http://www.franksworld.org/dist/xmame/:xmame \ http://x.mame.net/download/:xmame \ @@ -30,7 +29,7 @@ COMMENT?= UNIX/X11 port of the Multi Arcade Machine Emulator (MAME) LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 -#BROKEN= Unfetchable +NO_CDROM= License does not permit selling USE_BZIP2= yes USE_PERL5= yes @@ -139,7 +138,7 @@ PLIST_SUB+= DATFILES="" EXTRACT_DEPENDS= unzip:${PORTSDIR}/archivers/unzip HIVER= 0100 -HISTVER= 1_05c +HISTVER= 1_06a DISTFILES+= uhsdat${HIVER}.zip:highscore \ history${HISTVER}.zip:history \ @@ -317,14 +316,5 @@ post-install: ${INSTALL_DATA} ${WRKDIR}/history.dat ${DATADIR} ${INSTALL_DATA} ${WRKDIR}/cheat.dat ${DATADIR} .endif -.if defined(WITH_OPENGL) - @${ECHO_MSG} - @${ECHO_MSG} "**************************************************************" - @${ECHO_MSG} "* HEADSUP: The OpenGL code is now built on top of the X11" - @${ECHO_MSG} "* drivers. You can enable OpenGL rendering with the -vidmod 2" - @${ECHO_MSG} "* option." - @${ECHO_MSG} "**************************************************************" - @${ECHO_MSG} -.endif .include <bsd.port.post.mk> diff --git a/emulators/xmame/distinfo b/emulators/xmame/distinfo index f7959a568835..04a793ba8544 100644 --- a/emulators/xmame/distinfo +++ b/emulators/xmame/distinfo @@ -1,12 +1,12 @@ -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/xmame-0.104.tar.bz2) = d75ef4845f3b961ec1bfa6e80fbf9433 +SHA256 (xmame/xmame-0.104.tar.bz2) = 2d6bf6f4c18b21778c48c7f16bbdbd8a4a01450d30d71182e8d19db5983df550 +SIZE (xmame/xmame-0.104.tar.bz2) = 16249286 MD5 (xmame/uhsdat0100.zip) = 09480efe7251a508a9f88b512fa22a37 SHA256 (xmame/uhsdat0100.zip) = 2ee3fd4d954a88cf72581f1e9b687ff199079b655a22d7c540877994065f2f92 SIZE (xmame/uhsdat0100.zip) = 62900 -MD5 (xmame/history1_05c.zip) = 1c0a57cce47b13a8855739510523ab05 -SHA256 (xmame/history1_05c.zip) = 0507b4f133bff4a5b8f4478bf4691c8e9c5cbc715509eaedf437ea893532d837 -SIZE (xmame/history1_05c.zip) = 1628034 +MD5 (xmame/history1_06a.zip) = baecc49b24cafb14c00b155a1889a694 +SHA256 (xmame/history1_06a.zip) = 9d75ff53a0e2b65c5eda0bd0584b75624af8d1aca2c06a080f9df639b9d5114f +SIZE (xmame/history1_06a.zip) = 1712811 MD5 (xmame/cheat.zip) = 0ff8ce7a39439d813760e1a8e57af62a SHA256 (xmame/cheat.zip) = 4bfd5a17c7de262bc58942db7c402c6d44bcc0aebfa8703c9ed3aa60654a876b SIZE (xmame/cheat.zip) = 944626 diff --git a/emulators/xmame/pkg-plist b/emulators/xmame/pkg-plist index 383434c7e730..aaf99c6e92b9 100644 --- a/emulators/xmame/pkg-plist +++ b/emulators/xmame/pkg-plist @@ -60,4 +60,4 @@ etc/%%MAMEMESS%%rc.sample @exec mkdir -p %%SPOOLGAMES%%/%%MAMEMESS%% || true @exec chown root:games %%SPOOLGAMES%%/%%MAMEMESS%% || true @exec chmod 775 %%SPOOLGAMES%%/%%MAMEMESS%% || true -@unexec rmdir %%SPOOLGAMES%%/%%MAMEMESS%% 2>/dev/null || true +@dirrmtry %%SPOOLGAMES%%/%%MAMEMESS%% |