diff options
author | garga <garga@FreeBSD.org> | 2005-08-29 18:12:44 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2005-08-29 18:12:44 +0800 |
commit | fd0dcb0854bd12a3d2aa92e7d7bf2b60a3faf59a (patch) | |
tree | 19035f97a769a7b6142fde16b7f2be5c25b6eedf /emulators | |
parent | 5755d55d9d4528451cddb1c379806af10e87455e (diff) | |
download | freebsd-ports-gnome-fd0dcb0854bd12a3d2aa92e7d7bf2b60a3faf59a.tar.gz freebsd-ports-gnome-fd0dcb0854bd12a3d2aa92e7d7bf2b60a3faf59a.tar.zst freebsd-ports-gnome-fd0dcb0854bd12a3d2aa92e7d7bf2b60a3faf59a.zip |
- Update to 0.70
PR: ports/85192
Submitted by: maintainer
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/hatari/Makefile | 5 | ||||
-rw-r--r-- | emulators/hatari/distinfo | 4 | ||||
-rw-r--r-- | emulators/hatari/pkg-plist | 3 |
3 files changed, 6 insertions, 6 deletions
diff --git a/emulators/hatari/Makefile b/emulators/hatari/Makefile index edacb7bac8be..5dd621b52623 100644 --- a/emulators/hatari/Makefile +++ b/emulators/hatari/Makefile @@ -6,7 +6,7 @@ # PORTNAME= hatari -PORTVERSION= 0.60 +PORTVERSION= 0.70 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -19,4 +19,7 @@ CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes USE_SDL= yes +PLIST_FILES= bin/hatari %%DATADIR%%/tos.img +PLIST_DIRS= %%DATADIR%% + .include <bsd.port.mk> diff --git a/emulators/hatari/distinfo b/emulators/hatari/distinfo index b16dad0bc31e..266abdaef0de 100644 --- a/emulators/hatari/distinfo +++ b/emulators/hatari/distinfo @@ -1,2 +1,2 @@ -MD5 (hatari-0.60.tar.gz) = d339e9dbbc24687a8b13579ac338e674 -SIZE (hatari-0.60.tar.gz) = 500054 +MD5 (hatari-0.70.tar.gz) = e54bf0519f1487e98a30b9715a702e70 +SIZE (hatari-0.70.tar.gz) = 521778 diff --git a/emulators/hatari/pkg-plist b/emulators/hatari/pkg-plist deleted file mode 100644 index 017d7e5d1362..000000000000 --- a/emulators/hatari/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -bin/hatari -share/hatari/tos.img -@dirrm share/hatari |