diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-09-25 03:02:51 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-09-25 03:02:51 +0800 |
commit | e1882a6ca7c284b3c28ae903664adc9a885207ca (patch) | |
tree | 47a31cf5e30c76d8699e3e171abde193993e3936 | |
parent | 13516a007e008ab0402283ac32d90bfa2841916a (diff) | |
download | freebsd-ports-gnome-e1882a6ca7c284b3c28ae903664adc9a885207ca.tar.gz freebsd-ports-gnome-e1882a6ca7c284b3c28ae903664adc9a885207ca.tar.zst freebsd-ports-gnome-e1882a6ca7c284b3c28ae903664adc9a885207ca.zip |
- Update to 2.0.1
- Add LICENSE_FILE
Changes: http://trac.osgeo.org/gdal/wiki/Release/2.0.1-News
-rw-r--r-- | graphics/py-gdal/Makefile | 4 | ||||
-rw-r--r-- | graphics/py-gdal/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/py-gdal/Makefile b/graphics/py-gdal/Makefile index 376d49335a40..64e768771d7a 100644 --- a/graphics/py-gdal/Makefile +++ b/graphics/py-gdal/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gdal -PORTVERSION= 2.0.0 -PORTREVISION= 1 +PORTVERSION= 2.0.1 CATEGORIES= graphics python MASTER_SITES= http://download.osgeo.org/gdal/${PORTVERSION}/ \ ftp://ftp.remotesensing.org/pub/gdal/${PORTVERSION}/ \ @@ -14,6 +13,7 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python binding for GDAL LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/../../LICENSE.TXT LIB_DEPENDS= libgdal.so:${PORTSDIR}/graphics/gdal diff --git a/graphics/py-gdal/distinfo b/graphics/py-gdal/distinfo index 82af70220193..7fe4eae29b04 100644 --- a/graphics/py-gdal/distinfo +++ b/graphics/py-gdal/distinfo @@ -1,2 +1,2 @@ -SHA256 (gdal-2.0.0.tar.xz) = 91704fafeea2349c5e268dc1e2d03921b3aae64b05ee01d59fdfc1a6b0ffc061 -SIZE (gdal-2.0.0.tar.xz) = 6967656 +SHA256 (gdal-2.0.1.tar.xz) = 2564c91ed8ed36274ee31002a25798f5babc4221e879cb5013867733d80f9920 +SIZE (gdal-2.0.1.tar.xz) = 6975872 |