Date: Thu, 27 Oct 2016 06:15:44 +0000 (UTC) From: Jimmy Olgeni <olgeni@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424745 - head/net/go-nats Message-ID: <201610270615.u9R6FiSW029867@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: olgeni Date: Thu Oct 27 06:15:43 2016 New Revision: 424745 URL: https://svnweb.freebsd.org/changeset/ports/424745 Log: Update net/go-nats to version 1.2.2. Modified: head/net/go-nats/Makefile head/net/go-nats/distinfo head/net/go-nats/pkg-plist Modified: head/net/go-nats/Makefile ============================================================================== --- head/net/go-nats/Makefile Thu Oct 27 06:10:53 2016 (r424744) +++ head/net/go-nats/Makefile Thu Oct 27 06:15:43 2016 (r424745) @@ -2,8 +2,7 @@ PORTNAME= nats DISTVERSIONPREFIX= v -DISTVERSION= 1.2.0 -PORTREVISION= 1 +DISTVERSION= 1.2.2 CATEGORIES= net PKGNAMEPREFIX= go- Modified: head/net/go-nats/distinfo ============================================================================== --- head/net/go-nats/distinfo Thu Oct 27 06:10:53 2016 (r424744) +++ head/net/go-nats/distinfo Thu Oct 27 06:15:43 2016 (r424745) @@ -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 Modified: head/net/go-nats/pkg-plist ============================================================================== --- head/net/go-nats/pkg-plist Thu Oct 27 06:10:53 2016 (r424744) +++ head/net/go-nats/pkg-plist Thu Oct 27 06:15:43 2016 (r424745) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610270615.u9R6FiSW029867>