diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-08-21 11:47:40 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-08-21 11:47:40 +0800 |
commit | 25a8c0cd09d0614183a20cd277f21fef059f2e31 (patch) | |
tree | 0cd89988f765db26f2f3bce71aca75863006dbdc /graphics | |
parent | 81b2c43565b5edcf784723f71bc22122a56a7eb8 (diff) | |
download | freebsd-ports-gnome-25a8c0cd09d0614183a20cd277f21fef059f2e31.tar.gz freebsd-ports-gnome-25a8c0cd09d0614183a20cd277f21fef059f2e31.tar.zst freebsd-ports-gnome-25a8c0cd09d0614183a20cd277f21fef059f2e31.zip |
- Update to 1.10.0
Changes: http://trac.osgeo.org/gdal/wiki/Release/1.10.0-News
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/py-gdal/Makefile | 2 | ||||
-rw-r--r-- | graphics/py-gdal/distinfo | 4 | ||||
-rw-r--r-- | graphics/py-gdal/pkg-plist | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/graphics/py-gdal/Makefile b/graphics/py-gdal/Makefile index d4078a49172c..84a0e98bac30 100644 --- a/graphics/py-gdal/Makefile +++ b/graphics/py-gdal/Makefile @@ -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/ \ diff --git a/graphics/py-gdal/distinfo b/graphics/py-gdal/distinfo index b73eaf8d2a3d..39773468242e 100644 --- a/graphics/py-gdal/distinfo +++ b/graphics/py-gdal/distinfo @@ -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 diff --git a/graphics/py-gdal/pkg-plist b/graphics/py-gdal/pkg-plist index fa57bcc122f3..ba86b0aeffa5 100644 --- a/graphics/py-gdal/pkg-plist +++ b/graphics/py-gdal/pkg-plist @@ -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 |