Index: head/graphics/ruby-gdal/Makefile =================================================================== --- head/graphics/ruby-gdal/Makefile (revision 391661) +++ head/graphics/ruby-gdal/Makefile (revision 391662) @@ -1,40 +1,41 @@ # Created by: Sunpoet Po-Chuan Hsieh # $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} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Ruby binding for GDAL 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 USES= gmake tar:xz WRKSRC= ${WRKDIR}/${DISTNAME}/swig/ruby post-patch: @${REINPLACE_CMD} -e '/^SWIG = swig/ s|$$|3.0|' ${WRKSRC}/../SWIGmake.base @${REINPLACE_CMD} -e 's|Config::CONFIG|Rb&|g' ${WRKSRC}/RubyMakefile.mk # include/cpl_config.h will only exist after graphics/gdal (build dependency) installed pre-configure: @${SED} -e '/^GDAL_ROOT/d' ${DATADIR}/GDALmake.opt > ${WRKSRC}/../../GDALmake.opt @${CP} ${LOCALBASE}/include/cpl_config.h ${WRKSRC}/../../port/ post-install: ${STRIP_CMD} ${STAGEDIR}${RUBY_SITELIBDIR}/${RUBY_ARCH}/gdal/*.so .include Index: head/graphics/ruby-gdal/distinfo =================================================================== --- head/graphics/ruby-gdal/distinfo (revision 391661) +++ head/graphics/ruby-gdal/distinfo (revision 391662) @@ -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