Date: Sat, 1 Sep 2012 10:38:57 +0000 (UTC) From: Johan van Selst <johans@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r303466 - head/emulators/openmsx Message-ID: <201209011038.q81AcvMe094989@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: johans Date: Sat Sep 1 10:38:57 2012 New Revision: 303466 URL: http://svn.freebsd.org/changeset/ports/303466 Log: - Update OpenMSX to 0.9.0 - Switch to dynamic plist, avoiding large diffs every time - Reduce Makefile header Deleted: head/emulators/openmsx/pkg-plist Modified: head/emulators/openmsx/Makefile head/emulators/openmsx/distinfo Modified: head/emulators/openmsx/Makefile ============================================================================== --- head/emulators/openmsx/Makefile Sat Sep 1 09:46:27 2012 (r303465) +++ head/emulators/openmsx/Makefile Sat Sep 1 10:38:57 2012 (r303466) @@ -1,13 +1,7 @@ -# New ports collection makefile for: openmsx -# Date created: 20 January 2006 -# Whom: Johan van Selst <johans@stack.nl> -# # $FreeBSD$ -# PORTNAME= openmsx -PORTVERSION= 0.8.2 -PORTREVISION= 3 +PORTVERSION= 0.9.0 CATEGORIES= emulators MASTER_SITES= SF @@ -32,12 +26,22 @@ USE_TCL= 85+ USE_SDL= sdl ttf USE_PYTHON= 2.5+ -.ifdef(NOPORTDOCS) +PLIST_FILES= bin/openmsx +PORTDATA= * +PORTDOCS= * + +.ifdef NOPORTDATA +IGNORE= opemsx requires port data, unset NOPORTDATA to install +.endif + +.ifdef NOPORTDOCS # Use dummy target rather than rewriting makefile MAKE_ARGS+= INSTALL_DOC_DIR=${WRKSRC}/dummy .endif post-patch: + @${REINPLACE_CMD} -e 's/{TCL_LIB_SPEC}/& $${TCL_LD_FLAGS}/' \ + ${WRKSRC}/build/libraries.py @${REINPLACE_CMD} -e '/^SYMLINK_FOR_BINARY/s/true/false/' \ ${WRKSRC}/build/custom.mk Modified: head/emulators/openmsx/distinfo ============================================================================== --- head/emulators/openmsx/distinfo Sat Sep 1 09:46:27 2012 (r303465) +++ head/emulators/openmsx/distinfo Sat Sep 1 10:38:57 2012 (r303466) @@ -1,2 +1,2 @@ -SHA256 (openmsx-0.8.2.tar.gz) = 437c43cda43adb7df84e2ae6180b6e76a9dfd92d177981b0c7d10bf16cc32411 -SIZE (openmsx-0.8.2.tar.gz) = 2881089 +SHA256 (openmsx-0.9.0.tar.gz) = d9176e90a23d09bd865fe77df3960e9114900ac5c03837c7c07814f3881503c7 +SIZE (openmsx-0.9.0.tar.gz) = 2963005
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209011038.q81AcvMe094989>