Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Jul 2016 16:46:41 -0500
From:      John Marino <freebsd.contact@marino.st>
To:        Johan van Selst <johans@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r419413 - head/games/freeciv
Message-ID:  <ac7150cc-25ec-9569-251f-a6b09a4ab141@marino.st>
In-Reply-To: <201607312048.u6VKmxB5040158@repo.freebsd.org>
References:  <201607312048.u6VKmxB5040158@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 7/31/2016 15:48, Johan van Selst wrote:
> Author: johans
> Date: Sun Jul 31 20:48:58 2016
> New Revision: 419413
> URL: https://svnweb.freebsd.org/changeset/ports/419413
>
> Log:
>   - Update to FreeCiv 2.5.5 (bugfix release)
>   - make hidden dependencies explicit
>
> Modified:
>   head/games/freeciv/Makefile
>   head/games/freeciv/distinfo
>
> Modified: head/games/freeciv/Makefile
> ==============================================================================
> --- head/games/freeciv/Makefile	Sun Jul 31 20:41:28 2016	(r419412)
> +++ head/games/freeciv/Makefile	Sun Jul 31 20:48:58 2016	(r419413)
> @@ -2,7 +2,7 @@
>  # $FreeBSD$
>
>  PORTNAME=	freeciv
> -PORTVERSION=	2.5.4
> +PORTVERSION=	2.5.5
>  CATEGORIES=	games
>  MASTER_SITES=	SF/freeciv/Freeciv%20${PORTVERSION:R}/${PORTVERSION} \
>  		http://download.gna.org/freeciv/stable/
> @@ -14,7 +14,8 @@ RUN_DEPENDS=	hicolor-icon-theme>=0:misc/
>  LIB_DEPENDS=	libltdl.so:devel/libltdl \
>  		libcurl.so:ftp/curl
>
> -USES=		gettext gmake iconv libtool pkgconfig tar:bzip2 python sqlite
> +USES=		gettext gmake iconv libtool pkgconfig tar:bzip2 python sqlite \
> +		readline
>  GNU_CONFIGURE=	yes
>  LDFLAGS+=	-L${LOCALBASE}/lib
>  CPPFLAGS+=	-I${LOCALBASE}/include
> @@ -30,7 +31,7 @@ OPTIONS_SUB=		yes
>  SDL_CONFIGURE_ON=	--enable-client=gtk,sdl
>  SDL_USE=		SDL=sdl,image,ttf,gfx
>  MYSQL_CONFIGURE_ON=	--enable-fcdb=mysql --with-mysql-prefix=${LOCALBASE}
> -MYSQL_USE=		MYSQL=yes
> +MYSQL_USES+=		mysql

The change from "=" to "+=" doesn't look correct to me...
John


---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ac7150cc-25ec-9569-251f-a6b09a4ab141>