diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-05-10 14:53:01 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-05-10 14:53:01 +0800 |
commit | e730173609997cbb4414f8c399c5d4bad7c7e586 (patch) | |
tree | cfa0d319b95b426435e923f638cc4810ae2962af | |
parent | 67c21bd16cef01311af07f75da688f3b1d19ccb3 (diff) | |
download | freebsd-ports-gnome-e730173609997cbb4414f8c399c5d4bad7c7e586.tar.gz freebsd-ports-gnome-e730173609997cbb4414f8c399c5d4bad7c7e586.tar.zst freebsd-ports-gnome-e730173609997cbb4414f8c399c5d4bad7c7e586.zip |
Update to 2.2.0
Changes: https://trac.osgeo.org/gdal/wiki/Release/2.2.0-News
-rw-r--r-- | graphics/gdal/Makefile | 4 | ||||
-rw-r--r-- | graphics/gdal/distinfo | 6 | ||||
-rw-r--r-- | graphics/gdal/files/patch-GDALmake.opt.in | 10 | ||||
-rw-r--r-- | graphics/gdal/pkg-plist | 3 |
4 files changed, 8 insertions, 15 deletions
diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile index 3265f76bb215..624a264c448e 100644 --- a/graphics/gdal/Makefile +++ b/graphics/gdal/Makefile @@ -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 diff --git a/graphics/gdal/distinfo b/graphics/gdal/distinfo index 9709b4048bec..da69ff7e3479 100644 --- a/graphics/gdal/distinfo +++ b/graphics/gdal/distinfo @@ -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 diff --git a/graphics/gdal/files/patch-GDALmake.opt.in b/graphics/gdal/files/patch-GDALmake.opt.in deleted file mode 100644 index aef67141250f..000000000000 --- a/graphics/gdal/files/patch-GDALmake.opt.in +++ /dev/null @@ -1,10 +0,0 @@ ---- GDALmake.opt.in.orig 2016-10-24 11:00:36 UTC -+++ GDALmake.opt.in -@@ -135,6 +135,7 @@ GDAL_VERSION_REV = @GDAL_VERSION_RE - GDAL_LIB = $(GDAL_ROOT)/libgdal.a - GDAL_SLIB = $(GDAL_ROOT)/libgdal.$(SO_EXT) - GDAL_SLIB_LINK = -L$(GDAL_ROOT) -lgdal -+GDAL_SLIB_SONAME= -Wl,-soname,libgdal.$(SO_EXT).$(GDAL_VERSION_MAJOR) - - # Mac OS X Framework definition - MACOSX_FRAMEWORK = @MACOSX_FRAMEWORK@ diff --git a/graphics/gdal/pkg-plist b/graphics/gdal/pkg-plist index 8ed1d86ad566..3628c2315820 100644 --- a/graphics/gdal/pkg-plist +++ b/graphics/gdal/pkg-plist @@ -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 |