From owner-svn-ports-head@FreeBSD.ORG Sun Aug 5 08:13:22 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C24E8106564A; Sun, 5 Aug 2012 08:13:22 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id AB06A8FC0C; Sun, 5 Aug 2012 08:13:22 +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 q758DM5F055609; Sun, 5 Aug 2012 08:13:22 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q758DMTu055604; Sun, 5 Aug 2012 08:13:22 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201208050813.q758DMTu055604@svn.freebsd.org> From: Martin Wilke Date: Sun, 5 Aug 2012 08:13:22 +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: r302089 - in head/games/bastet: . files 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: Sun, 05 Aug 2012 08:13:23 -0000 Author: miwi Date: Sun Aug 5 08:13:22 2012 New Revision: 302089 URL: http://svn.freebsd.org/changeset/ports/302089 Log: - Update to 0.43 PR: 170147 Submitted by: Ports Fury Deleted: head/games/bastet/files/patch-Makefile head/games/bastet/files/patch-bast.c head/games/bastet/files/patch-game.c Modified: head/games/bastet/Makefile (contents, props changed) head/games/bastet/distinfo (contents, props changed) head/games/bastet/pkg-descr (contents, props changed) head/games/bastet/pkg-plist (contents, props changed) Modified: head/games/bastet/Makefile ============================================================================== --- head/games/bastet/Makefile Sun Aug 5 08:11:25 2012 (r302088) +++ head/games/bastet/Makefile Sun Aug 5 08:13:22 2012 (r302089) @@ -6,8 +6,7 @@ # PORTNAME= bastet -PORTVERSION= 0.41 -PORTREVISION= 1 +PORTVERSION= 0.43 CATEGORIES= games MASTER_SITES= http://fph.altervista.org/prog/files/ EXTRACT_SUFX= .tgz @@ -15,7 +14,34 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= An ncurses Tetris clone which is harder than every other Tetris +LICENSE= GPLv3 # (or later) + +LIB_DEPENDS= boost_program_options:${PORTSDIR}/devel/boost-libs + +USE_NCURSES= yes USE_GMAKE= yes -MAKE_ENV= DATADIR=${DATADIR} +MAKE_JOBS_SAFE= yes + +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + +MAN6= bastet.6 +PLIST_FILES= bin/bastet + +.include + +.if ${ARCH} != "i386" +USE_GCC= 4.6+ +.endif + +post-patch: + @${REINPLACE_CMD} -e \ + 's|^CXXFLAGS+=-D|CXXFLAGS+=$$(CPPFLAGS) -D| ; \ + s|$$(CXX) -MM|$$(CXX) $$(CPPFLAGS) -MM| ; \ + s| -ggdb | |' ${WRKSRC}/Makefile + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/bastet ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/bastet.6 ${MAN6PREFIX}/man/man6 -.include +.include Modified: head/games/bastet/distinfo ============================================================================== --- head/games/bastet/distinfo Sun Aug 5 08:11:25 2012 (r302088) +++ head/games/bastet/distinfo Sun Aug 5 08:13:22 2012 (r302089) @@ -1,2 +1,2 @@ -SHA256 (bastet-0.41.tgz) = 32e58210499d4c525a2b2c82e08e1bbbc53de455b74922c94ac25a1fb7e17463 -SIZE (bastet-0.41.tgz) = 24195 +SHA256 (bastet-0.43.tgz) = e208c68684cc9b818a08b0d3f5f1e7ef381b1e4d8bc801a90b5ff6a8f00d8168 +SIZE (bastet-0.43.tgz) = 29115 Modified: head/games/bastet/pkg-descr ============================================================================== --- head/games/bastet/pkg-descr Sun Aug 5 08:11:25 2012 (r302088) +++ head/games/bastet/pkg-descr Sun Aug 5 08:13:22 2012 (r302089) @@ -1,15 +1,13 @@ -Have you ever thought Tetris(R) was evil because it wouldn't send -you that straight "I" brick you needed in order to clear four rows -at the same time? +Have you ever thought Tetris(R) was evil because it wouldn't send you +that straight "I" brick you needed in order to clear four rows at the +same time? -Well Tetris(R) probably isn't evil, but Bastet -certainly is. Bastet stands for "bastard tetris", and is a -simple ncurses-based Tetris(R) clone for Linux. Unlike normal -Tetris(R), however, Bastet does not choose your next brick at random. -Instead, Bastet uses a special algorithm designed to choose the -worst brick possible. +Well Tetris(R) probably isn't evil, but Bastet certainly is. Bastet +stands for "bastard tetris", and is a simple ncurses-based Tetris(R) +clone for Linux. Unlike normal Tetris(R), however, Bastet does not +choose your next brick at random. Instead, Bastet uses a special +algorithm designed to choose the worst brick possible. -As you can imagine, playing Bastet can be a -very frustrating experience! +As you can imagine, playing Bastet can be a very frustrating experience! -WWW: http://fph.altervista.org/prog/bastet.shtml +WWW: http://fph.altervista.org/prog/bastet.html Modified: head/games/bastet/pkg-plist ============================================================================== --- head/games/bastet/pkg-plist Sun Aug 5 08:11:25 2012 (r302088) +++ head/games/bastet/pkg-plist Sun Aug 5 08:13:22 2012 (r302089) @@ -1,3 +0,0 @@ -bin/bastet -%%DATADIR%%/bastet.scores -@dirrm %%DATADIR%%