From owner-svn-ports-all@freebsd.org Thu May 5 00:00:17 2016 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 5B3FBB2DFED; Thu, 5 May 2016 00:00:17 +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 13E091C0F; Thu, 5 May 2016 00:00:17 +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 u4500GgZ079552; Thu, 5 May 2016 00:00:16 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4500GJO079549; Thu, 5 May 2016 00:00:16 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605050000.u4500GJO079549@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 5 May 2016 00:00:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414617 - 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.22 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: Thu, 05 May 2016 00:00:17 -0000 Author: sunpoet Date: Thu May 5 00:00:15 2016 New Revision: 414617 URL: https://svnweb.freebsd.org/changeset/ports/414617 Log: - Update to 2.1.0 Changes: http://trac.osgeo.org/gdal/wiki/Release/2.1.0-News Modified: head/graphics/php-gdal/Makefile head/graphics/php-gdal/distinfo head/graphics/php-gdal/pkg-plist Modified: head/graphics/php-gdal/Makefile ============================================================================== --- head/graphics/php-gdal/Makefile Thu May 5 00:00:11 2016 (r414616) +++ head/graphics/php-gdal/Makefile Thu May 5 00:00:15 2016 (r414617) @@ -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 Modified: head/graphics/php-gdal/distinfo ============================================================================== --- head/graphics/php-gdal/distinfo Thu May 5 00:00:11 2016 (r414616) +++ head/graphics/php-gdal/distinfo Thu May 5 00:00:15 2016 (r414617) @@ -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 Modified: head/graphics/php-gdal/pkg-plist ============================================================================== --- head/graphics/php-gdal/pkg-plist Thu May 5 00:00:11 2016 (r414616) +++ head/graphics/php-gdal/pkg-plist Thu May 5 00:00:15 2016 (r414617) @@ -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