From owner-svn-ports-all@FreeBSD.ORG Mon Jun 23 02:39:43 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 37897A45; Mon, 23 Jun 2014 02:39:43 +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 240D12150; Mon, 23 Jun 2014 02:39:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5N2dhkl030277; Mon, 23 Jun 2014 02:39:43 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5N2dgxf030275; Mon, 23 Jun 2014 02:39:42 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201406230239.s5N2dgxf030275@svn.freebsd.org> From: Dmitry Marakasov Date: Mon, 23 Jun 2014 02:39:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358892 - head/graphics/librasterlite X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jun 2014 02:39:43 -0000 Author: amdmi3 Date: Mon Jun 23 02:39:42 2014 New Revision: 358892 URL: http://svnweb.freebsd.org/changeset/ports/358892 QAT: https://qat.redports.org/buildarchive/r358892/ Log: - Switch to USES=libtool, drop .la files Approved by: portmgr blanket Modified: head/graphics/librasterlite/Makefile head/graphics/librasterlite/pkg-plist Modified: head/graphics/librasterlite/Makefile ============================================================================== --- head/graphics/librasterlite/Makefile Mon Jun 23 02:39:30 2014 (r358891) +++ head/graphics/librasterlite/Makefile Mon Jun 23 02:39:42 2014 (r358892) @@ -3,7 +3,7 @@ PORTNAME= librasterlite PORTVERSION= 1.1g -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics geography MASTER_SITES= http://www.gaia-gis.it/gaia-sins/librasterlite-sources/ @@ -22,7 +22,7 @@ LIB_DEPENDS= libspatialite.so:${PORTSDIR libfreexl.so:${PORTSDIR}/textproc/freexl GNU_CONFIGURE= yes -USES= gmake iconv pkgconfig +USES= gmake iconv pkgconfig libtool USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/graphics/librasterlite/pkg-plist ============================================================================== --- head/graphics/librasterlite/pkg-plist Mon Jun 23 02:39:30 2014 (r358891) +++ head/graphics/librasterlite/pkg-plist Mon Jun 23 02:39:42 2014 (r358892) @@ -5,7 +5,7 @@ bin/rasterlite_tool bin/rasterlite_topmost include/rasterlite.h lib/librasterlite.a -lib/librasterlite.la lib/librasterlite.so lib/librasterlite.so.2 +lib/librasterlite.so.2.0.0 libdata/pkgconfig/rasterlite.pc