Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jul 2019 07:14:19 -0500
From:      Dmitri Goutnik <dg@syrec.org>
To:        Julien Laffaye <jlaffaye@freebsd.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r506405 - head/lang/go14
Message-ID:  <20190711121419.GA6308@xombo.localdomain>
In-Reply-To: <201907110955.x6B9tWZe019351@repo.freebsd.org>
References:  <201907110955.x6B9tWZe019351@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 19-07-11 09:55:32, Julien Laffaye wrote:
> Author: jlaffaye
> Date: Thu Jul 11 09:55:32 2019
> New Revision: 506405
> URL: https://svnweb.freebsd.org/changeset/ports/506405
> 
> Log:
>   lang/go14: update to go1.4-bootstrap-20171003
> 
> Modified:
>   head/lang/go14/Makefile
>   head/lang/go14/distinfo
>   head/lang/go14/pkg-plist
> 
> Modified: head/lang/go14/Makefile
> ==============================================================================
> --- head/lang/go14/Makefile	Thu Jul 11 09:44:56 2019	(r506404)
> +++ head/lang/go14/Makefile	Thu Jul 11 09:55:32 2019	(r506405)
> @@ -2,10 +2,10 @@
>  
>  PORTNAME=	go14
>  PORTVERSION=	1.4.3
> -PORTREVISION=	3
> +PORTREVISION=	4
>  CATEGORIES=	lang
> -MASTER_SITES=	http://golang.org/dl/
> -DISTNAME=	go${PORTVERSION}.src
> +MASTER_SITES=	https://dl.google.com/go/
> +DISTNAME=	go1.4-bootstrap-20171003
>  
>  MAINTAINER=	jlaffaye@FreeBSD.org
>  COMMENT=	Go programming language
> 
> Modified: head/lang/go14/distinfo
> ==============================================================================
> --- head/lang/go14/distinfo	Thu Jul 11 09:44:56 2019	(r506404)
> +++ head/lang/go14/distinfo	Thu Jul 11 09:55:32 2019	(r506405)
> @@ -1,2 +1,3 @@
> -SHA256 (go1.4.3.src.tar.gz) = 9947fc705b0b841b5938c48b22dc33e9647ec0752bae66e50278df4f23f64959
> -SIZE (go1.4.3.src.tar.gz) = 10875170
> +TIMESTAMP = 1538596297
> +SHA256 (go1.4-bootstrap-20171003.tar.gz) = f4ff5b5eb3a3cae1c993723f3eab519c5bae18866b5e5f96fe1102f0cb5c3e52
> +SIZE (go1.4-bootstrap-20171003.tar.gz) = 11009739
> 
> Modified: head/lang/go14/pkg-plist
> ==============================================================================
> --- head/lang/go14/pkg-plist	Thu Jul 11 09:44:56 2019	(r506404)
> +++ head/lang/go14/pkg-plist	Thu Jul 11 09:55:32 2019	(r506405)
> @@ -1,3 +1,5 @@
> +go14/.hgignore
> +go14/.hgtags
>  go14/AUTHORS
>  go14/CONTRIBUTORS
>  go14/LICENSE
> @@ -340,9 +342,33 @@ go14/misc/chrome/gophertool/gopher.png
>  go14/misc/chrome/gophertool/manifest.json
>  go14/misc/chrome/gophertool/popup.html
>  go14/misc/chrome/gophertool/popup.js
> +go14/misc/dashboard/codereview/app.yaml
> +go14/misc/dashboard/codereview/cron.yaml
> +go14/misc/dashboard/codereview/dashboard/cl.go
> +go14/misc/dashboard/codereview/dashboard/front.go
> +go14/misc/dashboard/codereview/dashboard/gc.go
> +go14/misc/dashboard/codereview/dashboard/mail.go
> +go14/misc/dashboard/codereview/dashboard/people.go
> +go14/misc/dashboard/codereview/index.yaml
> +go14/misc/dashboard/codereview/queue.yaml
> +go14/misc/dashboard/codereview/static/gopherstamp.jpg
> +go14/misc/dashboard/codereview/static/icon.png
>  go14/misc/editors
>  go14/misc/git/pre-commit
>  go14/misc/linkcheck/linkcheck.go
> +go14/misc/makerelease/darwin/Distribution
> +go14/misc/makerelease/darwin/Resources/bg.png
> +go14/misc/makerelease/darwin/etc/paths.d/go
> +go14/misc/makerelease/darwin/scripts/postinstall
> +go14/misc/makerelease/darwin/scripts/preinstall
> +go14/misc/makerelease/makerelease.go
> +go14/misc/makerelease/windows/LICENSE.rtf
> +go14/misc/makerelease/windows/README.txt
> +go14/misc/makerelease/windows/images/Banner.jpg
> +go14/misc/makerelease/windows/images/Dialog.jpg
> +go14/misc/makerelease/windows/images/DialogLeft.jpg
> +go14/misc/makerelease/windows/images/gopher.ico
> +go14/misc/makerelease/windows/installer.wxs
>  go14/misc/nacl/README
>  go14/misc/nacl/go_nacl_386_exec
>  go14/misc/nacl/go_nacl_amd64p32_exec
> @@ -3080,6 +3106,7 @@ go14/src/syscall/syscall_bsd_test.go
>  go14/src/syscall/syscall_darwin.go
>  go14/src/syscall/syscall_darwin_386.go
>  go14/src/syscall/syscall_darwin_amd64.go
> +go14/src/syscall/syscall_darwin_test.go
>  go14/src/syscall/syscall_dragonfly.go
>  go14/src/syscall/syscall_dragonfly_386.go
>  go14/src/syscall/syscall_dragonfly_amd64.go
> @@ -4020,6 +4047,7 @@ go14/test/fixedbugs/bug488.go
>  go14/test/fixedbugs/bug489.go
>  go14/test/fixedbugs/bug490.go
>  go14/test/fixedbugs/bug491.go
> +go14/test/fixedbugs/issue10135.go
>  go14/test/fixedbugs/issue1304.go
>  go14/test/fixedbugs/issue2615.go
>  go14/test/fixedbugs/issue3552.dir/one.go
> @@ -4312,7 +4340,6 @@ go14/test/fixedbugs/issue9537.dir/b.go
>  go14/test/fixedbugs/issue9537.go
>  go14/test/fixedbugs/issue9604.go
>  go14/test/fixedbugs/issue9634.go
> -go14/test/fixedbugs/issue10135.go
>  go14/test/float_lit.go
>  go14/test/float_lit2.go
>  go14/test/float_lit3.go
> _______________________________________________
> svn-ports-all@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/svn-ports-all
> To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"

This doesn't build in poudriere:

====> Running Q/A tests (stage-qa)
Error: '/bin/bash' is an invalid shebang you need USES=shebangfix for 'go14/misc/makerelease/darwin/scripts/postinstall'
Error: '/bin/bash' is an invalid shebang you need USES=shebangfix for 'go14/misc/makerelease/darwin/scripts/preinstall'

-- Dmitri Goutnik
dg@syrec.org



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