Index: head/net/go-nats/Makefile =================================================================== --- head/net/go-nats/Makefile (revision 456858) +++ head/net/go-nats/Makefile (revision 456859) @@ -1,21 +1,21 @@ # $FreeBSD$ PORTNAME= go-nats DISTVERSIONPREFIX= v -DISTVERSION= 1.3.0 +DISTVERSION= 1.4.0 CATEGORIES= net MAINTAINER= olgeni@FreeBSD.org COMMENT= Go client for NATS LICENSE= MIT BUILD_DEPENDS= go-nuid>=0:devel/go-nuid USES= go USE_GITHUB= yes GH_ACCOUNT= nats-io GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} .include Index: head/net/go-nats/distinfo =================================================================== --- head/net/go-nats/distinfo (revision 456858) +++ head/net/go-nats/distinfo (revision 456859) @@ -1,3 +1,3 @@ -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 +TIMESTAMP = 1513801915 +SHA256 (nats-io-go-nats-v1.4.0_GH0.tar.gz) = 49757ae58944d4fcb53267e6fee6f7e29ff8417c8c98c973d43909405ff53f9e +SIZE (nats-io-go-nats-v1.4.0_GH0.tar.gz) = 90557 Index: head/net/go-nats/pkg-plist =================================================================== --- head/net/go-nats/pkg-plist (revision 456858) +++ head/net/go-nats/pkg-plist (revision 456859) @@ -1,53 +1,54 @@ %%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%%/bench/bench.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/bench/benchlib_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 -%%GO_SRCDIR%%/%%GO_PKGNAME%%/encoders/builtin/gob_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/encoders/builtin/json_enc.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/encoders/builtin/json_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/encoders/protobuf/protobuf_enc.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/encoders/protobuf/protobuf_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/encoders/protobuf/testdata/pbtest.pb.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/encoders/protobuf/testdata/pbtest.proto %%GO_SRCDIR%%/%%GO_PKGNAME%%/example_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/examples/nats-bench.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/examples/nats-pub.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/examples/nats-qsub.go %%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%%/nats_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/netchan.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/parser.go %%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 %%GO_SRCDIR%%/%%GO_PKGNAME%%/test/cluster_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/test/configs/certs/ca.pem %%GO_SRCDIR%%/%%GO_PKGNAME%%/test/configs/certs/client-cert.pem %%GO_SRCDIR%%/%%GO_PKGNAME%%/test/configs/certs/client-key.pem %%GO_SRCDIR%%/%%GO_PKGNAME%%/test/configs/certs/key.pem %%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/context_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/enc_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/gob_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/helper_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/json_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/main.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/test/netchan_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/protobuf_test.go %%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%%/timer.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/timer_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/util/tls.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/util/tls_go17.go