Page MenuHomeFreeBSD

D11503.diff
No OneTemporary

D11503.diff

Index: head/net/go-cs/Makefile
===================================================================
--- head/net/go-cs/Makefile
+++ head/net/go-cs/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= go-cs
-PORTVERSION= 0.6
+PORTVERSION= 0.7
DISTVERSIONPREFIX= v
CATEGORIES= net
@@ -12,21 +12,15 @@
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= ${GO_CMD}:lang/go
-
+USES= go
USE_GITHUB= yes
GH_ACCOUNT= akosela
PLIST_FILES= bin/cs man/man1/cs.1.gz
-GO_CMD= ${LOCALBASE}/bin/go
-GO_ARGS= build -ldflags "${STRIP}"
+GO_TARGET= ${GO_PKGNAME}/cs
-do-build:
- (cd ${WRKSRC}/cs && ${GO_CMD} ${GO_ARGS} cs.go)
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/cs/cs ${STAGEDIR}${PREFIX}/bin
+post-install:
${INSTALL_MAN} ${WRKSRC}/cs.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
.include <bsd.port.mk>
Index: head/net/go-cs/distinfo
===================================================================
--- head/net/go-cs/distinfo
+++ head/net/go-cs/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1476221383
-SHA256 (akosela-go-cs-v0.6_GH0.tar.gz) = f5bd4e3d2b7853d77bfa209b69e56f6d79058f25e8e56a2d8a468834b3e6d9c9
-SIZE (akosela-go-cs-v0.6_GH0.tar.gz) = 6296
+TIMESTAMP = 1499319273
+SHA256 (akosela-go-cs-v0.7_GH0.tar.gz) = bd7371fc89ac6a362af8b79ac53cc572ec9de38abb8c1ef1b9db65c400ef006a
+SIZE (akosela-go-cs-v0.7_GH0.tar.gz) = 8173
Index: head/net/go-cs/pkg-descr
===================================================================
--- head/net/go-cs/pkg-descr
+++ head/net/go-cs/pkg-descr
@@ -1,5 +1,4 @@
-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.
+cs is a program for concurrently executing local or remote commands on
+multiple hosts. It is using OpenSSH for running remote commands.
WWW: https://github.com/akosela/go-cs

File Metadata

Mime Type
text/plain
Expires
Sun, Feb 9, 4:01 PM (20 h, 43 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16557282
Default Alt Text
D11503.diff (1 KB)

Event Timeline