aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2004-12-23 17:35:41 +0800
committerkrion <krion@FreeBSD.org>2004-12-23 17:35:41 +0800
commit03b140689c07d46b6d3d2687bd117bb120ad75d7 (patch)
tree448ccb8f2764cadce9d669fcec09e560b835ba01 /emulators
parent1cc9ae688eab1d9fb8533d975bf0239d6a9d7367 (diff)
downloadfreebsd-ports-gnome-03b140689c07d46b6d3d2687bd117bb120ad75d7.tar.gz
freebsd-ports-gnome-03b140689c07d46b6d3d2687bd117bb120ad75d7.tar.zst
freebsd-ports-gnome-03b140689c07d46b6d3d2687bd117bb120ad75d7.zip
Update to version 1.3.3
PR: ports/75394 Submitted by: Ports Fury
Diffstat (limited to 'emulators')
-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];