From owner-svn-ports-all@FreeBSD.ORG Mon Jun 23 02:44:14 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 66930B35; Mon, 23 Jun 2014 02:44:14 +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 5256C21D1; Mon, 23 Jun 2014 02:44:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5N2iEcg034148; Mon, 23 Jun 2014 02:44:14 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5N2iCtJ034135; Mon, 23 Jun 2014 02:44:12 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201406230244.s5N2iCtJ034135@svn.freebsd.org> From: Dmitry Marakasov Date: Mon, 23 Jun 2014 02:44:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358893 - in head: databases/pyspatialite databases/spatialite databases/spatialite_gui graphics/librasterlite graphics/libreatlas graphics/qgis 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:44:14 -0000 Author: amdmi3 Date: Mon Jun 23 02:44:12 2014 New Revision: 358893 URL: http://svnweb.freebsd.org/changeset/ports/358893 QAT: https://qat.redports.org/buildarchive/r358893/ Log: - Convert databases/spatialite to USES=libtool, drop .la files - Bump dependent ports as .so version has changed Approved by: portmgr blanket Modified: head/databases/pyspatialite/Makefile head/databases/spatialite/Makefile head/databases/spatialite/pkg-plist head/databases/spatialite_gui/Makefile head/graphics/librasterlite/Makefile head/graphics/libreatlas/Makefile head/graphics/qgis/Makefile Modified: head/databases/pyspatialite/Makefile ============================================================================== --- head/databases/pyspatialite/Makefile Mon Jun 23 02:39:42 2014 (r358892) +++ head/databases/pyspatialite/Makefile Mon Jun 23 02:44:12 2014 (r358893) @@ -3,7 +3,7 @@ PORTNAME= pyspatialite PORTVERSION= 3.0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases python MASTER_SITES= CHEESESHOP:pyspatialite \ http://www.gaia-gis.it/gaia-sins/libspatialite-sources/:amalgam Modified: head/databases/spatialite/Makefile ============================================================================== --- head/databases/spatialite/Makefile Mon Jun 23 02:39:42 2014 (r358892) +++ head/databases/spatialite/Makefile Mon Jun 23 02:44:12 2014 (r358893) @@ -3,7 +3,7 @@ PORTNAME= spatialite PORTVERSION= 4.1.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases geography MASTER_SITES= http://www.gaia-gis.it/gaia-sins/ DISTNAME= lib${PORTNAME}-${PORTVERSION} @@ -17,7 +17,7 @@ LIB_DEPENDS= libgeos_c.so:${PORTSDIR}/gr WRKSRC= ${WRKDIR}/lib${PORTNAME}-${PORTVERSION} GNU_CONFIGURE= yes -USES= gmake iconv pathfix pkgconfig +USES= gmake iconv pathfix pkgconfig libtool USE_SQLITE= yes USE_GNOME= libxml2 Modified: head/databases/spatialite/pkg-plist ============================================================================== --- head/databases/spatialite/pkg-plist Mon Jun 23 02:39:42 2014 (r358892) +++ head/databases/spatialite/pkg-plist Mon Jun 23 02:44:12 2014 (r358893) @@ -17,8 +17,8 @@ include/spatialite/gg_mbr.h include/spatialite/gg_structs.h include/spatialite/spatialite.h lib/libspatialite.a -lib/libspatialite.la lib/libspatialite.so -lib/libspatialite.so.6 +lib/libspatialite.so.5 +lib/libspatialite.so.5.1.0 libdata/pkgconfig/spatialite.pc @dirrm include/spatialite Modified: head/databases/spatialite_gui/Makefile ============================================================================== --- head/databases/spatialite_gui/Makefile Mon Jun 23 02:39:42 2014 (r358892) +++ head/databases/spatialite_gui/Makefile Mon Jun 23 02:44:12 2014 (r358893) @@ -3,7 +3,7 @@ PORTNAME= spatialite_gui PORTVERSION= 1.7.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases geography MASTER_SITES= http://www.gaia-gis.it/gaia-sins/ Modified: head/graphics/librasterlite/Makefile ============================================================================== --- head/graphics/librasterlite/Makefile Mon Jun 23 02:39:42 2014 (r358892) +++ head/graphics/librasterlite/Makefile Mon Jun 23 02:44:12 2014 (r358893) @@ -3,7 +3,7 @@ PORTNAME= librasterlite PORTVERSION= 1.1g -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics geography MASTER_SITES= http://www.gaia-gis.it/gaia-sins/librasterlite-sources/ Modified: head/graphics/libreatlas/Makefile ============================================================================== --- head/graphics/libreatlas/Makefile Mon Jun 23 02:39:42 2014 (r358892) +++ head/graphics/libreatlas/Makefile Mon Jun 23 02:44:12 2014 (r358893) @@ -3,7 +3,7 @@ PORTNAME= libreatlas PORTVERSION= 1.0.0a -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= graphics geography MASTER_SITES= http://www.gaia-gis.it/gaia-sins/ Modified: head/graphics/qgis/Makefile ============================================================================== --- head/graphics/qgis/Makefile Mon Jun 23 02:39:42 2014 (r358892) +++ head/graphics/qgis/Makefile Mon Jun 23 02:44:12 2014 (r358893) @@ -3,7 +3,7 @@ PORTNAME= qgis PORTVERSION= 2.2.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics geography MAINTAINER= rhurlin@gwdg.de