On Saturday 24 September 2016 14:15:35 Steve Mynott wrote:
> Update go from 1.7.0 to 1.7.1
> 
> go1.7.1 (released 2016/09/07) includes fixes to the compiler, runtime,
> documentation, and the compress/flate, hash/crc32, io, net, net/http,
> path/filepath, reflect, and syscall packages.
> 
> https://golang.org/doc/devel/release.html#go1.7.minor

Thanks for sending this - I had already made a start on it, however had not 
gotten to complete the update.

Some feedback for future reference:

- If you are bumping the version number the REVISION (if any) can be removed.

- The PLIST will often change between releases - `make PLIST` will generate 
the updated PLIST, however with lang/go you want to usually run it on 
OpenBSD/i386 to avoid unintended changes.

- How was the update tested? Did you run `make regress` and if so, on what 
architectures?

> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/lang/go/Makefile,v
> retrieving revision 1.38
> diff -u -p -r1.38 Makefile
> --- Makefile  21 Aug 2016 14:08:25 -0000      1.38
> +++ Makefile  22 Sep 2016 15:29:52 -0000
> @@ -5,7 +5,7 @@ ONLY_FOR_ARCHS =      ${GO_ARCHS}
>  COMMENT =            Go programming language
> 
>  REVISION =           0
> -VERSION =            1.7
> +VERSION =            1.7.1
>  EXTRACT_SUFX =               .src.tar.gz
>  DISTNAME =           go${VERSION}
>  PKGNAME =            go-${VERSION}
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/lang/go/distinfo,v
> retrieving revision 1.20
> diff -u -p -r1.20 distinfo
> --- distinfo  18 Aug 2016 17:23:03 -0000      1.20
> +++ distinfo  22 Sep 2016 15:46:09 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (go1.7.src.tar.gz) = cmgMFroIkfzyzPRtD4CeTs9Hu/iJ9diEzLVMXpoX4cA=
> -SIZE (go1.7.src.tar.gz) = 14091954
> +SHA256 (go1.7.1.src.tar.gz) = K4Q/EzuBt5lfJtDLZLvbudBwS5DETfRfhE0oiBrUQtM=
> +SIZE (go1.7.1.src.tar.gz) = 14098889

Reply via email to