svn commit: r419413 - head/games/freeciv

John Marino freebsd.contact at marino.st
Sun Jul 31 21:46:57 UTC 2016


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



More information about the svn-ports-all mailing list