aboutsummaryrefslogtreecommitdiff
path: root/net/go-nats
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2017-08-11 11:52:46 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2017-08-11 11:52:46 +0000
commit4a90aad61945daf561b92a99f3a5ee542ce07a75 (patch)
treeb65a1b9482204140e64c8314bd72e90cd5da82b8 /net/go-nats
parent7cc38719e90c97d651b83bbc1bf9683edad692ce (diff)
downloadports-4a90aad61945daf561b92a99f3a5ee542ce07a75.tar.gz
ports-4a90aad61945daf561b92a99f3a5ee542ce07a75.zip
Notes
Diffstat (limited to 'net/go-nats')
-rw-r--r--net/go-nats/Makefile5
-rw-r--r--net/go-nats/distinfo6
-rw-r--r--net/go-nats/pkg-plist13
3 files changed, 14 insertions, 10 deletions
diff --git a/net/go-nats/Makefile b/net/go-nats/Makefile
index 1801681a3aaa..924ad8c24cc9 100644
--- a/net/go-nats/Makefile
+++ b/net/go-nats/Makefile
@@ -1,10 +1,9 @@
# $FreeBSD$
-PORTNAME= nats
+PORTNAME= go-nats
DISTVERSIONPREFIX= v
-DISTVERSION= 1.2.2
+DISTVERSION= 1.3.0
CATEGORIES= net
-PKGNAMEPREFIX= go-
MAINTAINER= olgeni@FreeBSD.org
COMMENT= Go client for NATS
diff --git a/net/go-nats/distinfo b/net/go-nats/distinfo
index 2b9fe53e3db5..ea44a58cabc9 100644
--- a/net/go-nats/distinfo
+++ b/net/go-nats/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1477548721
-SHA256 (nats-io-nats-v1.2.2_GH0.tar.gz) = a5419ee989ef8044bbf4bda4e636deb25cfaddfc8efe078cecc59d9d8e5868ef
-SIZE (nats-io-nats-v1.2.2_GH0.tar.gz) = 80756
+TIMESTAMP = 1502451222
+SHA256 (nats-io-go-nats-v1.3.0_GH0.tar.gz) = 53c0b143b97074c8e5eee743121dc263098780aff1bd5a98b2cf229cc750525c
+SIZE (nats-io-go-nats-v1.3.0_GH0.tar.gz) = 89372
diff --git a/net/go-nats/pkg-plist b/net/go-nats/pkg-plist
index b1e978d8a66e..73174fe52773 100644
--- a/net/go-nats/pkg-plist
+++ b/net/go-nats/pkg-plist
@@ -1,8 +1,11 @@
%%GO_LIBDIR%%/%%GO_PKGNAME%%.a
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/LICENSE
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/README.md
%%GO_SRCDIR%%/%%GO_PKGNAME%%/bench/bench.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/bench/benchlib_test.go
-%%GO_SRCDIR%%/%%GO_PKGNAME%%/enc_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/context.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/enc.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/enc_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/encoders/builtin/default_enc.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/encoders/builtin/enc_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/encoders/builtin/gob_enc.go
@@ -20,13 +23,12 @@
%%GO_SRCDIR%%/%%GO_PKGNAME%%/examples/nats-req.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/examples/nats-rply.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/examples/nats-sub.go
-%%GO_SRCDIR%%/%%GO_PKGNAME%%/LICENSE
-%%GO_SRCDIR%%/%%GO_PKGNAME%%/nats_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/nats.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/nats_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/netchan.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/parser.go
-%%GO_SRCDIR%%/%%GO_PKGNAME%%/README.md
%%GO_SRCDIR%%/%%GO_PKGNAME%%/scripts/cov.sh
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/staticcheck.ignore
%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/auth_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/basic_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/bench_test.go
@@ -38,6 +40,9 @@
%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/configs/certs/server.pem
%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/configs/tls.conf
%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/configs/tlsverify.conf
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/context_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/timer.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/timer_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/conn_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/netchan_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/reconnect_test.go