Date: Sun, 28 Apr 2019 01:47:14 +0000 (UTC) From: John Hixson <jhixson@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500274 - in head/sysutils/nomad: . files Message-ID: <201904280147.x3S1lEri047445@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jhixson Date: Sun Apr 28 01:47:14 2019 New Revision: 500274 URL: https://svnweb.freebsd.org/changeset/ports/500274 Log: sysutils/nomad: update to 0.9.0 Approved by: araujo Differential Revision: https://reviews.freebsd.org/D20084 Added: head/sysutils/nomad/files/patch-vendor_github.com_docker_docker_pkg_mount_mountinfo__freebsd.go (contents, props changed) Deleted: head/sysutils/nomad/files/patch-vendor_golang.org_x_crypto_blake2b_blake2bAVX2__amd64.go head/sysutils/nomad/files/patch-vendor_golang.org_x_crypto_blake2b_blake2bAVX2__amd64.s head/sysutils/nomad/files/patch-vendor_golang.org_x_crypto_blake2b_blake2b__amd64.go head/sysutils/nomad/files/patch-vendor_golang.org_x_crypto_blake2b_blake2b__amd64.s head/sysutils/nomad/files/patch-vendor_vendor.json Modified: head/sysutils/nomad/Makefile head/sysutils/nomad/distinfo Modified: head/sysutils/nomad/Makefile ============================================================================== --- head/sysutils/nomad/Makefile Sun Apr 28 00:39:10 2019 (r500273) +++ head/sysutils/nomad/Makefile Sun Apr 28 01:47:14 2019 (r500274) @@ -2,7 +2,7 @@ PORTNAME= nomad DISTVERSIONPREFIX= v -DISTVERSION= 0.8.7 +DISTVERSION= 0.9.0 CATEGORIES= sysutils MAINTAINER= jhixson@FreeBSD.org @@ -11,8 +11,6 @@ COMMENT= Cluster manager and scheduler LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN= fails to build - ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON= On i386: go compiler crashes: https://github.com/golang/go/issues/23763 @@ -20,17 +18,12 @@ BUILD_DEPENDS= go:lang/go USES= compiler USE_GITHUB= yes -GH_ACCOUNT= hashicorp golang:sys -GH_PROJECT= sys:sys -GH_TAGNAME= fa43e7bc11b:sys +GH_ACCOUNT= hashicorp GH_SUBDIR= src/github.com/hashicorp/nomad USE_RC_SUBR= nomad USERS= nomad GROUPS= nomad - -post-patch: - ${MV} ${WRKSRC_sys}/cpu ${WRKSRC}/vendor/golang.org/x/sys do-build: @cd ${WRKSRC}/src/github.com/hashicorp/nomad && \ Modified: head/sysutils/nomad/distinfo ============================================================================== --- head/sysutils/nomad/distinfo Sun Apr 28 00:39:10 2019 (r500273) +++ head/sysutils/nomad/distinfo Sun Apr 28 01:47:14 2019 (r500274) @@ -1,5 +1,5 @@ -TIMESTAMP = 1548448653 -SHA256 (hashicorp-nomad-v0.8.7_GH0.tar.gz) = f74eac627de69190e586358b1956573a0ae1a40d0755ecdee163016949f9c7fe -SIZE (hashicorp-nomad-v0.8.7_GH0.tar.gz) = 69782860 +TIMESTAMP = 1556410895 +SHA256 (hashicorp-nomad-v0.9.0_GH0.tar.gz) = fb6a0afd6895540dd5e18c878421c39e2a2759e90af8eb771c84802d082475df +SIZE (hashicorp-nomad-v0.9.0_GH0.tar.gz) = 31846577 SHA256 (golang-sys-fa43e7bc11b_GH0.tar.gz) = 085dd1dbc2865751cea75649dd59608bd0d0873ae852fda587b7d089734266f9 SIZE (golang-sys-fa43e7bc11b_GH0.tar.gz) = 1093021 Added: head/sysutils/nomad/files/patch-vendor_github.com_docker_docker_pkg_mount_mountinfo__freebsd.go ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/nomad/files/patch-vendor_github.com_docker_docker_pkg_mount_mountinfo__freebsd.go Sun Apr 28 01:47:14 2019 (r500274) @@ -0,0 +1,11 @@ +--- vendor/github.com/docker/docker/pkg/mount/mountinfo_freebsd.go.orig 2019-04-09 15:51:37 UTC ++++ vendor/github.com/docker/docker/pkg/mount/mountinfo_freebsd.go +@@ -37,7 +37,7 @@ func parseMountTable(filter FilterFunc) ([]*Info, erro + + if filter != nil { + // filter out entries we're not interested in +- skip, stop = filter(p) ++ //skip, stop = filter(p) + if skip { + continue + }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904280147.x3S1lEri047445>