diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-17 14:53:08 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-17 14:53:08 +0000 |
commit | 72259a18b6fc861d7f70d37959a0d526bbe8be81 (patch) | |
tree | cf9f4691c2bf1f1d1623cdacd960ca0a71bd8e3f | |
parent | Depend on the right p5-DBI depending on installed perl version. (diff) |
- Update to version 0.82.1
PR: ports/66727
Submitted by: Christopher Nehren <apeiron@comcast.net>
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=109342
-rw-r--r-- | emulators/xmame/Makefile | 3 | ||||
-rw-r--r-- | emulators/xmame/distinfo | 8 | ||||
-rw-r--r-- | emulators/xmame/pkg-plist | 1 | ||||
-rw-r--r-- | emulators/xmess/Makefile | 2 |
4 files changed, 6 insertions, 8 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index ce4d0d3a5716..cfb825ea54be 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -6,7 +6,7 @@ # PORTNAME?= xmame -PORTVERSION?= 0.80.1 +PORTVERSION?= 0.82.1 CATEGORIES= emulators MASTER_SITES= http://x.mame.net/download/:xmame \ http://www.sys2064.com/files/util/:history \ @@ -56,7 +56,6 @@ GENERALDOCS= changes.unix \ img/xmame.jpg \ liesmich.unix \ multiplayer-readme.txt \ - xmame-doc-1.html \ xmame-doc-2.html \ xmame-doc-3.html \ xmame-doc-4.html \ diff --git a/emulators/xmame/distinfo b/emulators/xmame/distinfo index fe2f4abf3bb1..5617c97b13b7 100644 --- a/emulators/xmame/distinfo +++ b/emulators/xmame/distinfo @@ -1,8 +1,8 @@ -MD5 (xmame/xmame-0.80.1.tar.bz2) = f2e51b0a695ee508ea76df86dd426730 -SIZE (xmame/xmame-0.80.1.tar.bz2) = 12460829 +MD5 (xmame/xmame-0.82.1.tar.bz2) = b0598b587c59a022f22337ced8f6cfd6 +SIZE (xmame/xmame-0.82.1.tar.bz2) = 12833581 MD5 (xmame/uhsdat795.zip) = c30956e15cd8218f558f41013a47f22e SIZE (xmame/uhsdat795.zip) = 43750 MD5 (xmame/history.dat.zip) = 8c758537d5f5bc90fc3224b19421ae12 SIZE (xmame/history.dat.zip) = 409736 -MD5 (xmame/cheat.zip) = fab0ea562a8dcfd1ce4f3a1d5acc6101 -SIZE (xmame/cheat.zip) = 763904 +MD5 (xmame/cheat.zip) = 0ff8ce7a39439d813760e1a8e57af62a +SIZE (xmame/cheat.zip) = 944626 diff --git a/emulators/xmame/pkg-plist b/emulators/xmame/pkg-plist index 1e003442393c..9fb9c56ff50c 100644 --- a/emulators/xmame/pkg-plist +++ b/emulators/xmame/pkg-plist @@ -6,7 +6,6 @@ share/%%MAMEMESS%%/%%MAMEMESS%%rc %%PORTDOCS%%share/doc/%%MAMEMESS%%/xmame.jpg %%PORTDOCS%%share/doc/%%MAMEMESS%%/liesmich.unix %%PORTDOCS%%share/doc/%%MAMEMESS%%/multiplayer-readme.txt -%%PORTDOCS%%share/doc/%%MAMEMESS%%/xmame-doc-1.html %%PORTDOCS%%share/doc/%%MAMEMESS%%/xmame-doc-2.html %%PORTDOCS%%share/doc/%%MAMEMESS%%/xmame-doc-3.html %%PORTDOCS%%share/doc/%%MAMEMESS%%/xmame-doc-4.html diff --git a/emulators/xmess/Makefile b/emulators/xmess/Makefile index db73631d71fd..e5ae867bea5c 100644 --- a/emulators/xmess/Makefile +++ b/emulators/xmess/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xmess -PORTVERSION= 0.80.1 +PORTVERSION= 0.82.1 MAINTAINER= flynn@energyhq.es.eu.org COMMENT= X11 emulator for game consoles |