diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2022-05-02 13:37:50 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2022-05-03 08:00:34 +0000 |
commit | 57c3caaa6c71fac422a82aa252be380179d3c042 (patch) | |
tree | 5b44bb0b1029054581ea8dc50800d1d2d374607e /dns/doh-proxy | |
parent | 9f600c6f47c1e6e8675baef6c39954d4c7eb7587 (diff) |
lang/rust: Relink ports after the Rust 1.60.0 update
Diffstat (limited to 'dns/doh-proxy')
-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 90533b9e568f..701b22286b82 100644 --- a/dns/doh-proxy/Makefile +++ b/dns/doh-proxy/Makefile @@ -2,6 +2,7 @@ PORTNAME= doh-proxy DISTVERSION= 0.9.3 +PORTREVISION= 1 CATEGORIES= dns MASTER_SITES= CRATESIO DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT} |