diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-07-10 00:05:34 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-07-10 00:05:34 +0800 |
commit | 2e09e988cc422d0d3351beba21b83152b4735126 (patch) | |
tree | 6a22cf9697ca6587c519ed48a6801d5b0ed735a2 /graphics | |
parent | 9e052bff51890d1416a06ce542e2102c02360631 (diff) | |
download | freebsd-ports-gnome-2e09e988cc422d0d3351beba21b83152b4735126.tar.gz freebsd-ports-gnome-2e09e988cc422d0d3351beba21b83152b4735126.tar.zst freebsd-ports-gnome-2e09e988cc422d0d3351beba21b83152b4735126.zip |
- Update to 2.0.0
- Fix MASTER_SITES
- Mark IGNORE
Changes: http://trac.osgeo.org/gdal/wiki/Release/2.0.0-News
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ruby-gdal/Makefile | 9 | ||||
-rw-r--r-- | graphics/ruby-gdal/distinfo | 4 |
2 files changed, 7 insertions, 6 deletions
diff --git a/graphics/ruby-gdal/Makefile b/graphics/ruby-gdal/Makefile index 0d381bef7420..f99b81f93985 100644 --- a/graphics/ruby-gdal/Makefile +++ b/graphics/ruby-gdal/Makefile @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= gdal -PORTVERSION= 1.11.2 -PORTREVISION= 2 +PORTVERSION= 2.0.0 CATEGORIES= graphics ruby -MASTER_SITES= http://download.osgeo.org/gdal/ \ - ftp://ftp.remotesensing.org/pub/gdal/ \ +MASTER_SITES= http://download.osgeo.org/gdal/${PORTVERSION}/ \ + ftp://ftp.remotesensing.org/pub/gdal/${PORTVERSION}/ \ LOCAL/sunpoet PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -18,6 +17,8 @@ LICENSE= MIT BUILD_DEPENDS= ${LOCALBASE}/bin/swig3.0:${PORTSDIR}/devel/swig30 LIB_DEPENDS= libgdal.so:${PORTSDIR}/graphics/gdal +IGNORE= disabled by upstream (https://trac.osgeo.org/gdal/changeset/28756) + MAKE_ARGS= USER_DEFS=-fPIC MAKEFILE= GNUmakefile USE_RUBY= yes diff --git a/graphics/ruby-gdal/distinfo b/graphics/ruby-gdal/distinfo index 00c748da5c1c..82af70220193 100644 --- a/graphics/ruby-gdal/distinfo +++ b/graphics/ruby-gdal/distinfo @@ -1,2 +1,2 @@ -SHA256 (gdal-1.11.2.tar.xz) = b7a18956dde45d636330d558a3a804684565f9356b517ddec223462f2430075f -SIZE (gdal-1.11.2.tar.xz) = 6473004 +SHA256 (gdal-2.0.0.tar.xz) = 91704fafeea2349c5e268dc1e2d03921b3aae64b05ee01d59fdfc1a6b0ffc061 +SIZE (gdal-2.0.0.tar.xz) = 6967656 |