From owner-svn-ports-head@freebsd.org Thu Oct 27 06:15:45 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 54881C22B24; Thu, 27 Oct 2016 06:15:45 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 13D5788C; Thu, 27 Oct 2016 06:15:45 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9R6Fivg029870; Thu, 27 Oct 2016 06:15:44 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9R6FiSW029867; Thu, 27 Oct 2016 06:15:44 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201610270615.u9R6FiSW029867@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 27 Oct 2016 06:15:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424745 - head/net/go-nats X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2016 06:15:45 -0000 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