svn commit: r397712 - head/graphics/py-gdal

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Sep 24 19:02:53 UTC 2015


Author: sunpoet
Date: Thu Sep 24 19:02:51 2015
New Revision: 397712
URL: https://svnweb.freebsd.org/changeset/ports/397712

Log:
  - Update to 2.0.1
  - Add LICENSE_FILE
  
  Changes:	http://trac.osgeo.org/gdal/wiki/Release/2.0.1-News

Modified:
  head/graphics/py-gdal/Makefile
  head/graphics/py-gdal/distinfo

Modified: head/graphics/py-gdal/Makefile
==============================================================================
--- head/graphics/py-gdal/Makefile	Thu Sep 24 19:02:46 2015	(r397711)
+++ head/graphics/py-gdal/Makefile	Thu Sep 24 19:02:51 2015	(r397712)
@@ -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 at FreeBSD.org
 COMMENT=	Python binding for GDAL
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/../../LICENSE.TXT
 
 LIB_DEPENDS=	libgdal.so:${PORTSDIR}/graphics/gdal
 

Modified: head/graphics/py-gdal/distinfo
==============================================================================
--- head/graphics/py-gdal/distinfo	Thu Sep 24 19:02:46 2015	(r397711)
+++ head/graphics/py-gdal/distinfo	Thu Sep 24 19:02:51 2015	(r397712)
@@ -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


More information about the svn-ports-head mailing list