From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 2 12:50:04 2007 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1C4EF16A4DF for ; Thu, 2 Aug 2007 12:50:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id F24EC13C468 for ; Thu, 2 Aug 2007 12:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l72Co2jn025226 for ; Thu, 2 Aug 2007 12:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l72Co22M025225; Thu, 2 Aug 2007 12:50:02 GMT (envelope-from gnats) Resent-Date: Thu, 2 Aug 2007 12:50:02 GMT Resent-Message-Id: <200708021250.l72Co22M025225@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Martin Tournoij Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5B37316A417 for ; Thu, 2 Aug 2007 12:47:06 +0000 (UTC) (envelope-from carpetsmoker@rwxrwxrwx.net) Received: from mail.rwxrwxrwx.net (rwxrwxrwx.net [82.93.23.199]) by mx1.freebsd.org (Postfix) with ESMTP id 11B2B13C469 for ; Thu, 2 Aug 2007 12:47:06 +0000 (UTC) (envelope-from carpetsmoker@rwxrwxrwx.net) Received: by mail.rwxrwxrwx.net (Postfix, from userid 1001) id 4D7486D487; Thu, 2 Aug 2007 14:51:08 +0200 (CEST) Message-Id: <20070802125108.4D7486D487@mail.rwxrwxrwx.net> Date: Thu, 2 Aug 2007 14:51:08 +0200 (CEST) From: Martin Tournoij To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/115144: [Update] games/super_methane_brother Update to 1.4.8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Martin Tournoij List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 12:50:04 -0000 >Number: 115144 >Category: ports >Synopsis: [Update] games/super_methane_brother Update to 1.4.8 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Aug 02 12:50:02 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Martin Tournoij >Release: FreeBSD 6.2-RELEASE-p1 i386 >Organization: >Environment: System: FreeBSD phong.carpetsmoker.net 6.2-RELEASE-p1 FreeBSD 6.2-RELEASE-p1 #0: Thu Feb 22 04:59:07 CET 2007 carpetsmoker@phong.carpetsmoker.net:/usr/obj/new/data/freebsd/src/sys/GENERIC i386 >Description: Update to 1.4.8 Take maintainership Note that this PR depends on the clanlib update to 0.8: http://www.freebsd.org/cgi/query-pr.cgi?pr=115139 >How-To-Repeat: >Fix: --- super_methane_brothers.diff begins here --- diff -urN --exclude CVS /ports/games/super_methane_brothers/Makefile super_methane_brothers/Makefile --- /ports/games/super_methane_brothers/Makefile 2007-05-19 20:07:35.000000000 +0000 +++ super_methane_brothers/Makefile 2007-08-02 13:45:02.000000000 +0000 @@ -2,36 +2,33 @@ # Date created: 22 Jan 2004 # Whom: Jean-Yves Lefort # +# $Carpetsmoker: ports/games/super_methane_brothers/Makefile,v 1.2 2007/08/02 13:45:02 carpetsmoker Exp $ # $FreeBSD: ports/games/super_methane_brothers/Makefile,v 1.10 2007/05/19 20:07:35 flz Exp $ # PORTNAME= super_methane_brothers -PORTVERSION= 1.4.7 -PORTREVISION= 2 +PORTVERSION= 1.4.8 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= methane DISTNAME= methane-${PORTVERSION} EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= carpetsmoker@xs4all.nl COMMENT= A port of the Amiga platform game of the same name -LIB_DEPENDS= clanCore-0.7:${PORTSDIR}/devel/clanlib-devel \ +LIB_DEPENDS= clanCore-0.8:${PORTSDIR}/devel/clanlib \ mikmod:${PORTSDIR}/audio/libmikmod BUILD_WRKSRC= ${WRKSRC}/source/linux MAKEFILE= makefile - -USE_X_PREFIX= yes USE_GMAKE= yes post-patch: @${REINPLACE_CMD} -e \ 's|g++|${CXX}|; s|gcc|${CXX}|; \ - s|\(clanCore-0.7\)|\1 clanSignals-0.7|; \ - s|^\(METHANE_FLAGS =\)|\1 -I${X11BASE}/include|; \ - s|^\(METHANE_LIBS =\)|\1 -L${X11BASE}/lib|' \ + s|^\(METHANE_FLAGS =\)|\1 -I${LOCALBASE}/include -I${X11BASE}/include -I${LOCALBASE}/include/ClanLib-0.8|; \ + s|^\(METHANE_LIBS =\)|\1 -L${LOCALBASE}/lib -I${X11BASE}/include -L${LOCALBASE}/lib/ClanLib-0.8|' \ ${BUILD_WRKSRC}/makefile do-install: diff -urN --exclude CVS /ports/games/super_methane_brothers/distinfo super_methane_brothers/distinfo --- /ports/games/super_methane_brothers/distinfo 2006-01-22 11:18:42.000000000 +0000 +++ super_methane_brothers/distinfo 2007-08-01 14:46:11.000000000 +0000 @@ -1,3 +1,3 @@ -MD5 (methane-1.4.7.tgz) = c3db4683400ff39e5f9a4b93c4cdb526 -SHA256 (methane-1.4.7.tgz) = 53cd6cbf10da1011251765ad2bbc41f07c45be0a5d68ccfff8990f18b3912da9 -SIZE (methane-1.4.7.tgz) = 1058207 +MD5 (methane-1.4.8.tgz) = e580124ebbe40c81937e274ae5294e23 +SHA256 (methane-1.4.8.tgz) = 7e91d0b478b133a74565f0a7a01783cdda20bd555ca92feb4da66e51b51a9289 +SIZE (methane-1.4.8.tgz) = 1063099 diff -urN --exclude CVS /ports/games/super_methane_brothers/pkg-install super_methane_brothers/pkg-install --- /ports/games/super_methane_brothers/pkg-install 2005-04-24 15:45:35.000000000 +0000 +++ super_methane_brothers/pkg-install 2007-08-01 14:46:11.000000000 +0000 @@ -4,6 +4,7 @@ [ "$2" != "POST-INSTALL" -o -f "$SCOREFILE" ] && exit 0 +mkdir -p /var/games touch $SCOREFILE chown root:games $SCOREFILE chmod 664 $SCOREFILE --- super_methane_brothers.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: