Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 May 2013 20:09:09 +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: r317344 - head/games/tbe
Message-ID:  <201305042009.r44K99bQ024697@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: johans
Date: Sat May  4 20:09:09 2013
New Revision: 317344
URL: http://svnweb.freebsd.org/changeset/ports/317344

Log:
  - Update 'The Butterfly Effect' to M9
  - Add note about issue with modern QT breaking game level 17
    (was broken in older releases as well; will be fixed in next version)

Deleted:
  head/games/tbe/pkg-plist
Modified:
  head/games/tbe/Makefile
  head/games/tbe/distinfo

Modified: head/games/tbe/Makefile
==============================================================================
--- head/games/tbe/Makefile	Sat May  4 20:09:01 2013	(r317343)
+++ head/games/tbe/Makefile	Sat May  4 20:09:09 2013	(r317344)
@@ -1,27 +1,25 @@
-# New ports collection makefile for:	tbe
-# Date created:		7 November 2010
-# Whom:			johans
-#
 # $FreeBSD$
-#
 
 PORTNAME=	tbe
-PORTVERSION=	8.2
-PORTREVISION=	2
+PORTVERSION=	9
 CATEGORIES=	games
 MASTER_SITES=	SF/${PORTNAME}/Milestone%20${PORTVERSION}
-DISTNAME=	TheButterflyEffect-m${PORTVERSION}.src
+DISTNAME=	TheButterflyEffect-M${PORTVERSION}.src
 EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	johans@FreeBSD.org
 COMMENT=	The Butterfly Effect
 
 BUILD_DEPENDS=	${LOCALBASE}/bin/unzip:${PORTSDIR}/archivers/unzip
+LIB_DEPENDS=	execinfo:${PORTSDIR}/devel/libexecinfo
 
 USE_GMAKE=	yes
 USE_QT4=	qmake_build corelib gui moc_build rcc_build svg uic_build xml
 MAKE_JOBS_SAFE=	yes
-WRKSRC=		${WRKDIR}/TheButterflyEffect-m${PORTVERSION}
+WRKSRC=		${WRKDIR}/TheButterflyEffect-M${PORTVERSION}rc3
+
+PLIST_FILES=	bin/tbe
+PORTDATA=	*
 
 DESKTOP_ENTRIES="The Butterfly Effect" "Inspired by The Incredible Machine" \
 		"${DATADIR}/images/tbe-icon.png" \
@@ -33,6 +31,8 @@ post-patch:
 		@${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-build:
 		# This is supposedly done by the ./configure script
@@ -45,4 +45,7 @@ do-install:
 		@${MKDIR} ${DATADIR}
 		@cd ${WRKSRC} && ${PAX} -rw images levels ${DATADIR}
 
+post-install:
+		@${CAT} ${PKGMESSAGE}
+
 .include <bsd.port.mk>

Modified: head/games/tbe/distinfo
==============================================================================
--- head/games/tbe/distinfo	Sat May  4 20:09:01 2013	(r317343)
+++ head/games/tbe/distinfo	Sat May  4 20:09:09 2013	(r317344)
@@ -1,2 +1,2 @@
-SHA256 (TheButterflyEffect-m8.2.src.tgz) = a04d59619939947836aa8a2b982d8334a15fd624d76d98abbbf4e6c2e1eedde8
-SIZE (TheButterflyEffect-m8.2.src.tgz) = 6737571
+SHA256 (TheButterflyEffect-M9.src.tgz) = d7e01c200cbc2f2df89bafa29ab6bcf28cc7b7fbf58ea8e5224f000b776ad9c3
+SIZE (TheButterflyEffect-M9.src.tgz) = 5895379



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305042009.r44K99bQ024697>