Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Sep 2015 19:02:35 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r397709 - head/graphics/gdal
Message-ID:  <201509241902.t8OJ2ZfF085175@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Sep 24 19:02:35 2015
New Revision: 397709
URL: https://svnweb.freebsd.org/changeset/ports/397709

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

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

Modified: head/graphics/gdal/Makefile
==============================================================================
--- head/graphics/gdal/Makefile	Thu Sep 24 18:58:14 2015	(r397708)
+++ head/graphics/gdal/Makefile	Thu Sep 24 19:02:35 2015	(r397709)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gdal
-PORTVERSION=	2.0.0
-PORTREVISION=	2
+PORTVERSION=	2.0.1
 CATEGORIES=	graphics geography
 MASTER_SITES=	http://download.osgeo.org/gdal/${PORTVERSION}/ \
 		ftp://ftp.remotesensing.org/pub/gdal/${PORTVERSION}/ \
@@ -13,6 +12,7 @@ MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Translator library for raster geospatial data formats
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.TXT
 
 LIB_DEPENDS=	libgeotiff.so:${PORTSDIR}/graphics/libgeotiff \
 		libgif.so:${PORTSDIR}/graphics/giflib \

Modified: head/graphics/gdal/distinfo
==============================================================================
--- head/graphics/gdal/distinfo	Thu Sep 24 18:58:14 2015	(r397708)
+++ head/graphics/gdal/distinfo	Thu Sep 24 19:02:35 2015	(r397709)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509241902.t8OJ2ZfF085175>