From owner-svn-ports-head@FreeBSD.ORG Fri Jun 28 19:58:26 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 37C22D39; Fri, 28 Jun 2013 19:58:26 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from forward6l.mail.yandex.net (forward6l.mail.yandex.net [IPv6:2a02:6b8:0:1819::6]) by mx1.freebsd.org (Postfix) with ESMTP id F280F1263; Fri, 28 Jun 2013 19:58:25 +0000 (UTC) Received: from smtp13.mail.yandex.net (smtp13.mail.yandex.net [95.108.130.68]) by forward6l.mail.yandex.net (Yandex) with ESMTP id 007E914E11CC; Fri, 28 Jun 2013 23:58:22 +0400 (MSK) Received: from smtp13.mail.yandex.net (localhost [127.0.0.1]) by smtp13.mail.yandex.net (Yandex) with ESMTP id 86C5AE4021F; Fri, 28 Jun 2013 23:58:22 +0400 (MSK) Received: from 93.91.10.62.tel.ru (93.91.10.62.tel.ru [93.91.10.62]) by smtp13.mail.yandex.net (nwsmtp/Yandex) with ESMTP id sDttIeoh2N-wMMKm8mN; Fri, 28 Jun 2013 23:58:22 +0400 Message-ID: <51CDEADE.4050908@passap.ru> Date: Fri, 28 Jun 2013 23:58:22 +0400 From: Boris Samorodov Organization: =?UTF-8?B?0JfQkNCeICLQktCQ0KDQoiI=?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130621 Thunderbird/17.0.6 MIME-Version: 1.0 To: Felippe de Meirelles Motta Subject: Re: svn commit: r321969 - in head/games/tuxpuck: . files References: <201306281815.r5SIFUrh046811@svn.freebsd.org> In-Reply-To: <201306281815.r5SIFUrh046811@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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: Fri, 28 Jun 2013 19:58:26 -0000 28.06.2013 22:15, Felippe de Meirelles Motta пишет: > Author: lippe > Date: Fri Jun 28 18:15:30 2013 > New Revision: 321969 > URL: http://svnweb.freebsd.org/changeset/ports/321969 > > Log: > - Trim Makefile The log message is... very short. Was PORTREVISION bump really needed? > PR: ports/179935 > Submitted by: nemysis > > Deleted: > head/games/tuxpuck/files/patch-utils::Makefile > Modified: > head/games/tuxpuck/Makefile (contents, props changed) > > Modified: head/games/tuxpuck/Makefile > ============================================================================== > --- head/games/tuxpuck/Makefile Fri Jun 28 18:11:52 2013 (r321968) > +++ head/games/tuxpuck/Makefile Fri Jun 28 18:15:30 2013 (r321969) > @@ -1,44 +1,43 @@ > -# ex:ts=8 > -# New ports collection makefile for: tuxpuck > -# Date created: 25 April 2002 > -# Whom: Jan Stocker > -# > +# Created by: Jan Stocker > # $FreeBSD$ > -# > > PORTNAME= tuxpuck > PORTVERSION= 0.8.2 > -PORTREVISION= 17 > +PORTREVISION= 18 > CATEGORIES= games > MASTER_SITES= http://www.sourcefiles.org/Games/Sports/Miscellaneous/ > > MAINTAINER= ports@FreeBSD.org > COMMENT= Shufflepuck Cafe Clone > > -LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ > +LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ > png15:${PORTSDIR}/graphics/png \ > - vorbis.4:${PORTSDIR}/audio/libvorbis \ > - freetype.9:${PORTSDIR}/print/freetype2 > + vorbis:${PORTSDIR}/audio/libvorbis \ > + freetype:${PORTSDIR}/print/freetype2 > > USE_SDL= sdl > USE_GMAKE= yes > -ALL_TARGET= tuxpuck > +ALL_TARGET= ${PORTNAME} > MAKE_JOBS_UNSAFE= yes > > CFLAGS+= -I${LOCALBASE}/include/libpng15 > + > MANCOMPRESSED= yes > -MAN6= tuxpuck.6 > -PLIST_FILES= bin/tuxpuck > + > +PLIST_FILES= bin/${PORTNAME} > + > +MAN6= ${PORTNAME}.6 > > .include > > post-patch: > cd ${WRKSRC}; \ > - ${REINPLACE_CMD} "s,timer_create,_timer_create,g" \ > + ${REINPLACE_CMD} 's|timer_create|_timer_create|g' \ > tuxpuck.c video.c timer.c intro.c tuxpuck.h > + ${REINPLACE_CMD} -e 's|sdl-config|$$(SDL_CONFIG)|g' ${WRKSRC}/utils/Makefile > > do-install: > - ${INSTALL_PROGRAM} ${WRKSRC}/tuxpuck ${PREFIX}/bin > - ${INSTALL_MAN} ${WRKSRC}/man/tuxpuck.6.gz ${MANPREFIX}/man/man6 > + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin > + ${INSTALL_MAN} ${WRKSRC}/man/${MAN6}.gz ${MAN6PREFIX}/man/man6 > > .include > -- WBR, Boris Samorodov (bsam) FreeBSD Committer, http://www.FreeBSD.org The Power To Serve