svn commit: r361478 - head/graphics/ruby-gdal
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Jul 10 17:10:55 UTC 2014
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:
More information about the svn-ports-all
mailing list