svn commit: r310195 - head/games/tank

Jason Helfman jgh at FreeBSD.org
Thu Jan 10 18:23:59 UTC 2013


Wrong pr (copy/paste)

ports/175169

-jgh

--
Jason Helfman          | FreeBSD Committer
jgh at FreeBSD.org     | http://people.freebsd.org/~jgh  | The Power to Serve


On Thu, Jan 10, 2013 at 10:20 AM, Jason Helfman <jgh at freebsd.org> wrote:

> Author: jgh
> Date: Thu Jan 10 18:20:51 2013
> New Revision: 310195
> URL: http://svnweb.freebsd.org/changeset/ports/310195
>
> Log:
>   - add additional mirror, and trim historical headers
>   - while here trim COMMENT, drop unnecessary bsd.port.pre.mk, and use
> pkgname for build_depends
>
>   PR:           174986  http://www.FreeBSD.org/cgi/query-pr.cgi?pr=174986
>   Submitted by: maintainer, erik at bz.bzflag.bz
>
> Modified:
>   head/games/tank/Makefile
>
> Modified: head/games/tank/Makefile
>
> ==============================================================================
> --- head/games/tank/Makefile    Thu Jan 10 18:16:29 2013        (r310194)
> +++ head/games/tank/Makefile    Thu Jan 10 18:20:51 2013        (r310195)
> @@ -1,32 +1,27 @@
> -# New ports collection makefile for:    tank
> -# Date created:         4 Mar 1998
> -# Whom:                 Donald Burr <dburr at FreeBSD.org>
> -#
> +# Created by: Donald Burr <dburr at FreeBSD.org>
>  # $FreeBSD$
> -#
>
>  PORTNAME=      tank
>  PORTVERSION=   0.4a
>  PORTREVISION=  4
>  CATEGORIES=    games
> -MASTER_SITES=  http://step.polymtl.ca/~coyote/tank/
> +MASTER_SITES=  http://elfga.com/~erik/fbsd/files/ \
> +       http://elfga.com/~erik/fbsd/files/
>  EXTRACT_SUFX=  -src.tar.gz
>
>  MAINTAINER=    erik at bz.bzflag.bz
> -COMMENT=       A 3-D network tank game that uses OpenGL/Mesa
> +COMMENT=       3-D network tank game that uses OpenGL/Mesa
>
> -BUILD_DEPENDS= ${LOCALBASE}/lib/libaux.a:${PORTSDIR}/graphics/libaux
> +BUILD_DEPENDS= libaux>=1.0:${PORTSDIR}/graphics/libaux
>
>  USE_GMAKE=     yes
>  MAKE_ENV=      PTHREAD_CFLAGS="${PTHREAD_CFLAGS}"
> PTHREAD_LIBS="${PTHREAD_LIBS}"
>  ALL_TARGET=    linux-mesa-elf
>
> -.include <bsd.port.pre.mk>
> -
>  do-install:
>         ${INSTALL_PROGRAM} ${WRKSRC}/tank ${PREFIX}/bin
>         ${MKDIR} ${DATADIR}
>         ${INSTALL_DATA} ${WRKSRC}/*.tga ${DATADIR}
>         ${INSTALL_DATA} ${WRKSRC}/*.au ${DATADIR}
>
> -.include <bsd.port.post.mk>
> +.include <bsd.port.mk>
>
>


More information about the svn-ports-head mailing list