pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/go-websocket go-websocket: update to 1.4.2. conver...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b282ef8a6a5f
branches:  trunk
changeset: 455577:b282ef8a6a5f
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Jul 06 12:09:23 2021 +0000

description:
go-websocket: update to 1.4.2. converted to go-module.

diffstat:

 net/go-websocket/DESCR    |   2 +-
 net/go-websocket/Makefile |  12 ++++--------
 net/go-websocket/PLIST    |  36 +-----------------------------------
 net/go-websocket/distinfo |  10 +++++-----
 4 files changed, 11 insertions(+), 49 deletions(-)

diffs (94 lines):

diff -r ddd2afb7ecbb -r b282ef8a6a5f net/go-websocket/DESCR
--- a/net/go-websocket/DESCR    Tue Jul 06 08:52:51 2021 +0000
+++ b/net/go-websocket/DESCR    Tue Jul 06 12:09:23 2021 +0000
@@ -1,2 +1,2 @@
 The Gorilla WebSocket package provides a complete and tested implementation of
-the WebSocket protocol. The package API is stable.
+the WebSocket protocol.
diff -r ddd2afb7ecbb -r b282ef8a6a5f net/go-websocket/Makefile
--- a/net/go-websocket/Makefile Tue Jul 06 08:52:51 2021 +0000
+++ b/net/go-websocket/Makefile Tue Jul 06 12:09:23 2021 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.33 2021/06/06 12:18:55 bsiegert Exp $
+# $NetBSD: Makefile,v 1.34 2021/07/06 12:09:23 nia Exp $
 
-DISTNAME=      websocket-1.0.0
+DISTNAME=      websocket-1.4.2
 PKGNAME=       go-${DISTNAME}
-PKGREVISION=   29
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=gorilla/}
 CATEGORIES=    net
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -10,11 +9,8 @@
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/gorilla/websocket
-COMMENT=       WebSocket implementation for Go
+COMMENT=       Go implementation of the WebSocket protocol
 LICENSE=       2-clause-bsd
 
-GO_DIST_BASE=  ${DISTNAME}
-GO_SRCPATH=    github.com/gorilla/websocket
-
-.include "../../lang/go/go-package.mk"
+.include "../../lang/go/go-module.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r ddd2afb7ecbb -r b282ef8a6a5f net/go-websocket/PLIST
--- a/net/go-websocket/PLIST    Tue Jul 06 08:52:51 2021 +0000
+++ b/net/go-websocket/PLIST    Tue Jul 06 12:09:23 2021 +0000
@@ -1,39 +1,5 @@
-@comment $NetBSD: PLIST,v 1.1 2017/08/17 02:03:23 gavan Exp $
+@comment $NetBSD: PLIST,v 1.2 2021/07/06 12:09:23 nia Exp $
 bin/autobahn
 bin/chat
 bin/command
 bin/filewatch
-gopkg/pkg/${GO_PLATFORM}/github.com/gorilla/websocket.a
-gopkg/src/github.com/gorilla/websocket/AUTHORS
-gopkg/src/github.com/gorilla/websocket/LICENSE
-gopkg/src/github.com/gorilla/websocket/README.md
-gopkg/src/github.com/gorilla/websocket/bench_test.go
-gopkg/src/github.com/gorilla/websocket/client.go
-gopkg/src/github.com/gorilla/websocket/client_server_test.go
-gopkg/src/github.com/gorilla/websocket/client_test.go
-gopkg/src/github.com/gorilla/websocket/conn.go
-gopkg/src/github.com/gorilla/websocket/conn_test.go
-gopkg/src/github.com/gorilla/websocket/doc.go
-gopkg/src/github.com/gorilla/websocket/example_test.go
-gopkg/src/github.com/gorilla/websocket/examples/autobahn/README.md
-gopkg/src/github.com/gorilla/websocket/examples/autobahn/fuzzingclient.json
-gopkg/src/github.com/gorilla/websocket/examples/autobahn/server.go
-gopkg/src/github.com/gorilla/websocket/examples/chat/README.md
-gopkg/src/github.com/gorilla/websocket/examples/chat/conn.go
-gopkg/src/github.com/gorilla/websocket/examples/chat/home.html
-gopkg/src/github.com/gorilla/websocket/examples/chat/hub.go
-gopkg/src/github.com/gorilla/websocket/examples/chat/main.go
-gopkg/src/github.com/gorilla/websocket/examples/command/README.md
-gopkg/src/github.com/gorilla/websocket/examples/command/home.html
-gopkg/src/github.com/gorilla/websocket/examples/command/main.go
-gopkg/src/github.com/gorilla/websocket/examples/echo/README.md
-gopkg/src/github.com/gorilla/websocket/examples/echo/client.go
-gopkg/src/github.com/gorilla/websocket/examples/echo/server.go
-gopkg/src/github.com/gorilla/websocket/examples/filewatch/README.md
-gopkg/src/github.com/gorilla/websocket/examples/filewatch/main.go
-gopkg/src/github.com/gorilla/websocket/json.go
-gopkg/src/github.com/gorilla/websocket/json_test.go
-gopkg/src/github.com/gorilla/websocket/server.go
-gopkg/src/github.com/gorilla/websocket/server_test.go
-gopkg/src/github.com/gorilla/websocket/util.go
-gopkg/src/github.com/gorilla/websocket/util_test.go
diff -r ddd2afb7ecbb -r b282ef8a6a5f net/go-websocket/distinfo
--- a/net/go-websocket/distinfo Tue Jul 06 08:52:51 2021 +0000
+++ b/net/go-websocket/distinfo Tue Jul 06 12:09:23 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2017/08/17 02:03:23 gavan Exp $
+$NetBSD: distinfo,v 1.2 2021/07/06 12:09:23 nia Exp $
 
-SHA1 (websocket-1.0.0.tar.gz) = 3141c89bb3aebe10ce3029ce48c31aab694fb8fd
-RMD160 (websocket-1.0.0.tar.gz) = 45886d3c8b6d05baec3ecf7f912b904d742b226d
-SHA512 (websocket-1.0.0.tar.gz) = 3f84074c4fef3169d41b163759eef4372ee0d6eb590e8c5e5a5ab1bc5480d0b4e77edd8897ee08fabe755fc78819450dd0ce10a3ad2a7f8a731d34bbceee624d
-Size (websocket-1.0.0.tar.gz) = 31197 bytes
+SHA1 (websocket-1.4.2.tar.gz) = 725f6555328439052238260005a10e0e2c8183c0
+RMD160 (websocket-1.4.2.tar.gz) = 33ca2b874152c4f984153733cd2613c55d2e465e
+SHA512 (websocket-1.4.2.tar.gz) = 2cf6ea5fcd009f0a7fc9ec111eb5a124823a9ec33d67ff2bebb15a3e770845d42b377528a2a051637ff52ef3907dc423224d15486e9744fdf24b0eaf4a0028d5
+Size (websocket-1.4.2.tar.gz) = 54101 bytes



Home | Main Index | Thread Index | Old Index