Date: Sun, 4 Nov 2012 13:00:01 GMT From: nemysis <nemysis@gmx.ch> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/173350: [PATCH] games/ppracer: OptionsNG, Makefile changed, take maintainership Message-ID: <201211041300.qA4D01mY001837@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/173350; it has been noted by GNATS. From: nemysis <nemysis@gmx.ch> 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 <bsd.port.options.mk> + 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 <bsd.port.mk> 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.--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211041300.qA4D01mY001837>