Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Jul 2012 17:27:33 +0000 (UTC)
From:      Armin Pirkovitsch <sperber@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r301166 - head/emulators/hatari
Message-ID:  <201207191727.q6JHRXMS002905@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sperber
Date: Thu Jul 19 17:27:33 2012
New Revision: 301166
URL: http://svn.freebsd.org/changeset/ports/301166

Log:
  - Update to version 1.6.1
  - Update WWW: line
  
  PR:           ports/169411
  Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com>
  Approved by:  beat (mentor)

Modified:
  head/emulators/hatari/Makefile   (contents, props changed)
  head/emulators/hatari/distinfo   (contents, props changed)
  head/emulators/hatari/pkg-descr   (contents, props changed)
  head/emulators/hatari/pkg-plist   (contents, props changed)

Modified: head/emulators/hatari/Makefile
==============================================================================
--- head/emulators/hatari/Makefile	Thu Jul 19 17:26:48 2012	(r301165)
+++ head/emulators/hatari/Makefile	Thu Jul 19 17:27:33 2012	(r301166)
@@ -6,21 +6,22 @@
 #
 
 PORTNAME=	hatari
-PORTVERSION=	1.5.0
-PORTREVISION=	2
+PORTVERSION=	1.6.1
 CATEGORIES=	emulators
-MASTER_SITES=	BERLIOS
+MASTER_SITES=	http://download.tuxfamily.org/hatari/%SUBDIR%/
+MASTER_SITE_SUBDIR=	${PORTVERSION}
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	An Atari ST emulator
 
-LICENSE=	GPLv2 GPLv3
-LICENSE_COMB=	dual
+LICENSE=	GPLv2 # (or later)
 
 BUILD_DEPENDS=	portaudio>=19:${PORTSDIR}/audio/portaudio2
 LIB_DEPENDS=	png15:${PORTSDIR}/graphics/png
 RUN_DEPENDS=	portaudio>=19:${PORTSDIR}/audio/portaudio2
 
+OPTIONS_DEFINE=	DOCS
+
 USE_BZIP2=	yes
 USE_GNOME=	pygtk2
 USE_SDL=	sdl
@@ -41,11 +42,14 @@ CFLAGS+=	-I${LOCALBASE}/include/portaudi
 PA2_INCLUDE_DIR=-I${LOCALBASE}/include/portaudio2
 PA2_LIBRARY=	${LOCALBASE}/lib/portaudio2/libportaudio.so
 
+.include <bsd.port.options.mk>
+
 post-patch:
-	@${FIND} ${WRKSRC} -name "*.1" | ${XARGS} ${REINPLACE_CMD} -e \
-		's|^/etc|${PREFIX}/etc| ; \
-		 s| (or /usr.*|| ; \
-		 s|/usr/share|${PREFIX}/share|'
+.for file in doc/hatari.1 doc/fr/hatari.1 tools/hconsole/hconsole.1
+	@${REINPLACE_CMD} -e \
+		's|^/etc/hatari.cfg .*|${PREFIX}/etc/hatari.cfg| ; \
+		 s|/usr/share|${PREFIX}/share|' ${WRKSRC}/${file}
+.endfor
 	@${REINPLACE_CMD} -e '/doc/s|^add_|#add_|' \
 		${WRKSRC}/CMakeLists.txt
 	@${REINPLACE_CMD} -e '/DESTINATION/s|/icons/.*)|/pixmaps)|' \
@@ -59,7 +63,7 @@ post-install:
 	${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.1.gz ${MANPREFIX}/man/man1
 	@${MKDIR} ${MANPREFIX}/man/fr/man1
 	${INSTALL_MAN} ${WRKSRC}/doc/fr/${PORTNAME}.1.gz ${MANPREFIX}/man/fr/man1
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
 	@${MKDIR} ${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/readme.txt ${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/doc/*.html ${DOCSDIR}

Modified: head/emulators/hatari/distinfo
==============================================================================
--- head/emulators/hatari/distinfo	Thu Jul 19 17:26:48 2012	(r301165)
+++ head/emulators/hatari/distinfo	Thu Jul 19 17:27:33 2012	(r301166)
@@ -1,2 +1,2 @@
-SHA256 (hatari-1.5.0.tar.bz2) = 0cb9c627ea6942bc60908c3a59b4b5c86a54e5bd0551cd95d8cff76bbde61e7f
-SIZE (hatari-1.5.0.tar.bz2) = 1570048
+SHA256 (hatari-1.6.1.tar.bz2) = f6142b4d0c8f1731f990fcc4cf125d9b7a1822384c46e6af79058a461443e853
+SIZE (hatari-1.6.1.tar.bz2) = 1777736

Modified: head/emulators/hatari/pkg-descr
==============================================================================
--- head/emulators/hatari/pkg-descr	Thu Jul 19 17:26:48 2012	(r301165)
+++ head/emulators/hatari/pkg-descr	Thu Jul 19 17:27:33 2012	(r301166)
@@ -1,4 +1,4 @@
 Hatari is an Atari ST emulator. It tries to emulate the hardware of a ST as
 close as possible so that it is able to run most of the old ST games and demos.
 
-WWW: http://hatari.berlios.de/
+WWW: http://hatari.tuxfamily.org/

Modified: head/emulators/hatari/pkg-plist
==============================================================================
--- head/emulators/hatari/pkg-plist	Thu Jul 19 17:26:48 2012	(r301165)
+++ head/emulators/hatari/pkg-plist	Thu Jul 19 17:27:33 2012	(r301166)
@@ -35,6 +35,7 @@ share/applications/hatariui.desktop
 %%DATADIR%%/hatariui/README
 %%DATADIR%%/hatariui/TODO
 %%DATADIR%%/hatariui/config.py
+%%DATADIR%%/hatariui/conftypes.py
 %%DATADIR%%/hatariui/debugui.py
 %%DATADIR%%/hatariui/dialogs.py
 %%DATADIR%%/hatariui/hatari-icon.png



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