Update PLIST for lang/go MAP_STACK change.

The MAP_STACK patches create a new source file, however the PLIST was not
updated to include it.

Found the hard way by abieber@ and nigel@
This commit is contained in:
jsing 2018-04-06 05:56:44 +00:00
parent 501a80cf6e
commit 8ae8d8fb90
2 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.50 2018/04/05 18:38:38 jsing Exp $
# $OpenBSD: Makefile,v 1.51 2018/04/06 05:56:44 jsing Exp $
ONLY_FOR_ARCHS = ${GO_ARCHS}
@ -10,7 +10,7 @@ DISTNAME = go${VERSION}
PKGNAME = go-${VERSION}
PKGSPEC = go-=${VERSION}
CATEGORIES = lang
REVISION = 0
REVISION = 1
HOMEPAGE = https://golang.org/

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.25 2018/03/14 14:14:36 jsing Exp $
@comment $OpenBSD: PLIST,v 1.26 2018/04/06 05:56:44 jsing Exp $
bin/go
bin/gofmt
go/
@ -5358,6 +5358,7 @@ go/src/runtime/mcentral.go
go/src/runtime/mem_bsd.go
go/src/runtime/mem_darwin.go
go/src/runtime/mem_linux.go
go/src/runtime/mem_openbsd.go
go/src/runtime/mem_plan9.go
go/src/runtime/mem_windows.go
go/src/runtime/memclr_386.s