From owner-svn-ports-head@FreeBSD.ORG Fri Jun 20 11:20:07 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 29B199D8; Fri, 20 Jun 2014 11:20:07 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 164072383; Fri, 20 Jun 2014 11:20:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5KBK63J051716; Fri, 20 Jun 2014 11:20:06 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5KBK6Zx051714; Fri, 20 Jun 2014 11:20:06 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201406201120.s5KBK6Zx051714@svn.freebsd.org> From: Dmitry Marakasov Date: Fri, 20 Jun 2014 11:20:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358558 - 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.18 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: Fri, 20 Jun 2014 11:20:07 -0000 Author: amdmi3 Date: Fri Jun 20 11:20:06 2014 New Revision: 358558 URL: http://svnweb.freebsd.org/changeset/ports/358558 QAT: https://qat.redports.org/buildarchive/r358558/ Log: - Convert USE_BZIP2 to USES - Switch to USES=libtool, drop .la files Approved by: portmgr blanket Modified: head/games/freeciv/Makefile head/games/freeciv/pkg-plist Modified: head/games/freeciv/Makefile ============================================================================== --- head/games/freeciv/Makefile Fri Jun 20 11:17:29 2014 (r358557) +++ head/games/freeciv/Makefile Fri Jun 20 11:20:06 2014 (r358558) @@ -3,6 +3,7 @@ PORTNAME= freeciv PORTVERSION= 2.4.2 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/freeciv/Freeciv%20${PORTVERSION:R}/${PORTVERSION} @@ -12,9 +13,8 @@ COMMENT= Free turn-based multiplayer str RUN_DEPENDS= hicolor-icon-theme>=0:${PORTSDIR}/misc/hicolor-icon-theme LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl -USES= gettext gmake iconv pkgconfig +USES= gettext gmake iconv libtool pkgconfig tar:bzip2 USE_SQLITE= yes -USE_BZIP2= yes USE_PYTHON= yes USE_AUTOTOOLS= libltdl GNU_CONFIGURE= yes Modified: head/games/freeciv/pkg-plist ============================================================================== --- head/games/freeciv/pkg-plist Fri Jun 20 11:17:29 2014 (r358557) +++ head/games/freeciv/pkg-plist Fri Jun 20 11:20:06 2014 (r358558) @@ -6,13 +6,13 @@ bin/freeciv-server %%SDL%%bin/freeciv-sdl etc/freeciv/database.lua lib/libfreeciv-srv.a -lib/libfreeciv-srv.la lib/libfreeciv-srv.so lib/libfreeciv-srv.so.0 +lib/libfreeciv-srv.so.0.0.0 lib/libfreeciv.a -lib/libfreeciv.la lib/libfreeciv.so lib/libfreeciv.so.0 +lib/libfreeciv.so.0.0.0 man/man6/freeciv-client.6.gz man/man6/freeciv-gtk2.6.gz man/man6/freeciv-gtk3.6.gz