svn commit: r456859 - head/net/go-nats
Jimmy Olgeni
olgeni at FreeBSD.org
Wed Dec 20 21:27:07 UTC 2017
Author: olgeni
Date: Wed Dec 20 21:27:05 2017
New Revision: 456859
URL: https://svnweb.freebsd.org/changeset/ports/456859
Log:
Update net/go-nats to version 1.4.0.
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 Wed Dec 20 21:07:40 2017 (r456858)
+++ head/net/go-nats/Makefile Wed Dec 20 21:27:05 2017 (r456859)
@@ -2,7 +2,7 @@
PORTNAME= go-nats
DISTVERSIONPREFIX= v
-DISTVERSION= 1.3.0
+DISTVERSION= 1.4.0
CATEGORIES= net
MAINTAINER= olgeni at FreeBSD.org
Modified: head/net/go-nats/distinfo
==============================================================================
--- head/net/go-nats/distinfo Wed Dec 20 21:07:40 2017 (r456858)
+++ head/net/go-nats/distinfo Wed Dec 20 21:27:05 2017 (r456859)
@@ -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
Modified: head/net/go-nats/pkg-plist
==============================================================================
--- head/net/go-nats/pkg-plist Wed Dec 20 21:07:40 2017 (r456858)
+++ head/net/go-nats/pkg-plist Wed Dec 20 21:27:05 2017 (r456859)
@@ -1,19 +1,16 @@
%%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
@@ -40,14 +37,18 @@
%%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
More information about the svn-ports-all
mailing list