svn commit: r315674 - head/devel/rubygem-celluloid

Ryan Steinmetz zi at FreeBSD.org
Tue Apr 2 13:29:49 UTC 2013


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>


More information about the svn-ports-head mailing list