From owner-svn-ports-head@freebsd.org Sun Jul 31 20:49:00 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 6FB28BA89D9; Sun, 31 Jul 2016 20:49:00 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 23F4F152A; Sun, 31 Jul 2016 20:49:00 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6VKmxYw040160; Sun, 31 Jul 2016 20:48:59 GMT (envelope-from johans@FreeBSD.org) Received: (from johans@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6VKmxB5040158; Sun, 31 Jul 2016 20:48:59 GMT (envelope-from johans@FreeBSD.org) Message-Id: <201607312048.u6VKmxB5040158@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: johans set sender to johans@FreeBSD.org using -f From: Johan van Selst Date: Sun, 31 Jul 2016 20:48:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419413 - head/games/freeciv X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 20:49:00 -0000 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 IPV6_CONFIGURE_EANBALE= ipv6 .include @@ -48,7 +49,7 @@ LIB_DEPENDS+= libtiff.so:graphics/tiff \ libggzmod.so:games/ggz-client-libs USE_XORG= xpm USE_SDL+= mixer -USE_GNOME= gtk20 +USE_GNOME= gtk20 cairo INSTALLS_ICONS= yes . if ! ${PORT_OPTIONS:MSDL} CONFIGURE_ARGS+=--enable-client=gtk Modified: head/games/freeciv/distinfo ============================================================================== --- head/games/freeciv/distinfo Sun Jul 31 20:41:28 2016 (r419412) +++ head/games/freeciv/distinfo Sun Jul 31 20:48:58 2016 (r419413) @@ -1,3 +1,3 @@ -TIMESTAMP = 1463235221 -SHA256 (freeciv-2.5.4.tar.bz2) = 9e64ef047fd0d2f8e9aa1da01586dea7cfe63a36b15875c168ada555c2e6634b -SIZE (freeciv-2.5.4.tar.bz2) = 40977253 +TIMESTAMP = 1469915217 +SHA256 (freeciv-2.5.5.tar.bz2) = 5622f2142637057f7e47b1eda764c4e131222fab4d5bb42cd59fbd58ba3db1d4 +SIZE (freeciv-2.5.5.tar.bz2) = 40828396