svn commit: r447082 - head/net/go-cs

Richard Gallamore ultima at FreeBSD.org
Tue Aug 1 22:33:38 UTC 2017


Author: ultima
Date: Tue Aug  1 22:33:36 2017
New Revision: 447082
URL: https://svnweb.freebsd.org/changeset/ports/447082

Log:
  * Updated to 0.8
  * Added more details to pkg-descr
  
  PR:		220644
  Submitted by:	Andy Kosela <akosela at andykosela.com> (maintainer)
  Reviewed by:	lifanov (mentor)
  Approved by:	lifanov (mentor)
  Differential Revision:	https://reviews.freebsd.org/D11811

Modified:
  head/net/go-cs/Makefile
  head/net/go-cs/distinfo
  head/net/go-cs/pkg-descr

Modified: head/net/go-cs/Makefile
==============================================================================
--- head/net/go-cs/Makefile	Tue Aug  1 22:31:43 2017	(r447081)
+++ head/net/go-cs/Makefile	Tue Aug  1 22:33:36 2017	(r447082)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	go-cs
-PORTVERSION=	0.7
+PORTVERSION=	0.8
 DISTVERSIONPREFIX=	v
 CATEGORIES=	net
 

Modified: head/net/go-cs/distinfo
==============================================================================
--- head/net/go-cs/distinfo	Tue Aug  1 22:31:43 2017	(r447081)
+++ head/net/go-cs/distinfo	Tue Aug  1 22:33:36 2017	(r447082)
@@ -1,3 +1,3 @@
 TIMESTAMP = 1499319273
-SHA256 (akosela-go-cs-v0.7_GH0.tar.gz) = bd7371fc89ac6a362af8b79ac53cc572ec9de38abb8c1ef1b9db65c400ef006a
-SIZE (akosela-go-cs-v0.7_GH0.tar.gz) = 8173
+SHA256 (akosela-go-cs-v0.8_GH0.tar.gz) = 92d3365811cab2b67450f7dc768b4d406d65db2c3aa106e7a84f93af26b0d4c0
+SIZE (akosela-go-cs-v0.8_GH0.tar.gz) = 8646

Modified: head/net/go-cs/pkg-descr
==============================================================================
--- head/net/go-cs/pkg-descr	Tue Aug  1 22:31:43 2017	(r447081)
+++ head/net/go-cs/pkg-descr	Tue Aug  1 22:33:36 2017	(r447082)
@@ -1,4 +1,5 @@
 cs is a program for concurrently executing local or remote commands on
-multiple hosts.  It is using OpenSSH for running remote commands.
+multiple hosts.  It is using OpenSSH for running remote commands. Its
+main purpose is to help automate and manage large network of hosts.
 
 WWW: https://github.com/akosela/go-cs


More information about the svn-ports-head mailing list