diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-09-25 03:02:56 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-09-25 03:02:56 +0800 |
commit | 02abc557613d8ba6094d2e2e395ee88e6b1c915b (patch) | |
tree | 4d7075c39407ab216d52f68455607ba35951f110 /graphics | |
parent | e1882a6ca7c284b3c28ae903664adc9a885207ca (diff) | |
download | freebsd-ports-gnome-02abc557613d8ba6094d2e2e395ee88e6b1c915b.tar.gz freebsd-ports-gnome-02abc557613d8ba6094d2e2e395ee88e6b1c915b.tar.zst freebsd-ports-gnome-02abc557613d8ba6094d2e2e395ee88e6b1c915b.zip |
- Update to 2.0.1
- Add LICENSE_FILE
Changes: http://trac.osgeo.org/gdal/wiki/Release/2.0.1-News
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ruby-gdal/Makefile | 3 | ||||
-rw-r--r-- | graphics/ruby-gdal/distinfo | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/graphics/ruby-gdal/Makefile b/graphics/ruby-gdal/Makefile index f99b81f93985..2840d75dbd51 100644 --- a/graphics/ruby-gdal/Makefile +++ b/graphics/ruby-gdal/Makefile @@ -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 diff --git a/graphics/ruby-gdal/distinfo b/graphics/ruby-gdal/distinfo index 82af70220193..7fe4eae29b04 100644 --- a/graphics/ruby-gdal/distinfo +++ b/graphics/ruby-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 |