pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/go-websocket



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Jul  6 12:09:23 UTC 2021

Modified Files:
        pkgsrc/net/go-websocket: DESCR Makefile PLIST distinfo

Log Message:
go-websocket: update to 1.4.2. converted to go-module.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/go-websocket/DESCR
cvs rdiff -u -r1.33 -r1.34 pkgsrc/net/go-websocket/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/go-websocket/PLIST \
    pkgsrc/net/go-websocket/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/go-websocket/DESCR
diff -u pkgsrc/net/go-websocket/DESCR:1.2 pkgsrc/net/go-websocket/DESCR:1.3
--- pkgsrc/net/go-websocket/DESCR:1.2   Fri Aug 25 16:30:25 2017
+++ pkgsrc/net/go-websocket/DESCR       Tue Jul  6 12:09:23 2021
@@ -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.

Index: pkgsrc/net/go-websocket/Makefile
diff -u pkgsrc/net/go-websocket/Makefile:1.33 pkgsrc/net/go-websocket/Makefile:1.34
--- pkgsrc/net/go-websocket/Makefile:1.33       Sun Jun  6 12:18:55 2021
+++ pkgsrc/net/go-websocket/Makefile    Tue Jul  6 12:09:23 2021
@@ -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 @@ GITHUB_PROJECT=       ${PKGBASE:S/^go-//}
 
 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"

Index: pkgsrc/net/go-websocket/PLIST
diff -u pkgsrc/net/go-websocket/PLIST:1.1 pkgsrc/net/go-websocket/PLIST:1.2
--- pkgsrc/net/go-websocket/PLIST:1.1   Thu Aug 17 02:03:23 2017
+++ pkgsrc/net/go-websocket/PLIST       Tue Jul  6 12:09:23 2021
@@ -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
Index: pkgsrc/net/go-websocket/distinfo
diff -u pkgsrc/net/go-websocket/distinfo:1.1 pkgsrc/net/go-websocket/distinfo:1.2
--- pkgsrc/net/go-websocket/distinfo:1.1        Thu Aug 17 02:03:23 2017
+++ pkgsrc/net/go-websocket/distinfo    Tue Jul  6 12:09:23 2021
@@ -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