svn commit: r372480 - head/archivers/ruby-lha
Steve Wills
swills at FreeBSD.org
Wed Nov 12 03:32:27 UTC 2014
Author: swills
Date: Wed Nov 12 03:32:27 2014
New Revision: 372480
URL: https://svnweb.freebsd.org/changeset/ports/372480
QAT: https://qat.redports.org/buildarchive/r372480/
Log:
archivers/ruby-lha: Fix version comparison
Modified:
head/archivers/ruby-lha/Makefile
Modified: head/archivers/ruby-lha/Makefile
==============================================================================
--- head/archivers/ruby-lha/Makefile Wed Nov 12 03:24:58 2014 (r372479)
+++ head/archivers/ruby-lha/Makefile Wed Nov 12 03:32:27 2014 (r372480)
@@ -31,7 +31,7 @@ post-install:
.include <bsd.port.pre.mk>
-.if ${RUBY_VER} >= 1.9
+.if ${RUBY_VER} >= 2.0
BROKEN= Does not build with Ruby 2.0 or Ruby 2.1
.endif
More information about the svn-ports-all
mailing list