aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2020-11-14 09:23:32 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2020-11-14 09:23:32 +0000
commit8059a7fcf8d3416132e4f6da99d9819dc2627fd3 (patch)
tree076c85eaa3a33f7148a9854ddb69e85d3572c5c6 /www
parent713bae5aa021dc5d0a6d43571e44b661383621e4 (diff)
downloadports-8059a7fcf8d3416132e4f6da99d9819dc2627fd3.tar.gz
ports-8059a7fcf8d3416132e4f6da99d9819dc2627fd3.zip
Fix broken build.
Approved by: ports-secteam (blanket)
Notes
Notes: svn path=/branches/2020Q4/; revision=555100
Diffstat (limited to 'www')
-rw-r--r--www/miniflux/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/www/miniflux/Makefile b/www/miniflux/Makefile
index a177bf2deac4..5454152467aa 100644
--- a/www/miniflux/Makefile
+++ b/www/miniflux/Makefile
@@ -24,6 +24,8 @@ USE_GITHUB= yes
GH_PROJECT= v2
GH_TUPLE= PuerkitoBio:goquery:v1.6.0:goquery/vendor/github.com/PuerkitoBio/goquery \
andybalholm:cascadia:v1.1.0:cascadia/vendor/github.com/andybalholm/cascadia \
+ beorn7:perks:v1.0.1:perks/vendor/github.com/beorn7/perks \
+ cespare:xxhash:v2.1.1:xxhash/vendor/github.com/cespare/xxhash/v2 \
coreos:go-oidc:v2.2.1:go_oidc/vendor/github.com/coreos/go-oidc \
golang:crypto:75b288015ac9:crypto/vendor/golang.org/x/crypto \
golang:net:28c70e62bb1d:net/vendor/golang.org/x/net \
@@ -31,8 +33,9 @@ GH_TUPLE= PuerkitoBio:goquery:v1.6.0:goquery/vendor/github.com/PuerkitoBio/goque
golang:protobuf:v1.4.3:protobuf/vendor/github.com/golang/protobuf \
golang:sys:e3ed0017c211:sys/vendor/golang.org/x/sys \
golang:text:v0.3.3:text/vendor/golang.org/x/text \
- gorilla:mux:v1.7.4:gorilla/vendor/github.com/gorilla/mux \
+ gorilla:mux:v1.8.0:gorilla/vendor/github.com/gorilla/mux \
lib:pq:v1.8.0:pq/vendor/github.com/lib/pq \
+ matttproud:golang_protobuf_extensions:v1.0.1:protobuf_ext/vendor/github.com/matttproud/golang_protobuf_extensions \
pquerna:cachecontrol:1555304b9b35:cachecontrol/vendor/github.com/pquerna/cachecontrol \
protocolbuffers:protobuf-go:v1.25.0:protobuf_go/vendor/google.golang.org/protobuf \
prometheus:client_golang:v1.8.0:client_golang/vendor/github.com/prometheus/client_golang \