From owner-svn-ports-head@freebsd.org Sun Jul 31 21:46:56 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DEABCBAA9D3; Sun, 31 Jul 2016 21:46:56 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BB5BD1BED; Sun, 31 Jul 2016 21:46:56 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from [127.0.0.1] (ip70-178-28-115.ks.ks.cox.net [70.178.28.115]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 2E74143C37; Sun, 31 Jul 2016 16:46:48 -0500 (CDT) Subject: Re: svn commit: r419413 - head/games/freeciv To: Johan van Selst , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201607312048.u6VKmxB5040158@repo.freebsd.org> Reply-To: marino@freebsd.org From: John Marino Message-ID: Date: Sun, 31 Jul 2016 16:46:41 -0500 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 In-Reply-To: <201607312048.u6VKmxB5040158@repo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 160731-0, 07/31/2016), Outbound message X-Antivirus-Status: Clean X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 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: Sun, 31 Jul 2016 21:46:57 -0000 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