summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2003-12-19 23:25:11 +0000
committerPav Lucistnik <pav@FreeBSD.org>2003-12-19 23:25:11 +0000
commit26eec49cd2f1bd266bfb9b4d7efe942941832a69 (patch)
tree4ff31e34ffd2ab7697ebed107594a9588b25099d
parent- Update to 4.0.9 (diff)
- Unbreak xmess and bring it up to the 0.76.1 (it's slave port of xmame)
Approved by: maintainer timeout (1 month) (xmame part)
Notes
Notes: svn path=/head/; revision=96236
Diffstat (limited to '')
-rw-r--r--emulators/xmame/Makefile22
-rw-r--r--emulators/xmame/pkg-plist14
-rw-r--r--emulators/xmess/Makefile4
3 files changed, 23 insertions, 17 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile
index e87d7e0e92b6..6cc562a64bd8 100644
--- a/emulators/xmame/Makefile
+++ b/emulators/xmame/Makefile
@@ -78,14 +78,18 @@ GENERALDOCS= changes.unix \
xmame-gdoc.html \
xmame.css
XMAMEDOCS=
-XMESSDOCS= changes.mess \
- credits.mess \
- gamelist.mess \
- imgtool.txt \
- messhelp.txt \
- messroms.txt \
- old-changes.mess \
- readme.mess
+XMESSDOCS= mess/cgafont.txt \
+ mess/compilewin.html \
+ mess/credits.htm \
+ mess/credits.txt \
+ mess/faq.htm \
+ mess/imgtool.txt \
+ mess/messhelp.txt \
+ mess/messnew.txt \
+ mess/messold.txt \
+ mess/messroms.txt \
+ mess/sysinfo.dat \
+ mess/windows.txt
PINMAMEDOCS= pinmame/simulation.txt \
pinmame/whatsnew.txt \
pinmame/pinmame.txt \
@@ -308,7 +312,7 @@ post-install:
.endfor
.endif
.if ${MAMEMESS} == "mess"
- ${INSTALL_DATA} ${WRKSRC}/doc/sysinfo.dat \
+ ${INSTALL_DATA} ${WRKSRC}/doc/mess/sysinfo.dat \
${PREFIX}/share/xmess/history.dat
.endif
.if ${MAMEMESS} == "mame" && defined(WITH_DATFILES) && ${WITH_DATFILES} == "yes"
diff --git a/emulators/xmame/pkg-plist b/emulators/xmame/pkg-plist
index cbbd394a9659..3c2383dfd4b5 100644
--- a/emulators/xmame/pkg-plist
+++ b/emulators/xmame/pkg-plist
@@ -30,14 +30,18 @@ share/%%MAMEMESS%%/%%MAMEMESS%%rc
%%MAMEONLY%%%%DATFILES%%share/xmame/hiscore.dat
%%MAMEONLY%%%%DATFILES%%share/xmame/history.dat
%%MAMEONLY%%%%DATFILES%%share/xmame/cheat.dat
-%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/changes.mess
-%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/credits.mess
-%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/gamelist.mess
+%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/cgafont.txt
+%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/compilewin.html
+%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/credits.htm
+%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/credits.txt
+%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/faq.htm
%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/imgtool.txt
%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/messhelp.txt
+%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/messnew.txt
+%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/messold.txt
%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/messroms.txt
-%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/old-changes.mess
-%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/readme.mess
+%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/sysinfo.dat
+%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/windows.txt
%%MESSONLY%%share/xmess/history.dat
%%PINMAMEONLY%%%%PORTDOCS%%share/doc/xpinmame/simulation.txt
%%PINMAMEONLY%%%%PORTDOCS%%share/doc/xpinmame/whatsnew.txt
diff --git a/emulators/xmess/Makefile b/emulators/xmess/Makefile
index 9b0c97b444aa..b9d7f947d053 100644
--- a/emulators/xmess/Makefile
+++ b/emulators/xmess/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= xmess
-PORTVERSION= 0.67.2
+PORTVERSION= 0.76.1
MAINTAINER= ports@FreeBSD.org
COMMENT= X11 emulator for game consoles
@@ -16,6 +16,4 @@ DESCR= ${.CURDIR}/pkg-descr
MAMEMESS= mess
-BROKEN= "Missing from distinfo; will be removed after Feb 2"
-
.include "${MASTERDIR}/Makefile"