From owner-svn-ports-head@FreeBSD.ORG Wed Aug 21 03:47:41 2013 Return-Path: Delivered-To: svn-ports-head@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 ESMTP id 8D1BBEEF; Wed, 21 Aug 2013 03:47:41 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6106F2131; Wed, 21 Aug 2013 03:47:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7L3lfle034359; Wed, 21 Aug 2013 03:47:41 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7L3le3j034356; Wed, 21 Aug 2013 03:47:40 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201308210347.r7L3le3j034356@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Wed, 21 Aug 2013 03:47:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325089 - 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-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Aug 2013 03:47:41 -0000 Author: sunpoet Date: Wed Aug 21 03:47:40 2013 New Revision: 325089 URL: http://svnweb.freebsd.org/changeset/ports/325089 Log: - Update to 1.10.0 Changes: http://trac.osgeo.org/gdal/wiki/Release/1.10.0-News Modified: head/graphics/py-gdal/Makefile head/graphics/py-gdal/distinfo head/graphics/py-gdal/pkg-plist (contents, props changed) Modified: head/graphics/py-gdal/Makefile ============================================================================== --- head/graphics/py-gdal/Makefile Wed Aug 21 03:47:17 2013 (r325088) +++ head/graphics/py-gdal/Makefile Wed Aug 21 03:47:40 2013 (r325089) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gdal -PORTVERSION= 1.9.2 +PORTVERSION= 1.10.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 Wed Aug 21 03:47:17 2013 (r325088) +++ head/graphics/py-gdal/distinfo Wed Aug 21 03:47:40 2013 (r325089) @@ -1,2 +1,2 @@ -SHA256 (gdal-1.9.2.tar.gz) = 9f3b9ae968eaa8d06ee5448e5b65e7bfa940e2e345282a29d95275421f36c688 -SIZE (gdal-1.9.2.tar.gz) = 9495381 +SHA256 (gdal-1.10.0.tar.gz) = 1a9ca12bcc3a55f66bcd6654d5ff12eeddb3a26b622dd7c8872febb4f5a97487 +SIZE (gdal-1.10.0.tar.gz) = 10232486 Modified: head/graphics/py-gdal/pkg-plist ============================================================================== --- head/graphics/py-gdal/pkg-plist Wed Aug 21 03:47:17 2013 (r325088) +++ head/graphics/py-gdal/pkg-plist Wed Aug 21 03:47:40 2013 (r325089) @@ -4,7 +4,9 @@ bin/gcps2vec.py bin/gcps2wld.py bin/gdal2tiles.py bin/gdal2xyz.py +bin/gdal_auth.py bin/gdal_calc.py +bin/gdal_edit.py bin/gdal_fillnodata.py bin/gdal_merge.py bin/gdal_polygonize.py @@ -14,6 +16,7 @@ bin/gdal_sieve.py bin/gdalchksum.py bin/gdalident.py bin/gdalimport.py +bin/gdalmove.py bin/mkgraticule.py bin/pct2rgb.py bin/rgb2pct.py