svn commit: r349577 - head/devel/rubygem-byebug

Steve Wills swills at FreeBSD.org
Sat Mar 29 17:45:44 UTC 2014


Author: swills
Date: Sat Mar 29 17:45:44 2014
New Revision: 349577
URL: http://svnweb.freebsd.org/changeset/ports/349577
QAT: https://qat.redports.org/buildarchive/r349577/

Log:
  - IGNORE instead of BROKEN with Ruby 1.9

Modified:
  head/devel/rubygem-byebug/Makefile

Modified: head/devel/rubygem-byebug/Makefile
==============================================================================
--- head/devel/rubygem-byebug/Makefile	Sat Mar 29 17:40:02 2014	(r349576)
+++ head/devel/rubygem-byebug/Makefile	Sat Mar 29 17:45:44 2014	(r349577)
@@ -15,11 +15,15 @@ RUN_DEPENDS=	rubygem-columnize>=0.3:${PO
 		rubygem-debugger-linecache>=1.2:${PORTSDIR}/devel/rubygem-debugger-linecache
 
 USE_RUBY=	yes
-RUBY_REQUIRE=	Ruby >= 200
-
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
 PLIST_FILES=	bin/byebug
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${RUBY_VER} == 1.9
+IGNORE=		Requires Ruby 2.0 or newer
+.endif
+
+.include <bsd.port.post.mk>


More information about the svn-ports-head mailing list