Index: head/sysutils/nomad/Makefile =================================================================== --- head/sysutils/nomad/Makefile (revision 536262) +++ head/sysutils/nomad/Makefile (revision 536263) @@ -1,34 +1,34 @@ # $FreeBSD$ PORTNAME= nomad DISTVERSIONPREFIX= v -DISTVERSION= 0.11.0 +DISTVERSION= 0.11.2 CATEGORIES= sysutils MAINTAINER= jhixson@FreeBSD.org COMMENT= Cluster manager and scheduler LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON= On i386: go compiler crashes: https://github.com/golang/go/issues/23763 USES= go USE_GITHUB= yes GH_ACCOUNT= hashicorp GH_SUBDIR= src/github.com/hashicorp/nomad USE_RC_SUBR= nomad GO_BUILDFLAGS= -tags ui \ -ldflags "-X main.GitDescribe=${DISTVERSIONFULL}" USERS= nomad GROUPS= nomad post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/etc/nomad ${INSTALL_DATA} ${WRKSRC}/dist/client.hcl ${STAGEDIR}${PREFIX}/etc/nomad/client.hcl.sample ${INSTALL_DATA} ${WRKSRC}/dist/server.hcl ${STAGEDIR}${PREFIX}/etc/nomad/server.hcl.sample .include Index: head/sysutils/nomad/distinfo =================================================================== --- head/sysutils/nomad/distinfo (revision 536262) +++ head/sysutils/nomad/distinfo (revision 536263) @@ -1,3 +1,3 @@ -TIMESTAMP = 1586453982 -SHA256 (hashicorp-nomad-v0.11.0_GH0.tar.gz) = 4868a493b83ad833eaf94f7b5552d1ee58aa1a5e9f6a20d86baf7b78b282c307 -SIZE (hashicorp-nomad-v0.11.0_GH0.tar.gz) = 52708805 +TIMESTAMP = 1590199997 +SHA256 (hashicorp-nomad-v0.11.2_GH0.tar.gz) = d0da412d23dfeba313a9824e9cc56c4aeb6180156d540d5a13313c510f6d549b +SIZE (hashicorp-nomad-v0.11.2_GH0.tar.gz) = 53217187 Index: head/sysutils/nomad/files/patch-vendor_github.com_shirou_gopsutil_disk_disk__freebsd.go =================================================================== --- head/sysutils/nomad/files/patch-vendor_github.com_shirou_gopsutil_disk_disk__freebsd.go (nonexistent) +++ head/sysutils/nomad/files/patch-vendor_github.com_shirou_gopsutil_disk_disk__freebsd.go (revision 536263) @@ -0,0 +1,22 @@ +--- vendor/github.com/shirou/gopsutil/disk/disk_freebsd.go.orig 2020-05-14 21:25:30 UTC ++++ vendor/github.com/shirou/gopsutil/disk/disk_freebsd.go +@@ -84,9 +84,9 @@ func PartitionsWithContext(ctx context.Context, all bo + } + + d := PartitionStat{ +- Device: common.IntToString(stat.Mntfromname[:]), +- Mountpoint: common.IntToString(stat.Mntonname[:]), +- Fstype: common.IntToString(stat.Fstypename[:]), ++ Device: common.ByteToString(stat.Mntfromname[:]), ++ Mountpoint: common.ByteToString(stat.Mntonname[:]), ++ Fstype: common.ByteToString(stat.Fstypename[:]), + Opts: opts, + } + if all == false { +@@ -170,5 +170,5 @@ func parseDevstat(buf []byte) (Devstat, error) { + } + + func getFsType(stat unix.Statfs_t) string { +- return common.IntToString(stat.Fstypename[:]) ++ return common.ByteToString(stat.Fstypename[:]) + } Property changes on: head/sysutils/nomad/files/patch-vendor_github.com_shirou_gopsutil_disk_disk__freebsd.go ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property