Index: head/net/go-nats/Makefile =================================================================== --- head/net/go-nats/Makefile (revision 447754) +++ head/net/go-nats/Makefile (revision 447755) @@ -1,22 +1,21 @@ # $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 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 447754) +++ head/net/go-nats/distinfo (revision 447755) @@ -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 Index: head/net/go-nats/pkg-plist =================================================================== --- head/net/go-nats/pkg-plist (revision 447754) +++ head/net/go-nats/pkg-plist (revision 447755) @@ -1,48 +1,53 @@ %%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 %%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%%/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 %%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/netchan_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%%/util/tls.go