diff options
author | Mikael Urankar <mikael@FreeBSD.org> | 2023-03-16 12:10:29 +0100 |
---|---|---|
committer | Mikael Urankar <mikael@FreeBSD.org> | 2023-03-16 12:11:52 +0100 |
commit | ebf29acc6ce4942cbc6ee75d81b6b97391e4371f (patch) | |
tree | d332496299a32abaf3f793fa38f7115b5240e263 /dns/doh-proxy/Makefile | |
parent | a22be893ea50a51b7af3bab0c2fb6f9db1fbc5d5 (diff) | |
download | freebsd-ports-ebf29acc6ce4942cbc6ee75d81b6b97391e4371f.zip |
lang/rust: Bump revisions after 1.68.0
PR: 270080
Diffstat (limited to 'dns/doh-proxy/Makefile')
-rw-r--r-- | dns/doh-proxy/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/doh-proxy/Makefile b/dns/doh-proxy/Makefile index 54337601d548..7ed7dc6dfe64 100644 --- a/dns/doh-proxy/Makefile +++ b/dns/doh-proxy/Makefile @@ -1,5 +1,6 @@ PORTNAME= doh-proxy DISTVERSION= 0.9.8 +PORTREVISION= 1 CATEGORIES= dns MASTER_SITES= CRATESIO DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT} |