Date: Wed, 10 May 2017 06:53:02 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440528 - in head/graphics/gdal: . files Message-ID: <201705100653.v4A6r2Nv094729@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Wed May 10 06:53:01 2017 New Revision: 440528 URL: https://svnweb.freebsd.org/changeset/ports/440528 Log: Update to 2.2.0 Changes: https://trac.osgeo.org/gdal/wiki/Release/2.2.0-News Deleted: head/graphics/gdal/files/patch-GDALmake.opt.in Modified: head/graphics/gdal/Makefile head/graphics/gdal/distinfo head/graphics/gdal/pkg-plist Modified: head/graphics/gdal/Makefile ============================================================================== --- head/graphics/gdal/Makefile Wed May 10 06:12:27 2017 (r440527) +++ head/graphics/gdal/Makefile Wed May 10 06:53:01 2017 (r440528) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gdal -PORTVERSION= 2.1.3 -PORTREVISION= 2 +PORTVERSION= 2.2.0 CATEGORIES= graphics geography MASTER_SITES= http://download.osgeo.org/gdal/${PORTVERSION}/ \ ftp://ftp.remotesensing.org/pub/gdal/${PORTVERSION}/ \ @@ -114,6 +113,7 @@ XERCES_CONFIGURE_WITH= xerces XERCES_LIB_DEPENDS= libxerces-c.so:textproc/xerces-c3 post-patch: + @${REINPLACE_CMD} -e '/^#GDAL_SLIB_SONAME/ s|^#||' ${WRKSRC}/GDALmake.opt.in @${REINPLACE_CMD} -e 's|$$(INST_LIB)/pkgconfig|${PREFIX}/libdata/pkgconfig|' ${WRKSRC}/GNUmakefile @${REINPLACE_CMD} -e 's|-lminizip|-lkmlminizip|' ${WRKSRC}/configure # Clean up bundled libraries Modified: head/graphics/gdal/distinfo ============================================================================== --- head/graphics/gdal/distinfo Wed May 10 06:12:27 2017 (r440527) +++ head/graphics/gdal/distinfo Wed May 10 06:53:01 2017 (r440528) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485557229 -SHA256 (gdal-2.1.3.tar.xz) = b489793627e6cb8d2ff8d7737b61daf58382fe189fae4c581ddfd48c04b49005 -SIZE (gdal-2.1.3.tar.xz) = 7707436 +TIMESTAMP = 1494345082 +SHA256 (gdal-2.2.0.tar.xz) = 0d4c326862e0f118e17418c042c2bcd037b25abd3fb198e1fc5d40b11a9fc8ea +SIZE (gdal-2.2.0.tar.xz) = 8229284 Modified: head/graphics/gdal/pkg-plist ============================================================================== --- head/graphics/gdal/pkg-plist Wed May 10 06:12:27 2017 (r440527) +++ head/graphics/gdal/pkg-plist Wed May 10 06:53:01 2017 (r440528) @@ -29,8 +29,10 @@ include/cpl_aws.h include/cpl_config.h include/cpl_config_extras.h include/cpl_conv.h +include/cpl_cpu_features.h include/cpl_csv.h include/cpl_error.h +include/cpl_google_cloud.h include/cpl_hash_set.h include/cpl_http.h include/cpl_list.h @@ -43,6 +45,7 @@ include/cpl_odbc.h include/cpl_port.h include/cpl_progress.h include/cpl_quad_tree.h +include/cpl_sha1.h include/cpl_sha256.h include/cpl_spawn.h include/cpl_string.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705100653.v4A6r2Nv094729>