Date: Thu, 2 Aug 2007 14:51:08 +0200 (CEST) From: Martin Tournoij <carpetsmoker@xs4all.nl> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/115144: [Update] games/super_methane_brother Update to 1.4.8 Message-ID: <20070802125108.4D7486D487@mail.rwxrwxrwx.net> Resent-Message-ID: <200708021250.l72Co22M025225@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <jylefort@brutele.be> # +# $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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070802125108.4D7486D487>