diff options
author | pav <pav@FreeBSD.org> | 2006-01-07 18:41:43 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-01-07 18:41:43 +0000 |
commit | 6de4f22e051bd99e9554477d3099827089d0e1fc (patch) | |
tree | 2c10e7b6ebcf586172da4b49a8506a5d3dec7ccd /emulators | |
parent | 05f2ac290eabbd780ae8cda3f4bea817e3796162 (diff) | |
download | FreeBSD-ports-6de4f22e051bd99e9554477d3099827089d0e1fc.zip FreeBSD-ports-6de4f22e051bd99e9554477d3099827089d0e1fc.tar.gz |
- Update to 2.0.0
PR: ports/91456
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/atari800/Makefile | 6 | ||||
-rw-r--r-- | emulators/atari800/distinfo | 6 | ||||
-rw-r--r-- | emulators/atari800/files/patch-configure | 34 |
3 files changed, 5 insertions, 41 deletions
diff --git a/emulators/atari800/Makefile b/emulators/atari800/Makefile index e46e350..6436a0a 100644 --- a/emulators/atari800/Makefile +++ b/emulators/atari800/Makefile @@ -6,7 +6,7 @@ # PORTNAME= atari800 -PORTVERSION= 1.3.6 +PORTVERSION= 2.0.0 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -88,9 +88,7 @@ pre-everything:: post-patch: @${CP} ${FILESDIR}/atari800.cfg ${WRKSRC} @${REINPLACE_CMD} -e 's|GUMBY|${DATADIR}|g' ${WRKSRC}/atari800.cfg - @${REINPLACE_CMD} -e 's|/etc|${DATADIR}|g' ${WRKSRC}/rt-config.c - @${REINPLACE_CMD} -e 's|tmpnam|mkstemp|g' ${WRKSRC}/devices.c \ - ${WRKSRC}/compfile.c + @${REINPLACE_CMD} -e 's|/etc|${DATADIR}|g' ${WRKSRC}/atari.c @${REINPLACE_CMD} -e 's|sdl-config|$$SDL_CONFIG|g' \ ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} diff --git a/emulators/atari800/distinfo b/emulators/atari800/distinfo index 256bd4e..2c511d5 100644 --- a/emulators/atari800/distinfo +++ b/emulators/atari800/distinfo @@ -1,6 +1,6 @@ -MD5 (atari800/atari800-1.3.6.tar.gz) = 98b58d26aabeedb124233787677c32c3 -SHA256 (atari800/atari800-1.3.6.tar.gz) = 4236db413d23d8c3694aa3581b2ceb169752f517fa5627d7fe17386763f3ca98 -SIZE (atari800/atari800-1.3.6.tar.gz) = 1012231 +MD5 (atari800/atari800-2.0.0.tar.gz) = df9ffbc7eab97fe97c0c5b762e7181fc +SHA256 (atari800/atari800-2.0.0.tar.gz) = 2615700ae35dd16d18afda9ae81230d7c5190ea2ffcc4def8e7da17f41281f54 +SIZE (atari800/atari800-2.0.0.tar.gz) = 984952 MD5 (atari800/xf25.zip) = 4dc3b6b4313e9596c4d474785a37b94d SHA256 (atari800/xf25.zip) = 98ae0ad10413dd6f35ed80f5662dba6d790def70c7829046e52012a03b574b8a SIZE (atari800/xf25.zip) = 188942 diff --git a/emulators/atari800/files/patch-configure b/emulators/atari800/files/patch-configure deleted file mode 100644 index 8b7e3e6..0000000 --- a/emulators/atari800/files/patch-configure +++ /dev/null @@ -1,34 +0,0 @@ ---- configure.orig Sat Apr 30 23:18:04 2005 -+++ configure Sat May 28 02:59:23 2005 -@@ -1369,7 +1369,7 @@ - a8_target="UNKNOWN" - ;; - esac --if [ "$a8_target" == "UNKNOWN" ]; then -+if [ "$a8_target" = "UNKNOWN" ]; then - echo - echo "Usage: configure --target=<target> <other options>" - echo -@@ -1569,11 +1569,11 @@ - ;; - esac - --if [ "X_$CFLAGS" == "X_" ]; then -+if [ "X_$CFLAGS" = "X_" ]; then - CFLAGS="-O2 -Wall" - fi - --if [ "X_$LDFLAGS" == "X_" ]; then -+if [ "X_$LDFLAGS" = "X_" ]; then - LDFLAGS="-s" - fi - -@@ -4386,7 +4386,7 @@ - - - OBJS= --if [ "$a8_host" == "win" ]; then -+if [ "$a8_host" = "win" ]; then - - as_ac_Lib=`echo "ac_cv_lib_gdi32''_main" | $as_tr_sh` - echo "$as_me:$LINENO: checking for main in -lgdi32" >&5 |