View | Details | Raw Unified | Return to bug 199667
Collapse All | Expand All

(-)Makefile (-2 / +2 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	go-cs
4
PORTNAME=	go-cs
5
PORTVERSION=	0.3
5
PORTVERSION=	0.4
6
CATEGORIES=	net
6
CATEGORIES=	net
7
7
8
MAINTAINER=	akosela@andykosela.com
8
MAINTAINER=	akosela@andykosela.com
Lines 16-22 Link Here
16
USE_GITHUB=	yes
16
USE_GITHUB=	yes
17
GH_ACCOUNT=	akosela
17
GH_ACCOUNT=	akosela
18
GH_TAGNAME=	v${PORTVERSION}
18
GH_TAGNAME=	v${PORTVERSION}
19
GH_COMMIT=	f13bce9
19
GH_COMMIT=	0bd918c 
20
20
21
PLIST_FILES=	bin/cs man/man1/cs.1.gz
21
PLIST_FILES=	bin/cs man/man1/cs.1.gz
22
22
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (go-cs-0.3.tar.gz) = d4a5362de903af7c5b939f5f8f82a7bc46ed1c411f2752a6dfd6c7e81e4b2e54
1
SHA256 (go-cs-0.4.tar.gz) = d0bed9da268a6a3bcdde81caf1a69a9af0733d6eb95fd384684436472fc88dbf
2
SIZE (go-cs-0.3.tar.gz) = 5658
2
SIZE (go-cs-0.4.tar.gz) = 5899
(-)pkg-descr (-1 / +1 lines)
Lines 1-4 Link Here
1
go-cs is a program for concurrently executing ssh(1)/scp(1) on a number
1
cs is a program for concurrently executing ssh(1) or scp(1) on a number
2
of hosts.  It is intended to automate running remote commands or copying
2
of hosts.  It is intended to automate running remote commands or copying
3
files between hosts on a network.
3
files between hosts on a network.
4
4

Return to bug 199667