svn commit: r390616 - head/devel/ruby-build

Tijl Coosemans tijl at FreeBSD.org
Fri Jun 26 13:33:08 UTC 2015


On Fri, 26 Jun 2015 05:28:32 +0000 (UTC) "Philip M. Gollucci" <pgollucci at 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 at 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?


More information about the svn-ports-all mailing list