svn commit: r308583 - head/emulators/hatari

Alex Kozlov ak at FreeBSD.org
Mon Dec 10 03:54:04 UTC 2012


Author: ak
Date: Mon Dec 10 03:54:03 2012
New Revision: 308583
URL: http://svnweb.freebsd.org/changeset/ports/308583

Log:
  - Update to 1.6.2
  - Convert Makefile headers to new style
  - Remove indefinite article from COMMENT
  
  PR:	ports/174162
  Submitted by:	KATO Tsuguru <tkato432 at yahoo.com>

Modified:
  head/emulators/hatari/Makefile
  head/emulators/hatari/distinfo   (contents, props changed)

Modified: head/emulators/hatari/Makefile
==============================================================================
--- head/emulators/hatari/Makefile	Mon Dec 10 03:14:03 2012	(r308582)
+++ head/emulators/hatari/Makefile	Mon Dec 10 03:54:03 2012	(r308583)
@@ -1,18 +1,14 @@
-# New ports collection makefile for:    hatari
-# Date created:         15 March 2004
-# Whom:                 Michael Neumann <mneumann at ntecs.de>
-#
+# Created by: Michael Neumann <mneumann at ntecs.de>
 # $FreeBSD$
-#
 
 PORTNAME=	hatari
-PORTVERSION=	1.6.1
+PORTVERSION=	1.6.2
 CATEGORIES=	emulators
 MASTER_SITES=	http://download.tuxfamily.org/hatari/%SUBDIR%/
 MASTER_SITE_SUBDIR=	${PORTVERSION}
 
 MAINTAINER=	ports at FreeBSD.org
-COMMENT=	An Atari ST emulator
+COMMENT=	Atari ST emulator
 
 LICENSE=	GPLv2 # (or later)
 
@@ -25,6 +21,7 @@ OPTIONS_DEFINE=	DOCS
 USE_BZIP2=	yes
 USE_GNOME=	pygtk2
 USE_SDL=	sdl
+USE_READLINE=	yes
 USE_CMAKE=	yes
 CMAKE_ARGS=	-DPORTAUDIO_INCLUDE_DIR:STRING="${PA2_INCLUDE_DIR}" \
 		-DPORTAUDIO_LIBRARY:STRING="${PA2_LIBRARY}" \

Modified: head/emulators/hatari/distinfo
==============================================================================
--- head/emulators/hatari/distinfo	Mon Dec 10 03:14:03 2012	(r308582)
+++ head/emulators/hatari/distinfo	Mon Dec 10 03:54:03 2012	(r308583)
@@ -1,2 +1,2 @@
-SHA256 (hatari-1.6.1.tar.bz2) = f6142b4d0c8f1731f990fcc4cf125d9b7a1822384c46e6af79058a461443e853
-SIZE (hatari-1.6.1.tar.bz2) = 1777736
+SHA256 (hatari-1.6.2.tar.bz2) = 20de0430eb8950d206e9df4d8088fa759625e23390e7604484e351d030761b3f
+SIZE (hatari-1.6.2.tar.bz2) = 1739570


More information about the svn-ports-all mailing list