From owner-svn-ports-all@freebsd.org Wed May 10 06:53:16 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DFEB9D660D4; Wed, 10 May 2017 06:53:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 94DD71D8; Wed, 10 May 2017 06:53:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4A6rFIO094976; Wed, 10 May 2017 06:53:15 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4A6rFPx094974; Wed, 10 May 2017 06:53:15 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705100653.v4A6rFPx094974@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 10 May 2017 06:53:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440530 - head/graphics/php-gdal X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 May 2017 06:53:17 -0000 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