aboutsummaryrefslogtreecommitdiffstats
path: root/net/go-cs
diff options
context:
space:
mode:
authorrobak <robak@FreeBSD.org>2015-04-25 22:17:15 +0800
committerrobak <robak@FreeBSD.org>2015-04-25 22:17:15 +0800
commit2b03a08c0fb6d390b9aedb1bbda1446186a8c07c (patch)
treec202ec643d5a1eb41f2c287cea1e63b89dd71f14 /net/go-cs
parent2da2f28a442cec6cc3b1f90d3d8a7384080038cf (diff)
downloadfreebsd-ports-gnome-2b03a08c0fb6d390b9aedb1bbda1446186a8c07c.tar.gz
freebsd-ports-gnome-2b03a08c0fb6d390b9aedb1bbda1446186a8c07c.tar.zst
freebsd-ports-gnome-2b03a08c0fb6d390b9aedb1bbda1446186a8c07c.zip
net/go-cs: update 0.3 -> 0.4
- Clean obsolete GH_* knobs - Minor pkg-descr correction PR: 199667 Submitted by: Andy Kosela <akosela@andykosela.com> (maintainer)
Diffstat (limited to 'net/go-cs')
-rw-r--r--net/go-cs/Makefile5
-rw-r--r--net/go-cs/distinfo4
-rw-r--r--net/go-cs/pkg-descr2
3 files changed, 5 insertions, 6 deletions
diff --git a/net/go-cs/Makefile b/net/go-cs/Makefile
index 85e2d48ec0d6..3c607c818563 100644
--- a/net/go-cs/Makefile
+++ b/net/go-cs/Makefile
@@ -2,7 +2,8 @@
# $FreeBSD$
PORTNAME= go-cs
-PORTVERSION= 0.3
+PORTVERSION= 0.4
+DISTVERSIONPREFIX= v
CATEGORIES= net
MAINTAINER= akosela@andykosela.com
@@ -15,8 +16,6 @@ BUILD_DEPENDS= ${GO_CMD}:${PORTSDIR}/lang/go
USE_GITHUB= yes
GH_ACCOUNT= akosela
-GH_TAGNAME= v${PORTVERSION}
-GH_COMMIT= f13bce9
PLIST_FILES= bin/cs man/man1/cs.1.gz
diff --git a/net/go-cs/distinfo b/net/go-cs/distinfo
index eb78d9a0d65c..ef7d3b44cfba 100644
--- a/net/go-cs/distinfo
+++ b/net/go-cs/distinfo
@@ -1,2 +1,2 @@
-SHA256 (go-cs-0.3.tar.gz) = d4a5362de903af7c5b939f5f8f82a7bc46ed1c411f2752a6dfd6c7e81e4b2e54
-SIZE (go-cs-0.3.tar.gz) = 5658
+SHA256 (go-cs-v0.4_GH0.tar.gz) = 3f121f9d9a0f5538a7959bf5e8b2bc8b823e858bf06de7b3a71540f35272c25b
+SIZE (go-cs-v0.4_GH0.tar.gz) = 5895
diff --git a/net/go-cs/pkg-descr b/net/go-cs/pkg-descr
index a2516aab7a0d..3c2c54d24de6 100644
--- a/net/go-cs/pkg-descr
+++ b/net/go-cs/pkg-descr
@@ -1,4 +1,4 @@
-go-cs is a program for concurrently executing ssh(1)/scp(1) on a number
+cs is a program for concurrently executing ssh(1) or scp(1) on a number
of hosts. It is intended to automate running remote commands or copying
files between hosts on a network.