aboutsummaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorMikael Urankar <mikael@FreeBSD.org>2021-08-28 12:43:38 +0000
committerMikael Urankar <mikael@FreeBSD.org>2021-08-28 13:42:06 +0000
commit70f1b063ed6e9bfdab36a45f5fb18898d5e66b24 (patch)
treef07fd0091986d1c34bab5ba1a4088a80747d0b28 /dns
parent55dbddeb07345c55bdc6d4d09c3bf6f3409ab0f5 (diff)
downloadports-70f1b063ed6e9bfdab36a45f5fb18898d5e66b24.tar.gz
ports-70f1b063ed6e9bfdab36a45f5fb18898d5e66b24.zip
lang/rust: Rebuild consumers for 1.54.0
Diffstat (limited to 'dns')
-rw-r--r--dns/dog/Makefile2
-rw-r--r--dns/doh-proxy/Makefile2
-rw-r--r--dns/encrypted-dns-server/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/dns/dog/Makefile b/dns/dog/Makefile
index 8482460b4954..e7b9aa7039de 100644
--- a/dns/dog/Makefile
+++ b/dns/dog/Makefile
@@ -1,7 +1,7 @@
PORTNAME= dog
DISTVERSIONPREFIX= v
DISTVERSION= 0.1.0
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= dns net
MAINTAINER= lcook@FreeBSD.org
diff --git a/dns/doh-proxy/Makefile b/dns/doh-proxy/Makefile
index bb02f6fca190..42d3b1c29289 100644
--- a/dns/doh-proxy/Makefile
+++ b/dns/doh-proxy/Makefile
@@ -2,7 +2,7 @@
PORTNAME= doh-proxy
DISTVERSION= 0.9.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= dns
MASTER_SITES= CRATESIO
DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT}
diff --git a/dns/encrypted-dns-server/Makefile b/dns/encrypted-dns-server/Makefile
index eb8019c4d387..9c1b4ad8df65 100644
--- a/dns/encrypted-dns-server/Makefile
+++ b/dns/encrypted-dns-server/Makefile
@@ -1,6 +1,6 @@
PORTNAME= encrypted-dns-server
DISTVERSION= 0.3.23
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= dns
MAINTAINER= felix@userspace.com.au