From owner-svn-ports-all@freebsd.org Sat May 23 03:27:19 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C97BD2F6356; Sat, 23 May 2020 03:27:19 +0000 (UTC) (envelope-from jhixson@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49TTLb4xdqz4GWl; Sat, 23 May 2020 03:27:19 +0000 (UTC) (envelope-from jhixson@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8C91E970B; Sat, 23 May 2020 03:27:19 +0000 (UTC) (envelope-from jhixson@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 04N3RJ9K008302; Sat, 23 May 2020 03:27:19 GMT (envelope-from jhixson@FreeBSD.org) Received: (from jhixson@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 04N3RJZ4008299; Sat, 23 May 2020 03:27:19 GMT (envelope-from jhixson@FreeBSD.org) Message-Id: <202005230327.04N3RJZ4008299@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhixson set sender to jhixson@FreeBSD.org using -f From: John Hixson Date: Sat, 23 May 2020 03:27:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r536263 - in head/sysutils/nomad: . files X-SVN-Group: ports-head X-SVN-Commit-Author: jhixson X-SVN-Commit-Paths: in head/sysutils/nomad: . files X-SVN-Commit-Revision: 536263 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 May 2020 03:27:19 -0000 Author: jhixson Date: Sat May 23 03:27:18 2020 New Revision: 536263 URL: https://svnweb.freebsd.org/changeset/ports/536263 Log: sysutils/nomad: update to version 0.11.2 Added: head/sysutils/nomad/files/patch-vendor_github.com_shirou_gopsutil_disk_disk__freebsd.go (contents, props changed) Modified: head/sysutils/nomad/Makefile head/sysutils/nomad/distinfo Modified: head/sysutils/nomad/Makefile ============================================================================== --- head/sysutils/nomad/Makefile Sat May 23 03:26:31 2020 (r536262) +++ head/sysutils/nomad/Makefile Sat May 23 03:27:18 2020 (r536263) @@ -2,7 +2,7 @@ PORTNAME= nomad DISTVERSIONPREFIX= v -DISTVERSION= 0.11.0 +DISTVERSION= 0.11.2 CATEGORIES= sysutils MAINTAINER= jhixson@FreeBSD.org Modified: head/sysutils/nomad/distinfo ============================================================================== --- head/sysutils/nomad/distinfo Sat May 23 03:26:31 2020 (r536262) +++ head/sysutils/nomad/distinfo Sat May 23 03:27:18 2020 (r536263) @@ -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 Added: head/sysutils/nomad/files/patch-vendor_github.com_shirou_gopsutil_disk_disk__freebsd.go ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/nomad/files/patch-vendor_github.com_shirou_gopsutil_disk_disk__freebsd.go Sat May 23 03:27:18 2020 (r536263) @@ -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[:]) + }