From owner-svn-ports-all@FreeBSD.ORG Sat Apr 26 18:11:13 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7DBFB403; Sat, 26 Apr 2014 18:11:13 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 6B1D01514; Sat, 26 Apr 2014 18:11:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3QIBDbb071011; Sat, 26 Apr 2014 18:11:13 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3QIBCwg071005; Sat, 26 Apr 2014 18:11:12 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201404261811.s3QIBCwg071005@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 26 Apr 2014 18:11:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r352296 - head/graphics/py-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.17 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: Sat, 26 Apr 2014 18:11:13 -0000 Author: sunpoet Date: Sat Apr 26 18:11:12 2014 New Revision: 352296 URL: http://svnweb.freebsd.org/changeset/ports/352296 QAT: https://qat.redports.org/buildarchive/r352296/ Log: - Update to 1.11.0 Changes: http://trac.osgeo.org/gdal/wiki/Release/1.11.0-News Modified: head/graphics/py-gdal/Makefile head/graphics/py-gdal/distinfo head/graphics/py-gdal/pkg-plist Modified: head/graphics/py-gdal/Makefile ============================================================================== --- head/graphics/py-gdal/Makefile Sat Apr 26 18:11:07 2014 (r352295) +++ head/graphics/py-gdal/Makefile Sat Apr 26 18:11:12 2014 (r352296) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gdal -PORTVERSION= 1.10.1 -PORTREVISION= 2 +PORTVERSION= 1.11.0 CATEGORIES= graphics python MASTER_SITES= http://download.osgeo.org/gdal/ \ ftp://ftp.remotesensing.org/pub/gdal/ \ Modified: head/graphics/py-gdal/distinfo ============================================================================== --- head/graphics/py-gdal/distinfo Sat Apr 26 18:11:07 2014 (r352295) +++ head/graphics/py-gdal/distinfo Sat Apr 26 18:11:12 2014 (r352296) @@ -1,2 +1,2 @@ -SHA256 (gdal-1.10.1.tar.gz) = 9984f0314c0bd831eb59fb646c2bc5e13cf1378be4f51499045166cbe62be6ea -SIZE (gdal-1.10.1.tar.gz) = 10241357 +SHA256 (gdal-1.11.0.tar.gz) = 989db33ff411e2c888348e71edec5ad06c74ed68781ebfbc4e85179b9d65aafe +SIZE (gdal-1.11.0.tar.gz) = 10707286 Modified: head/graphics/py-gdal/pkg-plist ============================================================================== --- head/graphics/py-gdal/pkg-plist Sat Apr 26 18:11:07 2014 (r352295) +++ head/graphics/py-gdal/pkg-plist Sat Apr 26 18:11:12 2014 (r352296) @@ -14,6 +14,7 @@ bin/gdal_proximity.py bin/gdal_retile.py bin/gdal_sieve.py bin/gdalchksum.py +bin/gdalcompare.py bin/gdalident.py bin/gdalimport.py bin/gdalmove.py