aboutsummaryrefslogtreecommitdiff
path: root/security/trezord
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2020-11-12 10:16:14 +0000
committerAlex Dupre <ale@FreeBSD.org>2020-11-12 10:16:14 +0000
commitbbccc71d6e98003da8792aa9c48a137c6984b9c1 (patch)
tree440f79d9dc89e376d5400e97407e4dc0648dc8e3 /security/trezord
parent041dc7123f5b224757e67e604d0e07d9828c2cb7 (diff)
downloadports-bbccc71d6e98003da8792aa9c48a137c6984b9c1.tar.gz
ports-bbccc71d6e98003da8792aa9c48a137c6984b9c1.zip
Notes
Diffstat (limited to 'security/trezord')
-rw-r--r--security/trezord/Makefile6
-rw-r--r--security/trezord/Makefile.modules8
-rw-r--r--security/trezord/distinfo20
3 files changed, 29 insertions, 5 deletions
diff --git a/security/trezord/Makefile b/security/trezord/Makefile
index d4fc582791b8..b220c0b9f298 100644
--- a/security/trezord/Makefile
+++ b/security/trezord/Makefile
@@ -3,7 +3,7 @@
PORTNAME= trezord
DISTVERSIONPREFIX= v
-DISTVERSION= 2.0.29
+DISTVERSION= 2.0.30
CATEGORIES= security
MAINTAINER= ale@FreeBSD.org
@@ -12,7 +12,7 @@ COMMENT= TREZOR Communication Daemon aka TREZOR Bridge
LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= go
+USES= go:modules
USE_RC_SUBR= ${PORTNAME}
@@ -23,4 +23,6 @@ GO_PKGNAME= github.com/${GH_ACCOUNT}/${GH_PROJECT}
PLIST_FILES= bin/${GH_PROJECT}
+.include "${.CURDIR}/Makefile.modules"
+
.include <bsd.port.mk>
diff --git a/security/trezord/Makefile.modules b/security/trezord/Makefile.modules
new file mode 100644
index 000000000000..765ac3a262d3
--- /dev/null
+++ b/security/trezord/Makefile.modules
@@ -0,0 +1,8 @@
+GH_TUPLE= \
+ felixge:httpsnoop:v1.0.1:felixge_httpsnoop/vendor/github.com/felixge/httpsnoop \
+ gorilla:csrf:v1.7.0:gorilla_csrf/vendor/github.com/gorilla/csrf \
+ gorilla:handlers:v1.5.1:gorilla_handlers/vendor/github.com/gorilla/handlers \
+ gorilla:mux:v1.8.0:gorilla_mux/vendor/github.com/gorilla/mux \
+ gorilla:securecookie:v1.1.1:gorilla_securecookie/vendor/github.com/gorilla/securecookie \
+ natefinch:lumberjack:v2.0.0:natefinch_lumberjack/vendor/gopkg.in/natefinch/lumberjack.v2 \
+ pkg:errors:v0.9.1:pkg_errors/vendor/github.com/pkg/errors
diff --git a/security/trezord/distinfo b/security/trezord/distinfo
index fe9ba9fa3ca0..36d376e5fd62 100644
--- a/security/trezord/distinfo
+++ b/security/trezord/distinfo
@@ -1,3 +1,17 @@
-TIMESTAMP = 1595577144
-SHA256 (trezor-trezord-go-v2.0.29_GH0.tar.gz) = 39649bf24f2f6c3d1ad1b23a97365d6d483a7a64d4d925377c3520581ff8c6ba
-SIZE (trezor-trezord-go-v2.0.29_GH0.tar.gz) = 5579397
+TIMESTAMP = 1605171776
+SHA256 (trezor-trezord-go-v2.0.30_GH0.tar.gz) = 181daf72e26379933ff6a0565d51190f32df8715417a6eff9efb51cf1340c13d
+SIZE (trezor-trezord-go-v2.0.30_GH0.tar.gz) = 5467520
+SHA256 (felixge-httpsnoop-v1.0.1_GH0.tar.gz) = 02f506689067855a2afcbea692a63f60bcb50a3994722650339c82027d1cbe3e
+SIZE (felixge-httpsnoop-v1.0.1_GH0.tar.gz) = 10725
+SHA256 (gorilla-csrf-v1.7.0_GH0.tar.gz) = 8cbc7df34ba5266f78c81b5d1a86b822d4107533dd4c3fd9fe16cdee4d916db5
+SIZE (gorilla-csrf-v1.7.0_GH0.tar.gz) = 21854
+SHA256 (gorilla-handlers-v1.5.1_GH0.tar.gz) = be22eafc7020cba749c8638d0051c326f1b31b5a76a98d86beafc595079f6b09
+SIZE (gorilla-handlers-v1.5.1_GH0.tar.gz) = 20963
+SHA256 (gorilla-mux-v1.8.0_GH0.tar.gz) = ea2639259d2ce6f402636655e91eb93ba69c139e3cbf80b044ee393ada53757b
+SIZE (gorilla-mux-v1.8.0_GH0.tar.gz) = 45517
+SHA256 (gorilla-securecookie-v1.1.1_GH0.tar.gz) = b7897b2243f0d43913aca318593c5c2586294fcd3265189d564ddda1b880fe95
+SIZE (gorilla-securecookie-v1.1.1_GH0.tar.gz) = 41240
+SHA256 (natefinch-lumberjack-v2.0.0_GH0.tar.gz) = 5817941b45096eb70b8114d7a4bf392ea47c4fe8030ff383ca54c67dfa0617bd
+SIZE (natefinch-lumberjack-v2.0.0_GH0.tar.gz) = 12631
+SHA256 (pkg-errors-v0.9.1_GH0.tar.gz) = 56bfd893023daa498508bfe161de1be83299fcf15376035e7df79cbd7d6fa608
+SIZE (pkg-errors-v0.9.1_GH0.tar.gz) = 13415