--- Makefile (revision 375895) +++ Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= go-cs -PORTVERSION= 0.3 +PORTVERSION= 0.4 CATEGORIES= net MAINTAINER= akosela@andykosela.com @@ -16,7 +16,7 @@ USE_GITHUB= yes GH_ACCOUNT= akosela GH_TAGNAME= v${PORTVERSION} -GH_COMMIT= f13bce9 +GH_COMMIT= 0bd918c PLIST_FILES= bin/cs man/man1/cs.1.gz --- distinfo (revision 375895) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (go-cs-0.3.tar.gz) = d4a5362de903af7c5b939f5f8f82a7bc46ed1c411f2752a6dfd6c7e81e4b2e54 -SIZE (go-cs-0.3.tar.gz) = 5658 +SHA256 (go-cs-0.4.tar.gz) = d0bed9da268a6a3bcdde81caf1a69a9af0733d6eb95fd384684436472fc88dbf +SIZE (go-cs-0.4.tar.gz) = 5899 --- pkg-descr (revision 375895) +++ pkg-descr (working copy) @@ -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.