From owner-svn-ports-all@freebsd.org Mon Dec 14 11:36:00 2015 Return-Path: Delivered-To: svn-ports-all@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 64B90A445FF; Mon, 14 Dec 2015 11:36:00 +0000 (UTC) (envelope-from johans@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 3D0391784; Mon, 14 Dec 2015 11:36:00 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBEBZxFb061603; Mon, 14 Dec 2015 11:35:59 GMT (envelope-from johans@FreeBSD.org) Received: (from johans@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBEBZxIx061598; Mon, 14 Dec 2015 11:35:59 GMT (envelope-from johans@FreeBSD.org) Message-Id: <201512141135.tBEBZxIx061598@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: johans set sender to johans@FreeBSD.org using -f From: Johan van Selst Date: Mon, 14 Dec 2015 11:35:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403716 - head/games/tbe X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Dec 2015 11:36:00 -0000 Author: johans Date: Mon Dec 14 11:35:58 2015 New Revision: 403716 URL: https://svnweb.freebsd.org/changeset/ports/403716 Log: - Update to version 0.9.2.1 - MASTER_SITES moved to Github Modified: head/games/tbe/Makefile head/games/tbe/distinfo head/games/tbe/pkg-descr Modified: head/games/tbe/Makefile ============================================================================== --- head/games/tbe/Makefile Mon Dec 14 11:09:51 2015 (r403715) +++ head/games/tbe/Makefile Mon Dec 14 11:35:58 2015 (r403716) @@ -1,45 +1,39 @@ # $FreeBSD$ PORTNAME= tbe -PORTVERSION= 9 +PORTVERSION= v0.9.2.1 +PORTEPOCH= 1 CATEGORIES= games -MASTER_SITES= SF/${PORTNAME}/Milestone%20${PORTVERSION} -DISTNAME= TheButterflyEffect-M${PORTVERSION}.src MAINTAINER= johans@FreeBSD.org COMMENT= The Butterfly Effect -BROKEN= unfetchable BUILD_DEPENDS= ${LOCALBASE}/bin/unzip:${PORTSDIR}/archivers/unzip LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo -USES= qmake gmake tar:tgz -USE_QT4= corelib gui moc_build rcc_build svg uic_build xml -WRKSRC= ${WRKDIR}/TheButterflyEffect-M${PORTVERSION}rc3 +USES= gmake tar:tgz +USE_QT4= corelib gui linguist moc_build rcc_build svg uic_build xml -PLIST_FILES= bin/tbe +USE_GITHUB= yes +GH_ACCOUNT= kaa-ching + +INSTALLS_ICONS= yes PORTDATA= * +PORTDOCS= * DESKTOP_ENTRIES="The Butterfly Effect" "Inspired by The Incredible Machine" \ - "${DATADIR}/images/tbe-icon.png" \ + "${DATADIR}/imagery/tbe-icon.png" \ "${PREFIX}/bin/tbe" "LogicGame;Game;" false post-patch: - @${REINPLACE_CMD} 's/ make/ ${MAKE_CMD}/' \ - ${WRKSRC}/3rdParty/Makefile - @${REINPLACE_CMD} 's/debug/release link_prl/' ${WRKSRC}/tbe.pro - @${SED} 's:%%DATADIR:QString("${DATADIR}"):' \ - ${WRKSRC}/src/tbe_global.h.in > ${WRKSRC}/src/tbe_global.h - @${REINPLACE_CMD} -e '/ensure that no-one tries to build/,$$d' \ - ${WRKSRC}/tbe.pro - -pre-configure: - # This is supposedly done by the ./configure script - @cd ${WRKSRC}/3rdParty && ${MAKE_CMD} + @${REINPLACE_CMD} 's/ make/ $$(MAKE)/' \ + ${WRKSRC}/Makefile + @${REINPLACE_CMD} 's:/share/games/tbe/:/share/tbe/:' \ + ${WRKSRC}/CMakeLists.txt ${WRKSRC}/src/tbe_paths.h do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/bin ${STAGEDIR}${DATADIR} ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ - cd ${WRKSRC} && ${PAX} -rw images levels ${STAGEDIR}${DATADIR} + cd ${WRKSRC}/usr && ${PAX} -rw share ${STAGEDIR}${PREFIX} .include Modified: head/games/tbe/distinfo ============================================================================== --- head/games/tbe/distinfo Mon Dec 14 11:09:51 2015 (r403715) +++ head/games/tbe/distinfo Mon Dec 14 11:35:58 2015 (r403716) @@ -1,2 +1,2 @@ -SHA256 (TheButterflyEffect-M9.src.tgz) = d7e01c200cbc2f2df89bafa29ab6bcf28cc7b7fbf58ea8e5224f000b776ad9c3 -SIZE (TheButterflyEffect-M9.src.tgz) = 5895379 +SHA256 (kaa-ching-tbe-v0.9.2.1_GH0.tgz) = afffea8df53c5e805a79963e0358fd1d6e8fdc735bbb4d4315cd4d1571c244b3 +SIZE (kaa-ching-tbe-v0.9.2.1_GH0.tgz) = 17563586 Modified: head/games/tbe/pkg-descr ============================================================================== --- head/games/tbe/pkg-descr Mon Dec 14 11:09:51 2015 (r403715) +++ head/games/tbe/pkg-descr Mon Dec 14 11:35:58 2015 (r403716) @@ -6,4 +6,4 @@ known as a Rube Goldberg machine or a He This type of game was pioneered by the game series The Incredible Machine in the 1990s. -WWW: http://sourceforge.net/apps/trac/tbe/wiki/WikiStart +WWW: http://the-butterfly-effect.org/