svn commit: r528785 - head/lang/go

Dmitri Goutnik dmgk at freebsd.org
Fri Mar 20 17:21:25 UTC 2020


Hi Julien,

On 20-03-20 15:46:53, Julien Laffaye wrote:
> Author: jlaffaye
> Date: Fri Mar 20 15:46:53 2020
> New Revision: 528785
> URL: https://svnweb.freebsd.org/changeset/ports/528785
> 
> Log:
>   lang/go: update to 1.14.1
> 
> Modified:
>   head/lang/go/Makefile
>   head/lang/go/distinfo
> 
> Modified: head/lang/go/Makefile
> ==============================================================================
> --- head/lang/go/Makefile	Fri Mar 20 15:23:42 2020	(r528784)
> +++ head/lang/go/Makefile	Fri Mar 20 15:46:53 2020	(r528785)
> @@ -2,8 +2,7 @@
>  # $FreeBSD$
>  
>  PORTNAME=	go
> -PORTVERSION=	1.14
> -PORTREVISION=	2
> +PORTVERSION=	1.14.1
>  PORTEPOCH=	1
>  CATEGORIES=	lang
>  MASTER_SITES=	https://golang.org/dl/ \
> @@ -67,7 +66,7 @@ GOARM_armv7=	7
>  .include <bsd.port.pre.mk>
>  
>  .if ${ARCH} == aarch64 && ${OSVERSION} < 1200000
> -IGNORE=	aarch64 support requires FreeBSD 12.0 or newer
> +#IGNORE=	aarch64 support requires FreeBSD 12.0 or newer

Why commenting this out? freebsd/arm64 is supported only on FreeBSD 12.0 or 
later [1]

[1] https://golang.org/doc/go1.14#freebsd

-- 
Dmitri Goutnik
dg at syrec.org / dmgk at FreeBSD.org


More information about the svn-ports-head mailing list