From owner-svn-ports-all@freebsd.org Wed Apr 27 23:20:36 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 18B8DB1FD91; Wed, 27 Apr 2016 23:20:36 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 D3F931BDC; Wed, 27 Apr 2016 23:20:35 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u3RNKZmD079211; Wed, 27 Apr 2016 23:20:35 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3RNKZ2F079210; Wed, 27 Apr 2016 23:20:35 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201604272320.u3RNKZ2F079210@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 27 Apr 2016 23:20:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414147 - head/math/rubygem-numru-misc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Apr 2016 23:20:36 -0000 Author: swills Date: Wed Apr 27 23:20:34 2016 New Revision: 414147 URL: https://svnweb.freebsd.org/changeset/ports/414147 Log: math/rubygem-numru-misc: remove unneeded USE_RAKE Modified: head/math/rubygem-numru-misc/Makefile Modified: head/math/rubygem-numru-misc/Makefile ============================================================================== --- head/math/rubygem-numru-misc/Makefile Wed Apr 27 22:47:22 2016 (r414146) +++ head/math/rubygem-numru-misc/Makefile Wed Apr 27 23:20:34 2016 (r414147) @@ -13,7 +13,6 @@ RUN_DEPENDS= rubygem-narray>0:math/rubyg rubygem-narray_miss>0:math/rubygem-narray_miss USE_RUBY= yes -USE_RAKE= yes USES= gem .include