Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Jul 2021 10:55:53 GMT
From:      Lewis Cook <lcook@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7bfd2e4e165b - main - sysutils/hostctl: Update to 1.1.0
Message-ID:  <202107281055.16SAtrFq026802@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by lcook:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7bfd2e4e165b7f7ea21eda6b3a7b806117d8a2cd

commit 7bfd2e4e165b7f7ea21eda6b3a7b806117d8a2cd
Author:     Lewis Cook <lcook@FreeBSD.org>
AuthorDate: 2021-07-28 10:55:03 +0000
Commit:     Lewis Cook <lcook@FreeBSD.org>
CommitDate: 2021-07-28 10:55:03 +0000

    sysutils/hostctl: Update to 1.1.0
    
    Changes:        https://github.com/guumaster/hostctl/compare/v1.0.14...v1.1.0
---
 sysutils/hostctl/Makefile |  5 ++---
 sysutils/hostctl/distinfo | 10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/sysutils/hostctl/Makefile b/sysutils/hostctl/Makefile
index 1c0a049a41d4..c649794e787f 100644
--- a/sysutils/hostctl/Makefile
+++ b/sysutils/hostctl/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=	hostctl
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.0.14
-PORTREVISION=	1
+DISTVERSION=	1.1.0
 CATEGORIES=	sysutils
 
 MAINTAINER=	lcook@FreeBSD.org
@@ -16,7 +15,7 @@ GO_MODULE=	github.com/guumaster/${PORTNAME}
 GO_TARGET=	./cmd/${PORTNAME}
 GO_BUILDFLAGS=	-ldflags "\
 		-s -w \
-		-X ${GO_MODULE}/cmd/${GH_PROJECT}/actions.version=${DISTVERSION}"
+		-X ${GO_MODULE}/cmd/${PORTNAME}/actions.version=${DISTVERSION}"
 
 PLIST_FILES=	bin/${PORTNAME}
 PORTDOCS=	CODE_OF_CONDUCT.md CONTRIBUTING.md README.md
diff --git a/sysutils/hostctl/distinfo b/sysutils/hostctl/distinfo
index 6decb06d55cc..be8e837ceef7 100644
--- a/sysutils/hostctl/distinfo
+++ b/sysutils/hostctl/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1620926017
-SHA256 (go/sysutils_hostctl/hostctl-v1.0.14/v1.0.14.mod) = 62d808074b5f20ade6a0a3f0674c7ac038b46a18c19742479d27d7896a1ead58
-SIZE (go/sysutils_hostctl/hostctl-v1.0.14/v1.0.14.mod) = 1051
-SHA256 (go/sysutils_hostctl/hostctl-v1.0.14/v1.0.14.zip) = 7769d1c59c752327f9b7683b6ee7bc73fcc11237a0a975d179e03121308bbe16
-SIZE (go/sysutils_hostctl/hostctl-v1.0.14/v1.0.14.zip) = 329203
+TIMESTAMP = 1627469340
+SHA256 (go/sysutils_hostctl/hostctl-v1.1.0/v1.1.0.mod) = 62d808074b5f20ade6a0a3f0674c7ac038b46a18c19742479d27d7896a1ead58
+SIZE (go/sysutils_hostctl/hostctl-v1.1.0/v1.1.0.mod) = 1051
+SHA256 (go/sysutils_hostctl/hostctl-v1.1.0/v1.1.0.zip) = aa70abc266cf47a083df4593bed37dad0dcfbecb361da82f3b383d39ffb0aac1
+SIZE (go/sysutils_hostctl/hostctl-v1.1.0/v1.1.0.zip) = 330264



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107281055.16SAtrFq026802>