diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-05-02 14:17:35 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-05-02 14:17:35 +0000 |
commit | c6ff7fac4c8aa1f33aba2821fad49f2aa8d93d07 (patch) | |
tree | 3e441b81610386a59eadeeff73ee3d4453f2d539 /emulators | |
parent | 20af9473b2f8f9a85486f9e326f75b60edb9bdf2 (diff) |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/xmame/Makefile | 3 | ||||
-rw-r--r-- | emulators/xmame/distinfo | 2 | ||||
-rw-r--r-- | emulators/xmame/pkg-plist | 3 | ||||
-rw-r--r-- | emulators/xpinmame/Makefile | 4 |
4 files changed, 5 insertions, 7 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index ba273fabb7cf..6ab6cc415508 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -73,8 +73,7 @@ XMESSDOCS= changes.mess \ messold.txt \ messroms.txt \ credits.txt -PINMAMEDOCS= credits.txt \ - pinmame/simulation.txt \ +PINMAMEDOCS= pinmame/simulation.txt \ pinmame/whatsnew.txt \ pinmame/pinmame.txt \ pinmame/gamelist.txt \ diff --git a/emulators/xmame/distinfo b/emulators/xmame/distinfo index adbd5e507794..45b91806ffeb 100644 --- a/emulators/xmame/distinfo +++ b/emulators/xmame/distinfo @@ -4,4 +4,4 @@ MD5 (xmame/cheat.zip) = dc380436c04780950cee07d3e31bfb0b MD5 (xmame/history.zip) = 69da5c33e6a78092c6cd75cbeb737c6a MD5 (xmame/hsdat7.zip) = 9e4a7e36448895f13128a675327e34e4 MD5 (xmame/xmame-0.37b14.1-cps2-20010422.patch.gz) = cd36e3b92acea42e96cc97ae604d6cd2 -MD5 (xmame/xmame-0.37b13.1-pinmame-0.99b1.patch.gz) = 06526474f4bd5afa0874237ffe653d34 +MD5 (xmame/xmame-0.37b14.1-pinmame-0.99b2.patch.gz) = fd269d2719cc7b51572c1cba8ceba88e diff --git a/emulators/xmame/pkg-plist b/emulators/xmame/pkg-plist index 63a558947e74..ad6a9d3bb506 100644 --- a/emulators/xmame/pkg-plist +++ b/emulators/xmame/pkg-plist @@ -22,7 +22,7 @@ share/%%MAMEMESS%%/%%MAMEMESS%%rc %%MAMEONLY%%%%PORTDOCS%%share/doc/xmame/changes.mame %%MAMEONLY%%%%PORTDOCS%%share/doc/xmame/gamelist.mame %%MAMEONLY%%%%PORTDOCS%%share/doc/xmame/readme.mame -%%MESSONLY%%%%PORTDOCS%%share/doc/credits.txt +%%MESSONLY%%%%PORTDOCS%%share/doc/xmess/credits.txt %%MESSONLY%%%%PORTDOCS%%share/doc/xmess/changes.mess %%MESSONLY%%%%PORTDOCS%%share/doc/xmess/gamelist.mess %%MESSONLY%%%%PORTDOCS%%share/doc/xmess/readme.mess @@ -66,7 +66,6 @@ share/%%MAMEMESS%%/%%MAMEMESS%%rc %%MESSONLY%%%%PORTDOCS%%share/doc/xmess/sysinfo/t1000hx.txt %%MESSONLY%%%%PORTDOCS%%share/doc/xmess/sysinfo/vip.txt %%MESSONLY%%%%PORTDOCS%%@dirrm share/doc/xmess/sysinfo -%%PINMAMEONLY%%%%PORTDOCS%%share/doc/credits.txt %%PINMAMEONLY%%%%PORTDOCS%%share/doc/xpinmame/simulation.txt %%PINMAMEONLY%%%%PORTDOCS%%share/doc/xpinmame/whatsnew.txt %%PINMAMEONLY%%%%PORTDOCS%%share/doc/xpinmame/pinmame.txt diff --git a/emulators/xpinmame/Makefile b/emulators/xpinmame/Makefile index c079af7bd5ca..cb1ed73c2fa8 100644 --- a/emulators/xpinmame/Makefile +++ b/emulators/xpinmame/Makefile @@ -18,7 +18,7 @@ COMMENT= ${.CURDIR}/pkg-comment DESCR= ${.CURDIR}/pkg-descr MAMEMESS= pinmame -XMAMEVERSION= 0.37b13.1 -PINMAMEVERSION= 0.99b1 +XMAMEVERSION= 0.37b14.1 +PINMAMEVERSION= 0.99b2 .include "${MASTERDIR}/Makefile" |