Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Sep 2015 19:02:57 +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: r397713 - head/graphics/ruby-gdal
Message-ID:  <201509241902.t8OJ2vI8085659@repo.freebsd.org>

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

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

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

Modified: head/graphics/ruby-gdal/Makefile
==============================================================================
--- head/graphics/ruby-gdal/Makefile	Thu Sep 24 19:02:51 2015	(r397712)
+++ head/graphics/ruby-gdal/Makefile	Thu Sep 24 19:02:56 2015	(r397713)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gdal
-PORTVERSION=	2.0.0
+PORTVERSION=	2.0.1
 CATEGORIES=	graphics ruby
 MASTER_SITES=	http://download.osgeo.org/gdal/${PORTVERSION}/ \
 		ftp://ftp.remotesensing.org/pub/gdal/${PORTVERSION}/ \
@@ -13,6 +13,7 @@ MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Ruby binding for GDAL
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/../../LICENSE.TXT
 
 BUILD_DEPENDS=	${LOCALBASE}/bin/swig3.0:${PORTSDIR}/devel/swig30
 LIB_DEPENDS=	libgdal.so:${PORTSDIR}/graphics/gdal

Modified: head/graphics/ruby-gdal/distinfo
==============================================================================
--- head/graphics/ruby-gdal/distinfo	Thu Sep 24 19:02:51 2015	(r397712)
+++ head/graphics/ruby-gdal/distinfo	Thu Sep 24 19:02:56 2015	(r397713)
@@ -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.t8OJ2vI8085659>