Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Jun 2015 15:31:54 +0200
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        "Philip M. Gollucci" <pgollucci@FreeBSD.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r390616 - head/devel/ruby-build
Message-ID:  <20150626153154.7e102ed0@kalimero.tijl.coosemans.org>
In-Reply-To: <201506260528.t5Q5SW3Z080985@svn.freebsd.org>
References:  <201506260528.t5Q5SW3Z080985@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 26 Jun 2015 05:28:32 +0000 (UTC) "Philip M. Gollucci" <pgollucci@FreeBSD.org> wrote:
> Author: pgollucci
> Date: Fri Jun 26 05:28:31 2015
> New Revision: 390616
> URL: https://svnweb.freebsd.org/changeset/ports/390616
> 
> Log:
>   Update devel/ruby-build 20150506 -> 20150519
>   
>   Convert to USE_AUTOOL
>   USES+= gmake
>   set NO_Arch
>   
>   PR:           200962 (with mods)
>   Submitted by: meta+ports@vmeta.jp (maintainer)
> 
> Modified:
>   head/devel/ruby-build/Makefile
>   head/devel/ruby-build/distinfo
> 
> Modified: head/devel/ruby-build/Makefile
> ==============================================================================
> --- head/devel/ruby-build/Makefile	Fri Jun 26 04:35:45 2015	(r390615)
> +++ head/devel/ruby-build/Makefile	Fri Jun 26 05:28:31 2015	(r390616)
> @@ -1,7 +1,7 @@
>  # $FreeBSD$
>  
>  PORTNAME=	ruby-build
> -PORTVERSION=	20150506
> +PORTVERSION=	20150519
>  DISTVERSIONPREFIX=	v
>  CATEGORIES=	devel ruby
>  
> @@ -11,9 +11,10 @@ COMMENT=	Compile and install different r
>  LICENSE=	MIT
>  LICENSE_FILE=	${WRKSRC}/LICENSE
>  
> -RUN_DEPENDS=	autoconf>0:${PORTSDIR}/devel/autoconf \
> -		curl:${PORTSDIR}/ftp/curl \
> -		gmake:${PORTSDIR}/devel/gmake
> +RUN_DEPENDS=	curl:${PORTSDIR}/ftp/curl
> +
> +USES=	gmake
> +USE_AUTOTOOL=	autoconf

This changes autoconf and gmake from RUN_DEPENDS to BUILD_DEPENDS.
Is that intentional?



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20150626153154.7e102ed0>