diff options
Diffstat (limited to 'www/websocketd/Makefile')
| -rw-r--r-- | www/websocketd/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/websocketd/Makefile b/www/websocketd/Makefile index 67dea8e2abed..8d13825fffde 100644 --- a/www/websocketd/Makefile +++ b/www/websocketd/Makefile @@ -1,7 +1,7 @@ PORTNAME= websocketd PORTVERSION= 0.4.1 DISTVERSIONPREFIX= v -PORTREVISION= 29 +PORTREVISION= 34 CATEGORIES= www MAINTAINER= sunpoet@FreeBSD.org @@ -14,12 +14,13 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules +# https://github.com/joewalnes/websocketd/commit/0aa12c3913f5b86e15c232e4191a6ef1953a354f #GO_MODULE= github.com/joewalnes/websocketd PLIST_FILES= bin/websocketd USE_GITHUB= yes GH_ACCOUNT= joewalnes -GH_TUPLE= gorilla:websocket:v1.4.0:gorilla_websocket/vendor/github.com/gorilla/websocket +GH_TUPLE= gorilla:websocket:v1.5.3:gorilla_websocket/vendor/github.com/gorilla/websocket .include <bsd.port.mk> |
