Index: head/net/go-nats/Makefile =================================================================== --- head/net/go-nats/Makefile (revision 465405) +++ head/net/go-nats/Makefile (revision 465406) @@ -1,21 +1,21 @@ # $FreeBSD$ PORTNAME= go-nats DISTVERSIONPREFIX= v -DISTVERSION= 1.4.0 +DISTVERSION= 1.5.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 465405) +++ head/net/go-nats/distinfo (revision 465406) @@ -1,3 +1,3 @@ -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 +TIMESTAMP = 1521835836 +SHA256 (nats-io-go-nats-v1.5.0_GH0.tar.gz) = 76a6f71d65118ea07eb49ee7cb6f4fb98f34f11665848c841764cb16a32cf410 +SIZE (nats-io-go-nats-v1.5.0_GH0.tar.gz) = 100152 Index: head/net/go-nats/pkg-plist =================================================================== --- head/net/go-nats/pkg-plist (revision 465405) +++ head/net/go-nats/pkg-plist (revision 465406) @@ -1,54 +1,55 @@ %%GO_LIBDIR%%/%%GO_PKGNAME%%.a %%GO_SRCDIR%%/%%GO_PKGNAME%%/LICENSE +%%GO_SRCDIR%%/%%GO_PKGNAME%%/OWNERS %%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/gob_enc.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/encoders/builtin/json_enc.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/encoders/protobuf/protobuf_enc.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/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%%/timer.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/timer_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/util/tls.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/util/tls_go17.go