diff options
author | olgeni <olgeni@FreeBSD.org> | 2016-10-27 14:15:43 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2016-10-27 14:15:43 +0800 |
commit | 7361d9d0d945f3c271779d193f45766f5651b888 (patch) | |
tree | 7b9447014d1319bf929ce151493f348d5007faed /net | |
parent | 4bb8b05a69671865d09647b26de78cb1c9d8ddf1 (diff) | |
download | freebsd-ports-gnome-7361d9d0d945f3c271779d193f45766f5651b888.tar.gz freebsd-ports-gnome-7361d9d0d945f3c271779d193f45766f5651b888.tar.zst freebsd-ports-gnome-7361d9d0d945f3c271779d193f45766f5651b888.zip |
Update net/go-nats to version 1.2.2.
Diffstat (limited to 'net')
-rw-r--r-- | net/go-nats/Makefile | 3 | ||||
-rw-r--r-- | net/go-nats/distinfo | 6 | ||||
-rw-r--r-- | net/go-nats/pkg-plist | 14 |
3 files changed, 13 insertions, 10 deletions
diff --git a/net/go-nats/Makefile b/net/go-nats/Makefile index c1cbcce444a8..1801681a3aaa 100644 --- a/net/go-nats/Makefile +++ b/net/go-nats/Makefile @@ -2,8 +2,7 @@ PORTNAME= nats DISTVERSIONPREFIX= v -DISTVERSION= 1.2.0 -PORTREVISION= 1 +DISTVERSION= 1.2.2 CATEGORIES= net PKGNAMEPREFIX= go- diff --git a/net/go-nats/distinfo b/net/go-nats/distinfo index 3343d34aec7d..2b9fe53e3db5 100644 --- a/net/go-nats/distinfo +++ b/net/go-nats/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1474724119 -SHA256 (nats-io-nats-v1.2.0_GH0.tar.gz) = 9d29cbc61872e2bb0413fc18d4667a9cf4e1cd6d4fda07a358a7dae32ee0228e -SIZE (nats-io-nats-v1.2.0_GH0.tar.gz) = 71203 +TIMESTAMP = 1477548721 +SHA256 (nats-io-nats-v1.2.2_GH0.tar.gz) = a5419ee989ef8044bbf4bda4e636deb25cfaddfc8efe078cecc59d9d8e5868ef +SIZE (nats-io-nats-v1.2.2_GH0.tar.gz) = 80756 diff --git a/net/go-nats/pkg-plist b/net/go-nats/pkg-plist index 88d3fa360bc6..b1e978d8a66e 100644 --- a/net/go-nats/pkg-plist +++ b/net/go-nats/pkg-plist @@ -1,9 +1,8 @@ %%GO_LIBDIR%%/%%GO_PKGNAME%%.a -%%GO_SRCDIR%%/%%GO_PKGNAME%%/LICENSE -%%GO_SRCDIR%%/%%GO_PKGNAME%%/README.md -%%GO_SRCDIR%%/%%GO_PKGNAME%%/TODO.md -%%GO_SRCDIR%%/%%GO_PKGNAME%%/enc.go +%%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%%/enc.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 @@ -21,10 +20,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%%/nats.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/LICENSE %%GO_SRCDIR%%/%%GO_PKGNAME%%/nats_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nats.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%%/test/auth_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/test/basic_test.go @@ -42,3 +43,6 @@ %%GO_SRCDIR%%/%%GO_PKGNAME%%/test/reconnect_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/test/sub_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/test/test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/TODO.md +%%GO_SRCDIR%%/%%GO_PKGNAME%%/util/tls_pre17.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/util/tls.go |