From owner-svn-ports-head@freebsd.org Sat Oct 10 09:50:54 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5C3D49D336F; Sat, 10 Oct 2015 09:50:54 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0AFB71EC3; Sat, 10 Oct 2015 09:50:53 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9A9or9u036523; Sat, 10 Oct 2015 09:50:53 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9A9oqHs036521; Sat, 10 Oct 2015 09:50:52 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201510100950.t9A9oqHs036521@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Sat, 10 Oct 2015 09:50:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398983 - head/games/pioneer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 10 Oct 2015 09:50:54 -0000 Author: madpilot Date: Sat Oct 10 09:50:52 2015 New Revision: 398983 URL: https://svnweb.freebsd.org/changeset/ports/398983 Log: - Update to 20151004 - Use option target helpers PR: 203427 Submitted by: lightside at gmx.com (maintainer) Modified: head/games/pioneer/Makefile head/games/pioneer/distinfo Modified: head/games/pioneer/Makefile ============================================================================== --- head/games/pioneer/Makefile Sat Oct 10 09:35:51 2015 (r398982) +++ head/games/pioneer/Makefile Sat Oct 10 09:50:52 2015 (r398983) @@ -38,7 +38,7 @@ LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/ USE_GITHUB= yes GH_ACCOUNT= pioneerspacesim -GH_TAGNAME= 20150614 +GH_TAGNAME= 20151004 USES= autoreconf gmake pkgconfig USE_GL= gl @@ -86,20 +86,20 @@ QUICKSTART_PATH= \ post-patch: .SILENT ${REINPLACE_CMD} -e '/^OPTIMISE=/d' \ ${WRKSRC}/configure.ac - ${REINPLACE_CMD} -e 's/modelviewer/${PORTNAME} -modelviewer/' \ - ${WRKSRC}/Modelviewer.txt -.if !${PORT_OPTIONS:MMODELCOMPILER} + ${REINPLACE_CMD} -e 's/std:://g' \ + ${WRKSRC}/src/Orbit.cpp + +post-patch-MODELCOMPILER-off: .SILENT ${REINPLACE_CMD} -e 's/pioneer modelcompiler/pioneer/' \ ${WRKSRC}/src/Makefile.am -.endif post-install: -.if ${PORT_OPTIONS:MMODELCOMPILER} - @${MV} ${STAGEDIR}${PREFIX}/bin/modelcompiler \ - ${STAGEDIR}${PREFIX}/bin/${PORTNAME}-modelcompiler -.endif (cd ${WRKSRC} && ${COPYTREE_SHARE} "${PORTDOCS}" ${STAGEDIR}${DOCSDIR}) ${INSTALL_DATA} ${WRKSRC}/application-icon/pngs/pioneer-256x256.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.png +post-install-MODELCOMPILER-on: + ${MV} ${STAGEDIR}${PREFIX}/bin/modelcompiler \ + ${STAGEDIR}${PREFIX}/bin/${PORTNAME}-modelcompiler + .include Modified: head/games/pioneer/distinfo ============================================================================== --- head/games/pioneer/distinfo Sat Oct 10 09:35:51 2015 (r398982) +++ head/games/pioneer/distinfo Sat Oct 10 09:50:52 2015 (r398983) @@ -1,2 +1,2 @@ -SHA256 (pioneerspacesim-pioneer-0.0.20150614-20150614_GH0.tar.gz) = 47cfeda3268214b800fb12f0180ffa739616dd13dcfca3382e1200ae7d472dc0 -SIZE (pioneerspacesim-pioneer-0.0.20150614-20150614_GH0.tar.gz) = 180503182 +SHA256 (pioneerspacesim-pioneer-0.0.20151004-20151004_GH0.tar.gz) = f22f5a339bdffdad5cf03f744619db3a0c99324c4b3d2ded11c29f1233a72e36 +SIZE (pioneerspacesim-pioneer-0.0.20151004-20151004_GH0.tar.gz) = 186317545