From owner-svn-ports-head@FreeBSD.ORG Wed Nov 12 03:32:27 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D331599C; Wed, 12 Nov 2014 03:32:27 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C0C18C6B; Wed, 12 Nov 2014 03:32:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sAC3WR66098216; Wed, 12 Nov 2014 03:32:27 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sAC3WRqb098215; Wed, 12 Nov 2014 03:32:27 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201411120332.sAC3WRqb098215@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 12 Nov 2014 03:32:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372480 - head/archivers/ruby-lha X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Nov 2014 03:32:27 -0000 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 -.if ${RUBY_VER} >= 1.9 +.if ${RUBY_VER} >= 2.0 BROKEN= Does not build with Ruby 2.0 or Ruby 2.1 .endif