From owner-svn-ports-all@FreeBSD.ORG Sat Apr 26 18:18:42 2014 Return-Path: Delivered-To: svn-ports-all@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 D3B46B8E; Sat, 26 Apr 2014 18:18:42 +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 B39EB15E3; Sat, 26 Apr 2014 18:18:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3QIIgPT078217; Sat, 26 Apr 2014 18:18:42 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3QIIeVT078201; Sat, 26 Apr 2014 18:18:40 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201404261818.s3QIIeVT078201@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 26 Apr 2014 18:18:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r352357 - in head: astro/merkaartor astro/osmium astro/qlandkartegt databases/grass graphics/R-cran-rgdal graphics/gdal graphics/gmt graphics/mapnik graphics/osgearth graphics/qgis math... 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.17 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: Sat, 26 Apr 2014 18:18:42 -0000 Author: sunpoet Date: Sat Apr 26 18:18:39 2014 New Revision: 352357 URL: http://svnweb.freebsd.org/changeset/ports/352357 QAT: https://qat.redports.org/buildarchive/r352357/ Log: - Update to 1.11.0 - Use PORTDATA - Bump PORTREVISION for graphics/gdal shlib change Changes: http://trac.osgeo.org/gdal/wiki/Release/1.11.0-News Modified: head/astro/merkaartor/Makefile head/astro/osmium/Makefile head/astro/qlandkartegt/Makefile head/databases/grass/Makefile head/graphics/R-cran-rgdal/Makefile head/graphics/gdal/Makefile head/graphics/gdal/distinfo head/graphics/gdal/pkg-plist head/graphics/gmt/Makefile head/graphics/mapnik/Makefile head/graphics/osgearth/Makefile head/graphics/qgis/Makefile head/math/saga/Makefile Modified: head/astro/merkaartor/Makefile ============================================================================== --- head/astro/merkaartor/Makefile Sat Apr 26 18:17:21 2014 (r352356) +++ head/astro/merkaartor/Makefile Sat Apr 26 18:18:39 2014 (r352357) @@ -3,7 +3,7 @@ PORTNAME= merkaartor PORTVERSION= 0.18.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= astro MASTER_SITES= http://merkaartor.be/attachments/download/301/ \ https://secure.ohos.nl/downloads/ Modified: head/astro/osmium/Makefile ============================================================================== --- head/astro/osmium/Makefile Sat Apr 26 18:17:21 2014 (r352356) +++ head/astro/osmium/Makefile Sat Apr 26 18:18:39 2014 (r352357) @@ -3,7 +3,7 @@ PORTNAME= osmium PORTVERSION= git20130522 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= astro geography devel MAINTAINER= amdmi3@FreeBSD.org Modified: head/astro/qlandkartegt/Makefile ============================================================================== --- head/astro/qlandkartegt/Makefile Sat Apr 26 18:17:21 2014 (r352356) +++ head/astro/qlandkartegt/Makefile Sat Apr 26 18:18:39 2014 (r352357) @@ -3,6 +3,7 @@ PORTNAME= qlandkartegt PORTVERSION= 1.7.6 +PORTREVISION= 1 CATEGORIES= astro MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/QLandkarte%20GT%20${PORTVERSION} Modified: head/databases/grass/Makefile ============================================================================== --- head/databases/grass/Makefile Sat Apr 26 18:17:21 2014 (r352356) +++ head/databases/grass/Makefile Sat Apr 26 18:18:39 2014 (r352357) @@ -3,7 +3,7 @@ PORTNAME= grass PORTVERSION= 6.4.3 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 2 CATEGORIES= databases geography MASTER_SITES= http://grass.osgeo.org/%SUBDIR%/ \ Modified: head/graphics/R-cran-rgdal/Makefile ============================================================================== --- head/graphics/R-cran-rgdal/Makefile Sat Apr 26 18:17:21 2014 (r352356) +++ head/graphics/R-cran-rgdal/Makefile Sat Apr 26 18:18:39 2014 (r352357) @@ -3,7 +3,7 @@ PORTNAME= rgdal DISTVERSION= 0.8-16 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -13,8 +13,8 @@ COMMENT= Bindings for the Geospatial Dat LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual -LIB_DEPENDS= gdal:${PORTSDIR}/graphics/gdal \ - proj:${PORTSDIR}/graphics/proj +LIB_DEPENDS= libgdal.so:${PORTSDIR}/graphics/gdal \ + libproj.so:${PORTSDIR}/graphics/proj RUN_DEPENDS= R-cran-sp>=1.0.9:${PORTSDIR}/math/R-cran-sp USES= cran:auto-plist Modified: head/graphics/gdal/Makefile ============================================================================== --- head/graphics/gdal/Makefile Sat Apr 26 18:17:21 2014 (r352356) +++ head/graphics/gdal/Makefile Sat Apr 26 18:18:39 2014 (r352357) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gdal -PORTVERSION= 1.10.1 -PORTREVISION= 5 +PORTVERSION= 1.11.0 CATEGORIES= graphics geography MASTER_SITES= http://download.osgeo.org/gdal/${PORTVERSION}/ \ ftp://ftp.remotesensing.org/pub/gdal/${PORTVERSION}/ \ @@ -33,6 +32,8 @@ USE_AUTOTOOLS= libtool USE_LDCONFIG= yes USES= gmake +PORTDATA= * + SLAVEDIRS= graphics/p5-Geo-GDAL graphics/php-gdal graphics/py-gdal graphics/ruby-gdal ARMADILLO_CONFIGURE_OFF=--with-armadillo=no @@ -67,7 +68,7 @@ GTA_CONFIGURE_ON= --with-gta=${LOCALBASE GTA_LIB_DEPENDS= libgta.so:${PORTSDIR}/devel/libgta HDF5_CONFIGURE_OFF= --with-hdf5=no HDF5_CONFIGURE_ON= --with-hdf5=${LOCALBASE} -HDF5_LIB_DEPENDS= libhdf5.so.7:${PORTSDIR}/science/hdf5-18 +HDF5_LIB_DEPENDS= libhdf5.so:${PORTSDIR}/science/hdf5-18 ICONV_CONFIGURE_OFF= --with-libiconv-prefix=no ICONV_CONFIGURE_ON= ${ICONV_CONFIGURE_ARG} ICONV_LDFLAGS= -L${ICONV_PREFIX}/lib ${ICONV_LIB} @@ -126,10 +127,11 @@ XERCES_LIB_DEPENDS= libxerces-c.so:${POR post-patch: @${REINPLACE_CMD} -e 's|-lpthread|-pthread|g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|$$(INST_LIB)/pkgconfig|${PREFIX}/libdata/pkgconfig|' ${WRKSRC}/GNUmakefile post-install: ${TOUCH} ${STAGEDIR}${PREFIX}/lib/gdalplugins/.keepme ${INSTALL_DATA} ${WRKSRC}/GDALmake.opt ${STAGEDIR}${DATADIR}/ - -${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* ${STAGEDIR}${PREFIX}/lib/libgdal.so.18 + -${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* ${STAGEDIR}${PREFIX}/lib/libgdal.so.19 .include Modified: head/graphics/gdal/distinfo ============================================================================== --- head/graphics/gdal/distinfo Sat Apr 26 18:17:21 2014 (r352356) +++ head/graphics/gdal/distinfo Sat Apr 26 18:18:39 2014 (r352357) @@ -1,2 +1,2 @@ -SHA256 (gdal-1.10.1.tar.gz) = 9984f0314c0bd831eb59fb646c2bc5e13cf1378be4f51499045166cbe62be6ea -SIZE (gdal-1.10.1.tar.gz) = 10241357 +SHA256 (gdal-1.11.0.tar.gz) = 989db33ff411e2c888348e71edec5ad06c74ed68781ebfbc4e85179b9d65aafe +SIZE (gdal-1.11.0.tar.gz) = 10707286 Modified: head/graphics/gdal/pkg-plist ============================================================================== --- head/graphics/gdal/pkg-plist Sat Apr 26 18:17:21 2014 (r352356) +++ head/graphics/gdal/pkg-plist Sat Apr 26 18:18:39 2014 (r352357) @@ -18,6 +18,7 @@ bin/gdalwarp bin/nearblack bin/ogr2ogr bin/ogrinfo +bin/ogrlineref bin/ogrtindex bin/testepsg include/cpl_atomic_ops.h @@ -41,6 +42,7 @@ include/cpl_quad_tree.h include/cpl_spawn.h include/cpl_string.h include/cpl_time.h +include/cpl_virtualmem.h include/cpl_vsi.h include/cpl_vsi_virtual.h include/cpl_vsil_curl_priv.h @@ -60,7 +62,10 @@ include/gdal_simplesurf.h include/gdal_version.h include/gdal_vrt.h include/gdalexif.h +include/gdalgeorefpamdataset.h include/gdalgrid.h +include/gdalgrid_priv.h +include/gdaljp2abstractdataset.h include/gdaljp2metadata.h include/gdalwarper.h include/gdalwarpkernel_opencl.h @@ -83,55 +88,6 @@ lib/gdalplugins/.keepme lib/libgdal.a lib/libgdal.la lib/libgdal.so -lib/libgdal.so.18 -%%DATADIR%%/GDALLogoBW.svg -%%DATADIR%%/GDALLogoColor.svg -%%DATADIR%%/GDALLogoGS.svg -%%DATADIR%%/GDALmake.opt -%%DATADIR%%/LICENSE.TXT -%%DATADIR%%/compdcs.csv -%%DATADIR%%/coordinate_axis.csv -%%DATADIR%%/cubewerx_extra.wkt -%%DATADIR%%/datum_shift.csv -%%DATADIR%%/ecw_cs.wkt -%%DATADIR%%/ellipsoid.csv -%%DATADIR%%/epsg.wkt -%%DATADIR%%/esri_StatePlane_extra.wkt -%%DATADIR%%/esri_Wisconsin_extra.wkt -%%DATADIR%%/esri_extra.wkt -%%DATADIR%%/gcs.csv -%%DATADIR%%/gcs.override.csv -%%DATADIR%%/gdal_datum.csv -%%DATADIR%%/gdalicon.png -%%DATADIR%%/geoccs.csv -%%DATADIR%%/gt_datum.csv -%%DATADIR%%/gt_ellips.csv -%%DATADIR%%/header.dxf -%%DATADIR%%/nitf_spec.xml -%%DATADIR%%/nitf_spec.xsd -%%DATADIR%%/osmconf.ini -%%DATADIR%%/ozi_datum.csv -%%DATADIR%%/ozi_ellips.csv -%%DATADIR%%/pci_datum.txt -%%DATADIR%%/pci_ellips.txt -%%DATADIR%%/pcs.csv -%%DATADIR%%/pcs.override.csv -%%DATADIR%%/prime_meridian.csv -%%DATADIR%%/projop_wparm.csv -%%DATADIR%%/s57agencies.csv -%%DATADIR%%/s57attributes.csv -%%DATADIR%%/s57attributes_aml.csv -%%DATADIR%%/s57attributes_iw.csv -%%DATADIR%%/s57expectedinput.csv -%%DATADIR%%/s57objectclasses.csv -%%DATADIR%%/s57objectclasses_aml.csv -%%DATADIR%%/s57objectclasses_iw.csv -%%DATADIR%%/seed_2d.dgn -%%DATADIR%%/seed_3d.dgn -%%DATADIR%%/stateplane.csv -%%DATADIR%%/trailer.dxf -%%DATADIR%%/unit_of_measure.csv -%%DATADIR%%/vertcs.csv -%%DATADIR%%/vertcs.override.csv -@dirrm %%DATADIR%% +lib/libgdal.so.19 +libdata/pkgconfig/gdal.pc @dirrm lib/gdalplugins Modified: head/graphics/gmt/Makefile ============================================================================== --- head/graphics/gmt/Makefile Sat Apr 26 18:17:21 2014 (r352356) +++ head/graphics/gmt/Makefile Sat Apr 26 18:18:39 2014 (r352357) @@ -3,6 +3,7 @@ PORTNAME= gmt PORTVERSION= 4.5.12 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= ftp://ftp.soest.hawaii.edu/%SUBDIR%/ \ ftp://ftp.geologi.uio.no/pub/%SUBDIR%/ \ Modified: head/graphics/mapnik/Makefile ============================================================================== --- head/graphics/mapnik/Makefile Sat Apr 26 18:17:21 2014 (r352356) +++ head/graphics/mapnik/Makefile Sat Apr 26 18:18:39 2014 (r352357) @@ -4,7 +4,7 @@ PORTNAME= mapnik PORTVERSION= 2.2.0 DISTVERSIONPREFIX= v -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics geography MASTER_SITES= http://mapnik.s3.amazonaws.com/dist/v${PORTVERSION}/ Modified: head/graphics/osgearth/Makefile ============================================================================== --- head/graphics/osgearth/Makefile Sat Apr 26 18:17:21 2014 (r352356) +++ head/graphics/osgearth/Makefile Sat Apr 26 18:18:39 2014 (r352357) @@ -3,6 +3,7 @@ PORTNAME= osgearth PORTVERSION= 2.5 +PORTREVISION= 1 CATEGORIES= graphics geography MASTER_SITES= https://github.com/gwaldron/${PORTNAME}/archive/ Modified: head/graphics/qgis/Makefile ============================================================================== --- head/graphics/qgis/Makefile Sat Apr 26 18:17:21 2014 (r352356) +++ head/graphics/qgis/Makefile Sat Apr 26 18:18:39 2014 (r352357) @@ -3,7 +3,7 @@ PORTNAME= qgis PORTVERSION= 2.2.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics geography MAINTAINER= rhurlin@gwdg.de Modified: head/math/saga/Makefile ============================================================================== --- head/math/saga/Makefile Sat Apr 26 18:17:21 2014 (r352356) +++ head/math/saga/Makefile Sat Apr 26 18:18:39 2014 (r352357) @@ -3,6 +3,7 @@ PORTNAME= saga PORTVERSION= 2.1.1 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= SF/saga-gis/SAGA%20-%20${PORTVERSION:C/\.[[:digit:]]*$//}/SAGA%20${PORTVERSION} DISTNAME= ${PORTNAME}_${PORTVERSION}