diff options
author | vsevolod <vsevolod@FreeBSD.org> | 2017-10-22 18:09:33 +0800 |
---|---|---|
committer | vsevolod <vsevolod@FreeBSD.org> | 2017-10-22 18:09:33 +0800 |
commit | 1398e3253cc23fd4a1e81aec19ea675def68cbad (patch) | |
tree | 894633a5e78f9e3be555b381a690fdd64eea7da2 /dns/dnscrypt-proxy/Makefile | |
parent | 1402e3fbfbd9aefe245b7d303b78d9b4b72b79d8 (diff) | |
download | freebsd-ports-gnome-1398e3253cc23fd4a1e81aec19ea675def68cbad.tar.gz freebsd-ports-gnome-1398e3253cc23fd4a1e81aec19ea675def68cbad.tar.zst freebsd-ports-gnome-1398e3253cc23fd4a1e81aec19ea675def68cbad.zip |
- Update libsodium to 1.0.15 [1]
- Bump revisions for all dependent ports
PR: 223147 [1]
Submitted by: Greg V [1]
Diffstat (limited to 'dns/dnscrypt-proxy/Makefile')
-rw-r--r-- | dns/dnscrypt-proxy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/dnscrypt-proxy/Makefile b/dns/dnscrypt-proxy/Makefile index 3caaaca59760..963c82aa1395 100644 --- a/dns/dnscrypt-proxy/Makefile +++ b/dns/dnscrypt-proxy/Makefile @@ -3,7 +3,7 @@ PORTNAME= dnscrypt-proxy PORTVERSION= 1.9.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns MASTER_SITES= https://download.dnscrypt.org/dnscrypt-proxy/ \ http://download.dnscrypt.org/dnscrypt-proxy/ \ |