diff options
author | miwi <miwi@FreeBSD.org> | 2006-09-25 11:29:18 +0000 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-09-25 11:29:18 +0000 |
commit | 1ea45818a37ca4c1a9a4524ee6b9b22e8f550e1e (patch) | |
tree | 2b7f1f0c1722a20917b88e2cfd417f86a2d24893 | |
parent | 306560f7081e2365c327c728860c144b5ee52e85 (diff) | |
download | FreeBSD-ports-1ea45818a37ca4c1a9a4524ee6b9b22e8f550e1e.zip FreeBSD-ports-1ea45818a37ca4c1a9a4524ee6b9b22e8f550e1e.tar.gz |
- Update to 0.90
- BROKEN Does not build on 4.X
PR: ports/103607
Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua>
-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 28d5e8b..307f851 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 6160609..53cbddd 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 |