svn commit: r338992 - head/emulators/openmsx

Johan van Selst johans at FreeBSD.org
Tue Jan 7 10:00:53 UTC 2014


Author: johans
Date: Tue Jan  7 10:00:52 2014
New Revision: 338992
URL: http://svnweb.freebsd.org/changeset/ports/338992

Log:
  - Update OpenMSX to 0.10.0
    http://sourceforge.net/projects/openmsx/files/openmsx/0.10.0/README_release-notes.txt/view
    This version requires a modern GCC compiler

Modified:
  head/emulators/openmsx/Makefile
  head/emulators/openmsx/distinfo

Modified: head/emulators/openmsx/Makefile
==============================================================================
--- head/emulators/openmsx/Makefile	Tue Jan  7 09:58:08 2014	(r338991)
+++ head/emulators/openmsx/Makefile	Tue Jan  7 10:00:52 2014	(r338992)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	openmsx
-PORTVERSION=	0.9.1
-PORTREVISION=	1
+PORTVERSION=	0.10.0
 CATEGORIES=	emulators
 MASTER_SITES=	SF
 
@@ -23,6 +22,7 @@ MAKE_ARGS+=	INSTALL_BINARY_DIR=${PREFIX}
 
 MAKEFILE=	GNUmakefile
 USES=		gmake tcl
+USE_GCC=	4.6+
 USE_GL=		glew
 USE_SDL=	sdl ttf
 USE_PYTHON=	2.5+
@@ -50,10 +50,6 @@ post-patch:
 
 .include <bsd.port.pre.mk>
 
-.if (${ARCH} == "amd64")
-USE_GCC=	4.2+
-.endif
-
 .if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
 BROKEN=		Does not compile on ia64, powerpc, or sparc64: uses i386-specific asm
 .endif

Modified: head/emulators/openmsx/distinfo
==============================================================================
--- head/emulators/openmsx/distinfo	Tue Jan  7 09:58:08 2014	(r338991)
+++ head/emulators/openmsx/distinfo	Tue Jan  7 10:00:52 2014	(r338992)
@@ -1,2 +1,2 @@
-SHA256 (openmsx-0.9.1.tar.gz) = 06b82dd7a06baa52ce3aa96545b28103328258e472bd5d99254f4af17492f33e
-SIZE (openmsx-0.9.1.tar.gz) = 2975351
+SHA256 (openmsx-0.10.0.tar.gz) = 60c8eab9792558c57ce8a24ea4ea4ac53d6ef38ea3fefb1d794da15d02eedb42
+SIZE (openmsx-0.10.0.tar.gz) = 3051865


More information about the svn-ports-all mailing list