From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 4 13:00:02 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DC95F87D for ; Sun, 4 Nov 2012 13:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id C2FAD8FC12 for ; Sun, 4 Nov 2012 13:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id qA4D019e001838 for ; Sun, 4 Nov 2012 13:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qA4D01mY001837; Sun, 4 Nov 2012 13:00:01 GMT (envelope-from gnats) Date: Sun, 4 Nov 2012 13:00:01 GMT Message-Id: <201211041300.qA4D01mY001837@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: nemysis Subject: Re: ports/173350: [PATCH] games/ppracer: OptionsNG, Makefile changed, take maintainership X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: nemysis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Nov 2012 13:00:02 -0000 The following reply was made to PR ports/173350; it has been noted by GNATS. From: nemysis To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/173350: [PATCH] games/ppracer: OptionsNG, Makefile changed, take maintainership Date: Sun, 4 Nov 2012 13:51:03 +0100 --MP_/xo_4E2Vq/IFyrqQZY3QWEG. Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline Restored pkg-plist --MP_/xo_4E2Vq/IFyrqQZY3QWEG. Content-Type: text/x-patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=ppracer.diff ===> Generating patch ===> Viewing diff with more diff -ruN --exclude=CVS /usr/ports/games/ppracer/Makefile ./Makefile --- /usr/ports/games/ppracer/Makefile 2012-06-01 07:19:12.000000000 +0200 +++ ./Makefile 2012-11-04 13:40:55.000000000 +0100 @@ -7,16 +7,17 @@ PORTNAME= ppracer DISTVERSION= 0.5alpha -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_BERLIOS} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF/${PORTNAME}.berlios/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= nemysis@gmx.ch COMMENT= 3D downhill racing game... kind of like TuxRacer Improved +LICENSE= GPLv2 + LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ - freetype.9:${PORTSDIR}/print/freetype2 + freetype:${PORTSDIR}/print/freetype2 USE_BZIP2= yes USE_SDL= mixer sdl @@ -26,9 +27,19 @@ USE_DOS2UNIX= yes DOS2UNIX_REGEX= .*\.(c|cpp|h) +PORTDOCS= AUTHORS ChangeLog ChangeLog-pre0.3.9 ChangeLog-tuxracer + +.include + post-patch: - @${REINPLACE_CMD} -e 's,/usr/X11R6,${LOCALBASE},g' \ - -e 's,libpng12,libpng15,g' ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's,RacingMode::,,' ${WRKSRC}/src/racingmode.h + @${REINPLACE_CMD} -e 's|/usr/X11R6|${LOCALBASE}|g' \ + -e 's|libpng12|libpng15|g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|RacingMode::||' ${WRKSRC}/src/racingmode.h + +post-install: +.if ${PORT_OPTIONS:MDOCS} + ${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} +.endif .include diff -ruN --exclude=CVS /usr/ports/games/ppracer/pkg-descr ./pkg-descr --- /usr/ports/games/ppracer/pkg-descr 2011-08-02 22:58:06.000000000 +0200 +++ ./pkg-descr 2012-11-04 00:55:43.000000000 +0100 @@ -1,11 +1,14 @@ -PlanetPenguin Racer is an OpenGL racing game featuring Tux, the -Linux mascot. The goal of the game is to slide down a snow- and -ice-covered mountain as quickly as possible. It is based on the -GPL version of TuxRacer. +PlanetPenguin Racer is an OpenGL racing game featuring Tux, the Linux mascot. +The goal of the game is to slide down a snow- and ice-covered mountain as +quickly as possible. The goal of the game is to slide down a snow- and +ice-covered mountain as quickly as possible. It is based on the GPL version +of TuxRacer 0.6.1. Differences from TuxRacer include: * Course progress bar * Themes * New terrain types (lava, etc.) - * Actively developed! + +WWW: http://developer.berlios.de/projects/ppracer/ +WWW: http://sourceforge.net/projects/ppracer.berlios/ ===> Done --MP_/xo_4E2Vq/IFyrqQZY3QWEG.--