aboutsummaryrefslogtreecommitdiff
path: root/emulators/atari800
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-12-23 09:35:41 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-12-23 09:35:41 +0000
commit15872a0b5b05a4e301cb0432cb1beeddd68b16b4 (patch)
treed8ba2c9e31bd5257e54a249f61a7e3496e40e22a /emulators/atari800
parent88e89b432905df89b750c68d1225e4a62f63e284 (diff)
downloadports-15872a0b5b05a4e301cb0432cb1beeddd68b16b4.tar.gz
ports-15872a0b5b05a4e301cb0432cb1beeddd68b16b4.zip
Notes
Diffstat (limited to 'emulators/atari800')
-rw-r--r--emulators/atari800/Makefile3
-rw-r--r--emulators/atari800/distinfo4
-rw-r--r--emulators/atari800/files/patch-cartridge.c11
3 files changed, 3 insertions, 15 deletions
diff --git a/emulators/atari800/Makefile b/emulators/atari800/Makefile
index 5b3bf56ff73a..68ca60fdf473 100644
--- a/emulators/atari800/Makefile
+++ b/emulators/atari800/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= atari800
-PORTVERSION= 1.3.2
-PORTREVISION= 1
+PORTVERSION= 1.3.3
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/emulators/atari800/distinfo b/emulators/atari800/distinfo
index c8518cc6d1b4..25a2acc18b28 100644
--- a/emulators/atari800/distinfo
+++ b/emulators/atari800/distinfo
@@ -1,4 +1,4 @@
-MD5 (atari800/atari800-1.3.2.tar.gz) = 8fcd251a3757270c02519ad7b86b7caa
-SIZE (atari800/atari800-1.3.2.tar.gz) = 998541
+MD5 (atari800/atari800-1.3.3.tar.gz) = af71826a71a46c786af7c88ff53b8ae8
+SIZE (atari800/atari800-1.3.3.tar.gz) = 1004789
MD5 (atari800/xf25.zip) = 4dc3b6b4313e9596c4d474785a37b94d
SIZE (atari800/xf25.zip) = 188942
diff --git a/emulators/atari800/files/patch-cartridge.c b/emulators/atari800/files/patch-cartridge.c
deleted file mode 100644
index 7249181ba581..000000000000
--- a/emulators/atari800/files/patch-cartridge.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- cartridge.c.orig Wed Dec 17 03:26:30 2003
-+++ cartridge.c Thu Dec 25 21:36:47 2003
-@@ -772,7 +772,7 @@
-
- void CARTStateRead( void )
- {
-- int savedCartType = CART_NONE;;
-+ int savedCartType = CART_NONE;
- UWORD namelen;
- FILE *fp;
- char filename[FILENAME_MAX];