aboutsummaryrefslogtreecommitdiff
path: root/www/adguardhome/Makefile
diff options
context:
space:
mode:
authorGuangyuan Yang <ygy@FreeBSD.org>2022-04-05 04:23:05 +0000
committerGuangyuan Yang <ygy@FreeBSD.org>2022-04-05 04:23:05 +0000
commit5d3b802e93dadb51f686dfbad65ba2475d44fc1a (patch)
treea715a9070c665f849d9d4efe386da51d641ca984 /www/adguardhome/Makefile
parentf5a57cb7d6171900853824c2291a16116a4ee7cc (diff)
downloadports-5d3b802e93dadb51f686dfbad65ba2475d44fc1a.tar.gz
ports-5d3b802e93dadb51f686dfbad65ba2475d44fc1a.zip
www/adguardhome: Fix build
adguardhome has a dependency which does not support go 1.18 yet. Use 1.17 for now. PR: 262994 Reported by: Yonas Yanfa <yonas.yanfa@gmail.com> Approved by: portmgr (implicit, build fix)
Diffstat (limited to 'www/adguardhome/Makefile')
-rw-r--r--www/adguardhome/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/adguardhome/Makefile b/www/adguardhome/Makefile
index f6151be57a8e..5f1cee823f3c 100644
--- a/www/adguardhome/Makefile
+++ b/www/adguardhome/Makefile
@@ -1,7 +1,7 @@
PORTNAME= adguardhome
DISTVERSIONPREFIX= v
DISTVERSION= 0.107.0-b.7
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www
MAINTAINER= yuri@FreeBSD.org
@@ -13,6 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= cpe go:modules
GO_MODULE= github.com/AdguardTeam/AdGuardHome
+GO_PORT= lang/go117 # quic-go does not build on Go 1.18 yet
# to rebuild the deps archives:
# 1. set DEV_UPDATE_MODE=yes