Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Apr 2013 13:29:49 +0000 (UTC)
From:      Ryan Steinmetz <zi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r315674 - head/devel/rubygem-celluloid
Message-ID:  <201304021329.r32DTnuY002965@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zi
Date: Tue Apr  2 13:29:49 2013
New Revision: 315674
URL: http://svnweb.freebsd.org/changeset/ports/315674

Log:
  - RUBY_VER is not sufficient to require ruby 1.9, mark BROKEN under ruby 1.8
  Approved by:	portmgr (bapt)

Modified:
  head/devel/rubygem-celluloid/Makefile

Modified: head/devel/rubygem-celluloid/Makefile
==============================================================================
--- head/devel/rubygem-celluloid/Makefile	Tue Apr  2 13:23:04 2013	(r315673)
+++ head/devel/rubygem-celluloid/Makefile	Tue Apr  2 13:29:49 2013	(r315674)
@@ -13,8 +13,13 @@ RUN_DEPENDS=	rubygem-timers>=1.0.0:${POR
     		rubygem-facter>=1.6.12:${PORTSDIR}/sysutils/rubygem-facter
 
 USE_RUBY=	yes
-RUBY_VER=	1.9
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${RUBY_VER} == 1.8
+BROKEN=		does not build with ruby ${RUBY_VER}
+.endif
+
+.include <bsd.port.post.mk>



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