diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-09-25 11:29:18 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-09-25 11:29:18 +0000 |
commit | 5114f90783e5125dc3b3fbdcdd479728534e72a0 (patch) | |
tree | 5ffc586c140a6116e51e9520f6a1e098ac0c570a /emulators/hatari | |
parent | 7539732e2fc81227019c57812373a3d63490a63e (diff) | |
download | ports-5114f90783e5125dc3b3fbdcdd479728534e72a0.tar.gz ports-5114f90783e5125dc3b3fbdcdd479728534e72a0.zip |
Notes
Diffstat (limited to 'emulators/hatari')
-rw-r--r-- | emulators/hatari/Makefile | 11 | ||||
-rw-r--r-- | emulators/hatari/distinfo | 6 |
2 files changed, 11 insertions, 6 deletions
diff --git a/emulators/hatari/Makefile b/emulators/hatari/Makefile index 28d5e8b7d4a4..307f85137dcc 100644 --- a/emulators/hatari/Makefile +++ b/emulators/hatari/Makefile @@ -6,8 +6,7 @@ # PORTNAME= hatari -PORTVERSION= 0.70 -PORTREVISION= 1 +PORTVERSION= 0.90 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -23,4 +22,10 @@ USE_SDL= yes PLIST_FILES= bin/hatari %%DATADIR%%/tos.img PLIST_DIRS= %%DATADIR%% -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +BROKEN= Does not compile on 4.x +.endif + +.include <bsd.port.post.mk> diff --git a/emulators/hatari/distinfo b/emulators/hatari/distinfo index 6160609422fa..53cbdddf4921 100644 --- a/emulators/hatari/distinfo +++ b/emulators/hatari/distinfo @@ -1,3 +1,3 @@ -MD5 (hatari-0.70.tar.gz) = e54bf0519f1487e98a30b9715a702e70 -SHA256 (hatari-0.70.tar.gz) = a93893487ed74b3bc6826cdcaac2a6bdd3d1c1a4018fb5341c3796f40508612b -SIZE (hatari-0.70.tar.gz) = 521778 +MD5 (hatari-0.90.tar.gz) = 2e5d1e329ebbf6c75ccab8c4f9a78f11 +SHA256 (hatari-0.90.tar.gz) = 1dc883e06af223944c8bb5394134aa6f539623f5a31a505404e893c39e6cafda +SIZE (hatari-0.90.tar.gz) = 687029 |