Date: Wed, 10 May 2017 06:53:15 +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: r440530 - head/graphics/php-gdal Message-ID: <201705100653.v4A6rFPx094974@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Wed May 10 06:53:15 2017 New Revision: 440530 URL: https://svnweb.freebsd.org/changeset/ports/440530 Log: Update to 2.2.0 - Silence configure messages Changes: https://trac.osgeo.org/gdal/wiki/Release/2.2.0-News Modified: head/graphics/php-gdal/Makefile head/graphics/php-gdal/distinfo Modified: head/graphics/php-gdal/Makefile ============================================================================== --- head/graphics/php-gdal/Makefile Wed May 10 06:53:09 2017 (r440529) +++ head/graphics/php-gdal/Makefile Wed May 10 06:53:15 2017 (r440530) @@ -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}/ Modified: head/graphics/php-gdal/distinfo ============================================================================== --- head/graphics/php-gdal/distinfo Wed May 10 06:53:09 2017 (r440529) +++ head/graphics/php-gdal/distinfo Wed May 10 06:53:15 2017 (r440530) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705100653.v4A6rFPx094974>