Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Oct 2013 18:08:34 +0000 (UTC)
From:      Thomas Abthorpe <tabthorpe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r330025 - head/biology/libsbml
Message-ID:  <201310101808.r9AI8YuO078799@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tabthorpe
Date: Thu Oct 10 18:08:34 2013
New Revision: 330025
URL: http://svnweb.freebsd.org/changeset/ports/330025

Log:
  - Switch to build with lang/ruby19
  - No PORTREVISION bump, option is off by default
  
  With hat:	portmgr

Modified:
  head/biology/libsbml/Makefile   (contents, props changed)

Modified: head/biology/libsbml/Makefile
==============================================================================
--- head/biology/libsbml/Makefile	Thu Oct 10 18:06:10 2013	(r330024)
+++ head/biology/libsbml/Makefile	Thu Oct 10 18:08:34 2013	(r330025)
@@ -38,7 +38,7 @@ PLIST_SUB+=		WITH_PYTHON="@comment "
 
 .if ${PORT_OPTIONS:MRUBY}
 .include "../../Mk/bsd.ruby.mk"
-BUILD_DEPENDS+=		${LOCALBASE}/bin/ruby:${PORTSDIR}/lang/ruby18
+BUILD_DEPENDS+=		${LOCALBASE}/bin/ruby:${PORTSDIR}/lang/ruby19
 CONFIGURE_ARGS+=	--with-ruby
 PLIST_SUB+=		WITH_RUBY=""
 .else



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310101808.r9AI8YuO078799>