From owner-svn-ports-head@FreeBSD.ORG Wed Jul 23 23:02:48 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 19010C46; Wed, 23 Jul 2014 23:02:48 +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 04B412508; Wed, 23 Jul 2014 23:02:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6NN2leQ044137; Wed, 23 Jul 2014 23:02:47 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6NN2k7v044124; Wed, 23 Jul 2014 23:02:46 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201407232302.s6NN2k7v044124@svn.freebsd.org> From: Dmitry Marakasov Date: Wed, 23 Jul 2014 23:02:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362752 - in head: comms/xastir graphics/gdal graphics/libgaiagraphics graphics/libgeotiff graphics/librasterlite graphics/libreatlas 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: Wed, 23 Jul 2014 23:02:48 -0000 Author: amdmi3 Date: Wed Jul 23 23:02:46 2014 New Revision: 362752 URL: http://svnweb.freebsd.org/changeset/ports/362752 QAT: https://qat.redports.org/buildarchive/r362752/ Log: - Switch to USES=libtool, drop .la files - Bump dependent ports as .so version has changed Approved by: portmgr blanket Modified: head/comms/xastir/Makefile head/graphics/gdal/Makefile head/graphics/libgaiagraphics/Makefile head/graphics/libgeotiff/Makefile head/graphics/libgeotiff/pkg-plist head/graphics/librasterlite/Makefile head/graphics/libreatlas/Makefile Modified: head/comms/xastir/Makefile ============================================================================== --- head/comms/xastir/Makefile Wed Jul 23 22:50:08 2014 (r362751) +++ head/comms/xastir/Makefile Wed Jul 23 23:02:46 2014 (r362752) @@ -3,7 +3,7 @@ PORTNAME= xastir PORTVERSION= 2.0.4 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= comms hamradio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-stable/${PORTNAME}-${PORTVERSION} Modified: head/graphics/gdal/Makefile ============================================================================== --- head/graphics/gdal/Makefile Wed Jul 23 22:50:08 2014 (r362751) +++ head/graphics/gdal/Makefile Wed Jul 23 23:02:46 2014 (r362752) @@ -3,7 +3,7 @@ PORTNAME= gdal PORTVERSION= 1.11.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics geography MASTER_SITES= http://download.osgeo.org/gdal/${PORTVERSION}/ \ ftp://ftp.remotesensing.org/pub/gdal/${PORTVERSION}/ \ Modified: head/graphics/libgaiagraphics/Makefile ============================================================================== --- head/graphics/libgaiagraphics/Makefile Wed Jul 23 22:50:08 2014 (r362751) +++ head/graphics/libgaiagraphics/Makefile Wed Jul 23 23:02:46 2014 (r362752) @@ -3,7 +3,7 @@ PORTNAME= libgaiagraphics PORTVERSION= 0.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics geography MASTER_SITES= http://www.gaia-gis.it/gaia-sins/ Modified: head/graphics/libgeotiff/Makefile ============================================================================== --- head/graphics/libgeotiff/Makefile Wed Jul 23 22:50:08 2014 (r362751) +++ head/graphics/libgeotiff/Makefile Wed Jul 23 23:02:46 2014 (r362752) @@ -3,7 +3,7 @@ PORTNAME= libgeotiff PORTVERSION= 1.4.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= http://download.osgeo.org/geotiff/libgeotiff/ \ ftp://ftp.remotesensing.org/geotiff/libgeotiff/ \ @@ -17,6 +17,7 @@ LIB_DEPENDS= libjbig.so:${PORTSDIR}/grap libproj.so:${PORTSDIR}/graphics/proj \ libtiff.so:${PORTSDIR}/graphics/tiff +USES= libtool CONFIGURE_ARGS= --datadir=${DATADIR} \ --disable-doxygen-doc \ --disable-doxygen-dot \ Modified: head/graphics/libgeotiff/pkg-plist ============================================================================== --- head/graphics/libgeotiff/pkg-plist Wed Jul 23 22:50:08 2014 (r362751) +++ head/graphics/libgeotiff/pkg-plist Wed Jul 23 23:02:46 2014 (r362752) @@ -26,9 +26,9 @@ include/geotiffio.h include/geovalues.h include/xtiffio.h lib/libgeotiff.a -lib/libgeotiff.la lib/libgeotiff.so -lib/libgeotiff.so.3 +lib/libgeotiff.so.2 +lib/libgeotiff.so.2.1.0 man/man1/listgeo.1.gz %%DATADIR%%/epsg_csv/alias.csv %%DATADIR%%/epsg_csv/area.csv Modified: head/graphics/librasterlite/Makefile ============================================================================== --- head/graphics/librasterlite/Makefile Wed Jul 23 22:50:08 2014 (r362751) +++ head/graphics/librasterlite/Makefile Wed Jul 23 23:02:46 2014 (r362752) @@ -3,7 +3,7 @@ PORTNAME= librasterlite PORTVERSION= 1.1g -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics geography MASTER_SITES= http://www.gaia-gis.it/gaia-sins/librasterlite-sources/ Modified: head/graphics/libreatlas/Makefile ============================================================================== --- head/graphics/libreatlas/Makefile Wed Jul 23 22:50:08 2014 (r362751) +++ head/graphics/libreatlas/Makefile Wed Jul 23 23:02:46 2014 (r362752) @@ -3,7 +3,7 @@ PORTNAME= libreatlas PORTVERSION= 1.0.0a -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= graphics geography MASTER_SITES= http://www.gaia-gis.it/gaia-sins/