aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorolgeni <olgeni@FreeBSD.org>2001-02-19 06:23:26 +0800
committerolgeni <olgeni@FreeBSD.org>2001-02-19 06:23:26 +0800
commit2827e3b425a4fc7d76eedf3e0f73427ca3f98dcc (patch)
treec46ceb51336d565854ad0ad32112385743a980bf
parentf592c859bb767f8b57ed969ee8a2b3db59c4418b (diff)
downloadfreebsd-ports-gnome-2827e3b425a4fc7d76eedf3e0f73427ca3f98dcc.tar.gz
freebsd-ports-gnome-2827e3b425a4fc7d76eedf3e0f73427ca3f98dcc.tar.zst
freebsd-ports-gnome-2827e3b425a4fc7d76eedf3e0f73427ca3f98dcc.zip
Update to version 0.37b11.2
-rw-r--r--emulators/xmame/Makefile2
-rw-r--r--emulators/xmame/distinfo2
-rw-r--r--emulators/xmame/files/patch-aj11
3 files changed, 2 insertions, 13 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile
index 660928395e27..754c9e22402a 100644
--- a/emulators/xmame/Makefile
+++ b/emulators/xmame/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= xmame
-PORTVERSION= 0.37b11.1
+PORTVERSION= 0.37b11.2
CATEGORIES= emulators
MASTER_SITES= http://x.mame.net/download/ \
ftp://ftp.kaupp.cx/pub/xmame/ \
diff --git a/emulators/xmame/distinfo b/emulators/xmame/distinfo
index 3779f62c072c..09f36bc8877d 100644
--- a/emulators/xmame/distinfo
+++ b/emulators/xmame/distinfo
@@ -1 +1 @@
-MD5 (xmame-0.37b11.1.tar.bz2) = 0f787c2770383f654a4a6b8b849019b5
+MD5 (xmame-0.37b11.2.tar.bz2) = 723caaa67908860b952f9df6e3744b05
diff --git a/emulators/xmame/files/patch-aj b/emulators/xmame/files/patch-aj
deleted file mode 100644
index 6baace6b53e6..000000000000
--- a/emulators/xmame/files/patch-aj
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/unix/unix.mak.orig Sun Nov 5 16:12:08 2000
-+++ src/unix/unix.mak Sun Nov 5 16:12:17 2000
-@@ -309,7 +309,7 @@
- install-man:
- @echo installing manual pages under $(MANDIR) ...
- -mkdir $(MANDIR)
-- $(INSTALL) doc/xmame.man $(MANDIR)/xmame.6
-+ $(INSTALL) doc/xmame.6 $(MANDIR)/xmame.6
-
- doinstall:
- @echo installing binaries under $(DESTDIR)...