Date: Thu, 10 Jul 2014 17:10:55 +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: r361478 - head/graphics/ruby-gdal Message-ID: <201407101710.s6AHAtCf003167@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Jul 10 17:10:55 2014 New Revision: 361478 URL: http://svnweb.freebsd.org/changeset/ports/361478 QAT: https://qat.redports.org/buildarchive/r361478/ Log: - Use devel/swig30 instead of devel/swig20 Modified: head/graphics/ruby-gdal/Makefile Modified: head/graphics/ruby-gdal/Makefile ============================================================================== --- head/graphics/ruby-gdal/Makefile Thu Jul 10 17:10:14 2014 (r361477) +++ head/graphics/ruby-gdal/Makefile Thu Jul 10 17:10:55 2014 (r361478) @@ -14,7 +14,7 @@ COMMENT= Ruby binding for GDAL LICENSE= MIT -BUILD_DEPENDS= ${LOCALBASE}/bin/swig2.0:${PORTSDIR}/devel/swig20 +BUILD_DEPENDS= ${LOCALBASE}/bin/swig3.0:${PORTSDIR}/devel/swig30 LIB_DEPENDS= libgdal.so:${PORTSDIR}/graphics/gdal LIBTOOLFILES= # empty @@ -26,7 +26,7 @@ USES= gmake WRKSRC= ${WRKDIR}/${DISTNAME}/swig/ruby post-patch: - @${REINPLACE_CMD} -e '/^SWIG = swig/ s|$$|2.0|' ${WRKSRC}/../SWIGmake.base + @${REINPLACE_CMD} -e '/^SWIG = swig/ s|$$|3.0|' ${WRKSRC}/../SWIGmake.base @${REINPLACE_CMD} -e 's|Config::CONFIG|Rb&|g' ${WRKSRC}/RubyMakefile.mk do-configure:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407101710.s6AHAtCf003167>