svn commit: r397713 - head/graphics/ruby-gdal
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Sep 24 19:02:57 UTC 2015
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 at 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
More information about the svn-ports-head
mailing list