Date: Fri, 28 Jun 2013 17:49:19 -0300 From: Felippe de Meirelles Motta <lippe@FreeBSD.org> To: Boris Samorodov <bsam@passap.ru> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r321969 - in head/games/tuxpuck: . files Message-ID: <CAJcxwRRRy-6w3_DjkCczi_szPd8qdT7hHidZrqvN2pYNuhOKTw@mail.gmail.com> In-Reply-To: <51CDEADE.4050908@passap.ru> References: <201306281815.r5SIFUrh046811@svn.freebsd.org> <51CDEADE.4050908@passap.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi Boris, Just not my custom to tell when it(PORTREVISION) is modified, but I can do it from the next time. From now, I=C2=B4ll avoid very short log messages. Thanks lippe@ On Fri, Jun 28, 2013 at 4:58 PM, Boris Samorodov <bsam@passap.ru> wrote: > 28.06.2013 22:15, Felippe de Meirelles Motta =D0=BF=D0=B8=D1=88=D0=B5=D1= =82: > > 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 <nemysis@gmx.ch> > > > > Deleted: > > head/games/tuxpuck/files/patch-utils::Makefile > > Modified: > > head/games/tuxpuck/Makefile (contents, props changed) > > > > Modified: head/games/tuxpuck/Makefile > > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > > --- 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=3D8 > > -# New ports collection makefile for: tuxpuck > > -# Date created: 25 April 2002 > > -# Whom: Jan Stocker <Jan.Stocker@t-online.de> > > -# > > +# Created by: Jan Stocker <Jan.Stocker@t-online.de> > > # $FreeBSD$ > > -# > > > > PORTNAME=3D tuxpuck > > PORTVERSION=3D 0.8.2 > > -PORTREVISION=3D 17 > > +PORTREVISION=3D 18 > > CATEGORIES=3D games > > MASTER_SITES=3D > http://www.sourcefiles.org/Games/Sports/Miscellaneous/ > > > > MAINTAINER=3D ports@FreeBSD.org > > COMMENT=3D Shufflepuck Cafe Clone > > > > -LIB_DEPENDS=3D jpeg.11:${PORTSDIR}/graphics/jpeg \ > > +LIB_DEPENDS=3D 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=3D sdl > > USE_GMAKE=3D yes > > -ALL_TARGET=3D tuxpuck > > +ALL_TARGET=3D ${PORTNAME} > > MAKE_JOBS_UNSAFE=3D yes > > > > CFLAGS+=3D -I${LOCALBASE}/include/libpng15 > > + > > MANCOMPRESSED=3D yes > > -MAN6=3D tuxpuck.6 > > -PLIST_FILES=3D bin/tuxpuck > > + > > +PLIST_FILES=3D bin/${PORTNAME} > > + > > +MAN6=3D ${PORTNAME}.6 > > > > .include <bsd.port.pre.mk> > > > > 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 <bsd.port.post.mk> > > > > > -- > WBR, Boris Samorodov (bsam) > FreeBSD Committer, http://www.FreeBSD.org The Power To Serve >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAJcxwRRRy-6w3_DjkCczi_szPd8qdT7hHidZrqvN2pYNuhOKTw>