From owner-svn-ports-all@freebsd.org Sat Jun 27 21:03:04 2015 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 12A1298D5FF; Sat, 27 Jun 2015 21:03:04 +0000 (UTC) (envelope-from tijl@FreeBSD.org) 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 EFA931058; Sat, 27 Jun 2015 21:03:03 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5RL332g093461; Sat, 27 Jun 2015 21:03:03 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5RL332P093460; Sat, 27 Jun 2015 21:03:03 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201506272103.t5RL332P093460@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Sat, 27 Jun 2015 21:03:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390733 - head/devel/ruby-build 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.20 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: Sat, 27 Jun 2015 21:03:04 -0000 Author: tijl Date: Sat Jun 27 21:03:03 2015 New Revision: 390733 URL: https://svnweb.freebsd.org/changeset/ports/390733 Log: Partially revert r390616 and restore run dependencies on gmake and autoconf. Modified: head/devel/ruby-build/Makefile Modified: head/devel/ruby-build/Makefile ============================================================================== --- head/devel/ruby-build/Makefile Sat Jun 27 20:58:08 2015 (r390732) +++ head/devel/ruby-build/Makefile Sat Jun 27 21:03:03 2015 (r390733) @@ -3,6 +3,7 @@ PORTNAME= ruby-build PORTVERSION= 20150519 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= devel ruby MAINTAINER= meta+ports@vmeta.jp @@ -11,10 +12,9 @@ COMMENT= Compile and install different r LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= curl:${PORTSDIR}/ftp/curl - -USES= gmake -USE_AUTOTOOL= autoconf +RUN_DEPENDS= autoconf>0:${PORTSDIR}/devel/autoconf \ + curl:${PORTSDIR}/ftp/curl \ + gmake:${PORTSDIR}/devel/gmake OPTIONS_DEFINE= RBENV RBENV_DESC= Install rbenv for installation support