Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Dec 2012 03:54:03 +0000 (UTC)
From:      Alex Kozlov <ak@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r308583 - head/emulators/hatari
Message-ID:  <201212100354.qBA3s3P4011738@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@ntecs.de>
-#
+# Created by: Michael Neumann <mneumann@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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212100354.qBA3s3P4011738>