diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-02-20 05:16:23 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-02-20 05:16:23 +0800 |
commit | 447cd67bb7d718cdc26193444c6fc7eec816af44 (patch) | |
tree | 1033cc97f2b1e671d736b1af576a803fc5e17afc /graphics/gdal/Makefile | |
parent | 9b5912697bbecc4bbf2a944dd776f4f08f79d6d6 (diff) | |
download | freebsd-ports-graphics-447cd67bb7d718cdc26193444c6fc7eec816af44.tar.gz freebsd-ports-graphics-447cd67bb7d718cdc26193444c6fc7eec816af44.tar.zst freebsd-ports-graphics-447cd67bb7d718cdc26193444c6fc7eec816af44.zip |
- Update to 1.11.2
Changes: http://trac.osgeo.org/gdal/wiki/Release/1.11.2-News
Diffstat (limited to 'graphics/gdal/Makefile')
-rw-r--r-- | graphics/gdal/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile index 38a955d79c3..f97650809af 100644 --- a/graphics/gdal/Makefile +++ b/graphics/gdal/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gdal -PORTVERSION= 1.11.1 -PORTREVISION= 6 +PORTVERSION= 1.11.2 CATEGORIES= graphics geography MASTER_SITES= http://download.osgeo.org/gdal/${PORTVERSION}/ \ ftp://ftp.remotesensing.org/pub/gdal/${PORTVERSION}/ \ |