summaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2021-03-29 18:10:45 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2021-03-29 18:10:45 +0000
commit6095f1422aa01852031a042d6bf71f605ef7c83b (patch)
treed946de260353def950c97639f16024fbc82ba93f /dns
parentdevel/racer: Update to 2.1.44 (diff)
Rebuild lang/rust consumers after r569489
Notes
Notes: svn path=/head/; revision=569491
Diffstat (limited to 'dns')
-rw-r--r--dns/dog/Makefile2
-rw-r--r--dns/doh-proxy/Makefile1
-rw-r--r--dns/encrypted-dns-server/Makefile2
3 files changed, 3 insertions, 2 deletions
diff --git a/dns/dog/Makefile b/dns/dog/Makefile
index 5874e0c076ef..b2ce6a028bbe 100644
--- a/dns/dog/Makefile
+++ b/dns/dog/Makefile
@@ -3,7 +3,7 @@
PORTNAME= dog
DISTVERSIONPREFIX= v
DISTVERSION= 0.1.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= dns net
MAINTAINER= lcook@FreeBSD.org
diff --git a/dns/doh-proxy/Makefile b/dns/doh-proxy/Makefile
index f75256c10030..399a713f7192 100644
--- a/dns/doh-proxy/Makefile
+++ b/dns/doh-proxy/Makefile
@@ -3,6 +3,7 @@
PORTNAME= doh-proxy
DISTVERSION= 0.3.8
+PORTREVISION= 1
CATEGORIES= dns
MASTER_SITES= CRATESIO
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
diff --git a/dns/encrypted-dns-server/Makefile b/dns/encrypted-dns-server/Makefile
index 947952c2117b..28c50fd819b9 100644
--- a/dns/encrypted-dns-server/Makefile
+++ b/dns/encrypted-dns-server/Makefile
@@ -2,7 +2,7 @@
PORTNAME= encrypted-dns-server
DISTVERSION= 0.3.21
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= dns
MAINTAINER= felix@userspace.com.au