diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-05-05 08:00:15 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-05-05 08:00:15 +0800 |
commit | 9bb74d099e3dd06d75d60205fb903d44536b6920 (patch) | |
tree | 8671bbd723a52fd2f3aeeb4b7a56c2f8e2274922 | |
parent | 623cdbb231950da3598075007cd0b7f6b1a19913 (diff) | |
download | freebsd-ports-gnome-9bb74d099e3dd06d75d60205fb903d44536b6920.tar.gz freebsd-ports-gnome-9bb74d099e3dd06d75d60205fb903d44536b6920.tar.zst freebsd-ports-gnome-9bb74d099e3dd06d75d60205fb903d44536b6920.zip |
- Update to 2.1.0
Changes: http://trac.osgeo.org/gdal/wiki/Release/2.1.0-News
-rw-r--r-- | graphics/php-gdal/Makefile | 4 | ||||
-rw-r--r-- | graphics/php-gdal/distinfo | 4 | ||||
-rw-r--r-- | graphics/php-gdal/pkg-plist | 1 |
3 files changed, 5 insertions, 4 deletions
diff --git a/graphics/php-gdal/Makefile b/graphics/php-gdal/Makefile index 60e616f0ccc6..5d17438789b4 100644 --- a/graphics/php-gdal/Makefile +++ b/graphics/php-gdal/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gdal -PORTVERSION= 2.0.2 +PORTVERSION= 2.1.0 CATEGORIES= graphics MASTER_SITES= http://download.osgeo.org/gdal/${PORTVERSION}/ \ ftp://ftp.remotesensing.org/pub/gdal/${PORTVERSION}/ \ @@ -20,12 +20,12 @@ LIB_DEPENDS= libgdal.so:graphics/gdal ALL_TARGET= php_gdal.so php_gdalconst.so php_ogr.so php_osr.so CFLAGS+= -fPIC +#IGNORE_WITH_PHP=70 MAKEFILE= GNUmakefile PHP_MOD_NAME= php_${PORTNAME} USE_PHP= yes USE_PHP_BUILD= yes USES= gmake localbase tar:xz -IGNORE_WITH_PHP= 70 WRKSRC_SUBDIR= swig/php diff --git a/graphics/php-gdal/distinfo b/graphics/php-gdal/distinfo index b521a16fdb0d..fb8c4f5fb425 100644 --- a/graphics/php-gdal/distinfo +++ b/graphics/php-gdal/distinfo @@ -1,2 +1,2 @@ -SHA256 (gdal-2.0.2.tar.xz) = 90f838853cc1c07e55893483faa7e923e4b4b1659c6bc9df3538366030a7e622 -SIZE (gdal-2.0.2.tar.xz) = 7018768 +SHA256 (gdal-2.1.0.tar.xz) = 568b43441955b306364fcf97fb47d4c1512ac6f2f5f76b2ec39a890d2418ee03 +SIZE (gdal-2.1.0.tar.xz) = 7656496 diff --git a/graphics/php-gdal/pkg-plist b/graphics/php-gdal/pkg-plist index fbe8a676f471..a05a4984dd6a 100644 --- a/graphics/php-gdal/pkg-plist +++ b/graphics/php-gdal/pkg-plist @@ -1,5 +1,6 @@ include/php/ext/gdal/php_gdal.h include/php/ext/gdal/php_gdalconst.h +include/php/ext/gdal/php_gnm.h include/php/ext/gdal/php_ogr.h include/php/ext/gdal/php_osr.h lib/php/%%PHP_EXT_DIR%%/php_gdal.so |