diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-05-10 14:53:15 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-05-10 14:53:15 +0800 |
commit | 4b735869dae2b2076ece459150deea7941e7a2b3 (patch) | |
tree | ded7882fe67b5b1f7ca006fd41578b91fb9922d7 | |
parent | 2b6369f42d0abfb490d5a05ba8acb71813786e1f (diff) | |
download | freebsd-ports-gnome-4b735869dae2b2076ece459150deea7941e7a2b3.tar.gz freebsd-ports-gnome-4b735869dae2b2076ece459150deea7941e7a2b3.tar.zst freebsd-ports-gnome-4b735869dae2b2076ece459150deea7941e7a2b3.zip |
Update to 2.2.0
- Silence configure messages
Changes: https://trac.osgeo.org/gdal/wiki/Release/2.2.0-News
-rw-r--r-- | graphics/php-gdal/Makefile | 6 | ||||
-rw-r--r-- | graphics/php-gdal/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/graphics/php-gdal/Makefile b/graphics/php-gdal/Makefile index 594eecafa64b..0b6d188318f1 100644 --- a/graphics/php-gdal/Makefile +++ b/graphics/php-gdal/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gdal -PORTVERSION= 2.1.3 +PORTVERSION= 2.2.0 CATEGORIES= graphics MASTER_SITES= http://download.osgeo.org/gdal/${PORTVERSION}/ \ ftp://ftp.remotesensing.org/pub/gdal/${PORTVERSION}/ \ @@ -33,8 +33,8 @@ post-patch: # GDALmake.opt and cpl_config.h are not available until configure phase post-configure: - ${SED} -e '/^GDAL_ROOT/d' ${DATADIR}/GDALmake.opt > ${WRKSRC}/../../GDALmake.opt - ${CP} ${LOCALBASE}/include/cpl_config.h ${WRKSRC}/../../port/ + @${SED} -e '/^GDAL_ROOT/d' ${DATADIR}/GDALmake.opt > ${WRKSRC}/../../GDALmake.opt + @${CP} ${LOCALBASE}/include/cpl_config.h ${WRKSRC}/../../port/ do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/lib/php/${PHP_EXT_DIR}/ ${STAGEDIR}${PREFIX}/include/php/ext/${PORTNAME}/ diff --git a/graphics/php-gdal/distinfo b/graphics/php-gdal/distinfo index f5e214bbea1e..da69ff7e3479 100644 --- a/graphics/php-gdal/distinfo +++ b/graphics/php-gdal/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1485557249 -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 |