diff options
author | alepulver <alepulver@FreeBSD.org> | 2007-12-01 00:47:19 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2007-12-01 00:47:19 +0800 |
commit | 7d4621c780b413a0a142b1b0c5232aa44ed6501e (patch) | |
tree | 4a06f2ff51c1690a46dbf976d363e2b1c784d13e /emulators/mess | |
parent | 5d89e1652c687f8c7514f3320cb4640ac8839a70 (diff) | |
download | freebsd-ports-gnome-7d4621c780b413a0a142b1b0c5232aa44ed6501e.tar.gz freebsd-ports-gnome-7d4621c780b413a0a142b1b0c5232aa44ed6501e.tar.zst freebsd-ports-gnome-7d4621c780b413a0a142b1b0c5232aa44ed6501e.zip |
- Update to version 0.120.
- Mirror distfile to my FTP since it's not downloadable by fetch [1].
- Remove BROKEN.
PR: ports/117898
Submitted by: "Pedro F. Giffuni" <giffunip@tutopia.com>
Reworked by: alepulver (myself) [1]
Approved by: portmgr (linimon)
Diffstat (limited to 'emulators/mess')
-rw-r--r-- | emulators/mess/Makefile | 6 | ||||
-rw-r--r-- | emulators/mess/distinfo | 6 | ||||
-rw-r--r-- | emulators/mess/files/patch-src__mess__mess.mak | 11 | ||||
-rw-r--r-- | emulators/mess/pkg-plist | 6 |
4 files changed, 22 insertions, 7 deletions
diff --git a/emulators/mess/Makefile b/emulators/mess/Makefile index bab891fe620b..9b7217a878d2 100644 --- a/emulators/mess/Makefile +++ b/emulators/mess/Makefile @@ -6,16 +6,14 @@ # PORTNAME= sdlmess -PORTVERSION= 0.119 +PORTVERSION= 0.120 CATEGORIES= emulators -MASTER_SITES= http://rbelmont.mameworld.info/ +MASTER_SITES= ftp://ftp.alepulver.com.ar/distfiles/ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//} MAINTAINER= alepulver@FreeBSD.org COMMENT= SDL port of MESS (Multiple Emulator Super System) -BROKEN= fails to fetch - USE_ZIP= yes USE_GL= yes USE_GMAKE= yes diff --git a/emulators/mess/distinfo b/emulators/mess/distinfo index 3015faf51c66..2088b819a998 100644 --- a/emulators/mess/distinfo +++ b/emulators/mess/distinfo @@ -1,3 +1,3 @@ -MD5 (sdlmess0119.zip) = b97fc030670dd0dec88e2e4a7fd45a35 -SHA256 (sdlmess0119.zip) = 6cf7a3e0f02a26828fcc4327ded5653a6afb6a904783d906464bc5ee981070d8 -SIZE (sdlmess0119.zip) = 26626042 +MD5 (sdlmess0120.zip) = c90d9e9afed66a6eeabc3958adcfc2b3 +SHA256 (sdlmess0120.zip) = d35117f52e363145ff9c933f58d313660d6ca8d22e58018a3d4d51c3dfcfa445 +SIZE (sdlmess0120.zip) = 27756354 diff --git a/emulators/mess/files/patch-src__mess__mess.mak b/emulators/mess/files/patch-src__mess__mess.mak new file mode 100644 index 000000000000..14ece8917c77 --- /dev/null +++ b/emulators/mess/files/patch-src__mess__mess.mak @@ -0,0 +1,11 @@ +--- ./src/mess/mess.mak.orig Tue Oct 16 11:24:59 2007 ++++ ./src/mess/mess.mak Thu Nov 29 15:25:32 2007 +@@ -13,7 +13,7 @@ + EMUSRC = $(SRC)/emu + EMUOBJ = $(OBJ)/emu + +-EMU_AUDIO = $(ENUOBJ)/audio ++EMU_AUDIO = $(EMUOBJ)/audio + EMU_MACHINE = $(EMUOBJ)/machine + EMU_VIDEO = $(EMUOBJ)/video + MAME_AUDIO = $(MAMEOBJ)/audio diff --git a/emulators/mess/pkg-plist b/emulators/mess/pkg-plist index 4c41a55cd4b6..4da7f55d02e9 100644 --- a/emulators/mess/pkg-plist +++ b/emulators/mess/pkg-plist @@ -51,10 +51,15 @@ libexec/sdlmess/testkeys %%PORTDOCS%%%%DOCSDIR%%/docs/windows/update.htm %%PORTDOCS%%%%DOCSDIR%%/docs/windows/win32cmd.htm %%PORTDOCS%%%%DOCSDIR%%/docs/wintoc.xml +%%DATADIR%%/artwork/amsterd.zip %%DATADIR%%/artwork/avigo.zip +%%DATADIR%%/artwork/dallas.zip +%%DATADIR%%/artwork/dallas16.zip +%%DATADIR%%/artwork/dallas32.zip %%DATADIR%%/artwork/dir.txt %%DATADIR%%/artwork/floppyr.png %%DATADIR%%/artwork/floppyw.png +%%DATADIR%%/artwork/glasgow.zip %%DATADIR%%/artwork/kim1.zip %%DATADIR%%/artwork/aim65.zip %%DATADIR%%/artwork/ledoff.png @@ -69,6 +74,7 @@ libexec/sdlmess/testkeys %%DATADIR%%/artwork/pc1402.zip %%DATADIR%%/artwork/pc1403.zip %%DATADIR%%/artwork/rebel5.zip +%%DATADIR%%/artwork/roma32.zip %%DATADIR%%/artwork/ssystem3.zip %%DATADIR%%/artwork/thomson.lay %%DATADIR%%/hash/a2600.hsi |