From owner-svn-ports-head@FreeBSD.ORG Sat Sep 1 10:38:58 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0E2B0106566B; Sat, 1 Sep 2012 10:38:58 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id D4D0C8FC18; Sat, 1 Sep 2012 10:38:57 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q81AcvdF094992; Sat, 1 Sep 2012 10:38:57 GMT (envelope-from johans@svn.freebsd.org) Received: (from johans@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q81AcvMe094989; Sat, 1 Sep 2012 10:38:57 GMT (envelope-from johans@svn.freebsd.org) Message-Id: <201209011038.q81AcvMe094989@svn.freebsd.org> From: Johan van Selst Date: Sat, 1 Sep 2012 10:38:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303466 - head/emulators/openmsx X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Sep 2012 10:38:58 -0000 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 -# # $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