diff options
-rw-r--r-- | emulators/atari800/Makefile | 14 | ||||
-rw-r--r-- | emulators/atari800/distinfo | 6 |
2 files changed, 9 insertions, 11 deletions
diff --git a/emulators/atari800/Makefile b/emulators/atari800/Makefile index 80c8118d7436..6055ae563751 100644 --- a/emulators/atari800/Makefile +++ b/emulators/atari800/Makefile @@ -6,11 +6,9 @@ # PORTNAME= atari800 -PORTVERSION= 2.0.2 -PORTREVISION= 2 +PORTVERSION= 2.0.3 CATEGORIES= emulators -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF DISTFILES= ${DISTNAME}${EXTRACT_SUFX} xf25.zip DIST_SUBDIR= ${PORTNAME} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} @@ -47,7 +45,7 @@ USE_XLIB= yes .if defined(WITHOUT_SHM) CONFIGURE_ARGS+= --target=x11 .else -CONFIGURE_ARGS+= --target=shm +CONFIGURE_ARGS+= --target=x11-shm .endif .endif @@ -63,8 +61,8 @@ CONFIGURE_ARGS+= --enable-cripsound CONFIGURE_ARGS+= --enable-pagedattrib .endif -.if defined(WITH_BUFFERDLOG) -CONFIGURE_ARGS+= --enable-bufferdlog +.if defined(WITH_BUFFEREDLOG) +CONFIGURE_ARGS+= --enable-bufferedlog .endif .if defined(WITH_VERYSLOW) @@ -79,7 +77,7 @@ pre-everything:: @${ECHO_MSG} " WITH_SERIOSOUND=yes Use serial in/out sound" @${ECHO_MSG} " WITH_CLIPSOUND=yes Use sound clipping" @${ECHO_MSG} " WITH_PAGEDATTRIB=yes Use page-based attribute array" - @${ECHO_MSG} " WITH_BUFFERDLOG=yes Use buffered debug output" + @${ECHO_MSG} " WITH_BUFFEREDLOG=yes Use buffered debug output" @${ECHO_MSG} " (until the graphics mode switches back to text mode)" @${ECHO_MSG} " WITH_VERYSLOW=yes Use very slow computer support" @${ECHO_MSG} " (use with the -refresh option)" diff --git a/emulators/atari800/distinfo b/emulators/atari800/distinfo index f874bc6d460e..048b66cc68d9 100644 --- a/emulators/atari800/distinfo +++ b/emulators/atari800/distinfo @@ -1,6 +1,6 @@ -MD5 (atari800/atari800-2.0.2.tar.gz) = a81f8a5ace5fd89eb6094faef7c936af -SHA256 (atari800/atari800-2.0.2.tar.gz) = d41fc78c264738f2304d8795764b89e6c4705f445e3aaab38f0eaafe92e66c37 -SIZE (atari800/atari800-2.0.2.tar.gz) = 982758 +MD5 (atari800/atari800-2.0.3.tar.gz) = 4e472f804a22219d5a7d1d381c89d872 +SHA256 (atari800/atari800-2.0.3.tar.gz) = 987a19c9a4ff483f9a84e165d24a881413adf5391d41ac9852cbb50a30d17966 +SIZE (atari800/atari800-2.0.3.tar.gz) = 998685 MD5 (atari800/xf25.zip) = 4dc3b6b4313e9596c4d474785a37b94d SHA256 (atari800/xf25.zip) = 98ae0ad10413dd6f35ed80f5662dba6d790def70c7829046e52012a03b574b8a SIZE (atari800/xf25.zip) = 188942 |