View | Details | Raw Unified | Return to bug 75394
Collapse All | Expand All

(-)emulators/atari800/Makefile (-2 / +1 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	atari800
8
PORTNAME=	atari800
9
PORTVERSION=	1.3.2
9
PORTVERSION=	1.3.3
10
PORTREVISION=	1
11
CATEGORIES=	emulators
10
CATEGORIES=	emulators
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
13
MASTER_SITE_SUBDIR=	${PORTNAME}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
(-)emulators/atari800/distinfo (-2 / +2 lines)
Lines 1-4 Link Here
1
MD5 (atari800/atari800-1.3.2.tar.gz) = 8fcd251a3757270c02519ad7b86b7caa
1
MD5 (atari800/atari800-1.3.3.tar.gz) = af71826a71a46c786af7c88ff53b8ae8
2
SIZE (atari800/atari800-1.3.2.tar.gz) = 998541
2
SIZE (atari800/atari800-1.3.3.tar.gz) = 1004789
3
MD5 (atari800/xf25.zip) = 4dc3b6b4313e9596c4d474785a37b94d
3
MD5 (atari800/xf25.zip) = 4dc3b6b4313e9596c4d474785a37b94d
4
SIZE (atari800/xf25.zip) = 188942
4
SIZE (atari800/xf25.zip) = 188942
(-)emulators/atari800/files/patch-cartridge.c (-11 lines)
Lines 1-11 Link Here
1
--- cartridge.c.orig	Wed Dec 17 03:26:30 2003
2
+++ cartridge.c	Thu Dec 25 21:36:47 2003
3
@@ -772,7 +772,7 @@
4
 
5
 void CARTStateRead( void )
6
 {
7
-    int savedCartType = CART_NONE;;
8
+    int savedCartType = CART_NONE;
9
     UWORD namelen;
10
     FILE *fp;
11
     char filename[FILENAME_MAX];

Return to bug 75394