aboutsummaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorMikael Urankar <mikael@FreeBSD.org>2022-11-17 07:03:49 +0000
committerMikael Urankar <mikael@FreeBSD.org>2022-11-17 07:06:14 +0000
commit9bf6a9996323c016eb295bd6190b0e47ad76fdf4 (patch)
treeeda41084f8cc18d443f7a08cab44e4cd2a078d15 /dns
parentaf39fba60871f5bec770ee76c5375c2915deb703 (diff)
downloadports-9bf6a9996323c016eb295bd6190b0e47ad76fdf4.tar.gz
ports-9bf6a9996323c016eb295bd6190b0e47ad76fdf4.zip
lang/rust: Bump revisions after 1.65.0
PR: 267622
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 b6694ea64eaf..d1c4744b6049 100644
--- a/dns/dog/Makefile
+++ b/dns/dog/Makefile
@@ -1,7 +1,7 @@
PORTNAME= dog
DISTVERSIONPREFIX= v
DISTVERSION= 0.1.0
-PORTREVISION= 18
+PORTREVISION= 19
CATEGORIES= dns net
MAINTAINER= lcook@FreeBSD.org
diff --git a/dns/doh-proxy/Makefile b/dns/doh-proxy/Makefile
index 8b7cd9d20508..68e8f5df157d 100644
--- a/dns/doh-proxy/Makefile
+++ b/dns/doh-proxy/Makefile
@@ -1,6 +1,6 @@
PORTNAME= doh-proxy
DISTVERSION= 0.9.3
-PORTREVISION= 5
+PORTREVISION= 6
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 a80146e57dc2..52ab4bef09d4 100644
--- a/dns/encrypted-dns-server/Makefile
+++ b/dns/encrypted-dns-server/Makefile
@@ -1,6 +1,6 @@
PORTNAME= encrypted-dns-server
DISTVERSION= 0.9.6
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= dns
MAINTAINER= felix@userspace.com.au