aboutsummaryrefslogtreecommitdiff
path: root/net/go-cs
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2014-09-30 03:18:06 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2014-09-30 03:18:06 +0000
commitc634036c32c34884dc92722d9acd68c99b739406 (patch)
tree0598b464d87f35240ae22d93540e57792b8fa80b /net/go-cs
parent7f008178aa009f54d78df0d5ebe078284d698836 (diff)
downloadports-c634036c32c34884dc92722d9acd68c99b739406.tar.gz
ports-c634036c32c34884dc92722d9acd68c99b739406.zip
update to 0.2.
PR: ports/194021 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=369570
Diffstat (limited to 'net/go-cs')
-rw-r--r--net/go-cs/Makefile8
-rw-r--r--net/go-cs/distinfo4
2 files changed, 6 insertions, 6 deletions
diff --git a/net/go-cs/Makefile b/net/go-cs/Makefile
index 07926e0ae578..b60026b45128 100644
--- a/net/go-cs/Makefile
+++ b/net/go-cs/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= go-cs
-PORTVERSION= 0.1
+PORTVERSION= 0.2
CATEGORIES= net
MAINTAINER= akosela@andykosela.com
@@ -16,7 +16,7 @@ BUILD_DEPENDS= ${GO_CMD}:${PORTSDIR}/lang/go
USE_GITHUB= yes
GH_ACCOUNT= akosela
GH_TAGNAME= v${PORTVERSION}
-GH_COMMIT= 6ae59df
+GH_COMMIT= 887ad42
PLIST_FILES= bin/cs man/man1/cs.1.gz
@@ -24,10 +24,10 @@ GO_CMD= ${LOCALBASE}/bin/go
GO_ARGS= build -ldflags "${STRIP}"
do-build:
- (cd ${WRKSRC} && ${GO_CMD} ${GO_ARGS} cs.go)
+ (cd ${WRKSRC}/cs && ${GO_CMD} ${GO_ARGS} cs.go)
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/cs ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/cs/cs ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/cs.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
.include <bsd.port.mk>
diff --git a/net/go-cs/distinfo b/net/go-cs/distinfo
index 8582c68954ef..ccd72ae073f7 100644
--- a/net/go-cs/distinfo
+++ b/net/go-cs/distinfo
@@ -1,2 +1,2 @@
-SHA256 (go-cs-0.1.tar.gz) = 71b3240810ae7c5ae8fc57a8e9ae3f2cd3ffa2463097344b7b6926bc32c66cfd
-SIZE (go-cs-0.1.tar.gz) = 4484
+SHA256 (go-cs-0.2.tar.gz) = 7d31b62a5073e483e674923be6be3c0f2baf7036064c7ac7355706ef21deddc2
+SIZE (go-cs-0.2.tar.gz) = 5203