svn commit: r538436 - head/security/meek

Carlo Strub cs at FreeBSD.org
Wed Jun 10 19:56:11 UTC 2020


Author: cs
Date: Wed Jun 10 19:56:10 2020
New Revision: 538436
URL: https://svnweb.freebsd.org/changeset/ports/538436

Log:
  Add go mod dependencies to fix build errors

Modified:
  head/security/meek/Makefile

Modified: head/security/meek/Makefile
==============================================================================
--- head/security/meek/Makefile	Wed Jun 10 19:38:14 2020	(r538435)
+++ head/security/meek/Makefile	Wed Jun 10 19:56:10 2020	(r538436)
@@ -16,6 +16,12 @@ USES=		go
 
 GO_TARGET=	./meek-client \
 		./meek-server
+GH_TUPLE=	\
+		golang:crypto:4b2356b1ed79:golang_crypto/vendor/golang.org/x/crypto \
+		golang:net:ff2c4b7c35a0:golang_net/vendor/golang.org/x/net \
+		golang:sys:593003d681fa:golang_sys/vendor/golang.org/x/sys \
+		golang:text:v0.3.0:golang_text/vendor/golang.org/x/text \
+		refraction-networking:utls:43c36d3c1f57:refraction_networking_utls/vendor/github.com/refraction-networking/utls
 
 PLIST_FILES=	bin/meek-client \
 		bin/meek-server \


More information about the svn-ports-all mailing list