devel/dep: Unbreak on aarch64, take maintainership

http://thunderx1.nyi.freebsd.org/data/head-arm64-default/p520537_s355573/logs/errors/dep-0.5.4.log

# github.com/golang/dep/vendor/golang.org/x/sys/unix
vendor/golang.org/x/sys/unix/cap_freebsd.go:18:23: undefined: CAP_RIGHTS_VERSION_00
vendor/golang.org/x/sys/unix/cap_freebsd.go:19:23: undefined: CAP_RIGHTS_VERSION_00
vendor/golang.org/x/sys/unix/cap_freebsd.go:46:21: undefined: CapRights
vendor/golang.org/x/sys/unix/cap_freebsd.go:50:24: undefined: CapRights
vendor/golang.org/x/sys/unix/cap_freebsd.go:55:27: undefined: CapRights
vendor/golang.org/x/sys/unix/cap_freebsd.go:90:29: undefined: CapRights
vendor/golang.org/x/sys/unix/syscall_unix_gc.go:12:6: missing function body
vendor/golang.org/x/sys/unix/syscall_unix_gc.go:13:6: missing function body
vendor/golang.org/x/sys/unix/syscall_unix_gc.go:14:6: missing function body
vendor/golang.org/x/sys/unix/syscall_unix_gc.go:15:6: missing function body

- Unbreak by updating golang.org/x/sys to 33540a1f6037 which brings in
  necessary freebsd/arm64 bits.
- Take maintainership.
This commit is contained in:
Dmitri Goutnik 2019-12-27 13:51:42 +00:00
parent c5fe34636c
commit d539708804
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=520990
2 changed files with 10 additions and 3 deletions

View File

@ -3,9 +3,14 @@
PORTNAME= dep
DISTVERSIONPREFIX= v
DISTVERSION= 0.5.4
PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= ports@FreeBSD.org
# https://github.com/golang/dep/pull/2228
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
PATCHFILES= 6d3cf343515fe34645284b75819bed3de5ea930e.patch:-p1
MAINTAINER= dmgk@FreeBSD.org
COMMENT= Prototype dependency management tool for Go
LICENSE= BSD3CLAUSE
@ -17,7 +22,7 @@ USE_GITHUB= yes
GH_ACCOUNT= golang
GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME}
GO_TARGET= ${GO_PKGNAME}/cmd/dep
GO_TARGET= ./cmd/dep
PLIST_FILES= bin/dep

View File

@ -1,3 +1,5 @@
TIMESTAMP = 1575320217
TIMESTAMP = 1577447961
SHA256 (golang-dep-v0.5.4_GH0.tar.gz) = 929c8f759838f98323211ba408a831ea80d93b75beda8584b6d950f393a3298a
SIZE (golang-dep-v0.5.4_GH0.tar.gz) = 3973452
SHA256 (6d3cf343515fe34645284b75819bed3de5ea930e.patch) = 8f14cc0349743c2de8894fc35cba88a804dfbbfc0f101c18a1e2b09e42582722
SIZE (6d3cf343515fe34645284b75819bed3de5ea930e.patch) = 5541303