diff options
author | vsevolod <vsevolod@FreeBSD.org> | 2016-03-23 17:20:35 +0800 |
---|---|---|
committer | vsevolod <vsevolod@FreeBSD.org> | 2016-03-23 17:20:35 +0800 |
commit | 41528b1b93aac853fa94024cc7b5ae7350b216c4 (patch) | |
tree | 6e74b4f992851b9e8620c5d2c8287fd363eddeef /dns | |
parent | 4c8d7352ae8f6df9df83f6a59761f3674def35c9 (diff) | |
download | freebsd-ports-gnome-41528b1b93aac853fa94024cc7b5ae7350b216c4.tar.gz freebsd-ports-gnome-41528b1b93aac853fa94024cc7b5ae7350b216c4.tar.zst freebsd-ports-gnome-41528b1b93aac853fa94024cc7b5ae7350b216c4.zip |
- Update libsodium to 1.0.8
- Bump revisions of all dependant ports
PR: 206482
Submitted by: lev, w.schwarzenfeld@aon.at
Diffstat (limited to 'dns')
-rw-r--r-- | dns/curvedns/Makefile | 2 | ||||
-rw-r--r-- | dns/dnscrypt-proxy/Makefile | 1 | ||||
-rw-r--r-- | dns/dnscrypt-wrapper/Makefile | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/dns/curvedns/Makefile b/dns/curvedns/Makefile index 3b37bdd7f80c..715495f9fb94 100644 --- a/dns/curvedns/Makefile +++ b/dns/curvedns/Makefile @@ -3,7 +3,7 @@ PORTNAME= curvedns PORTVERSION= 0.88.b -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= dns MAINTAINER= vsevolod@FreeBSD.org diff --git a/dns/dnscrypt-proxy/Makefile b/dns/dnscrypt-proxy/Makefile index 668aacdb9015..a97c044d7e1c 100644 --- a/dns/dnscrypt-proxy/Makefile +++ b/dns/dnscrypt-proxy/Makefile @@ -3,6 +3,7 @@ PORTNAME= dnscrypt-proxy PORTVERSION= 1.6.1 +PORTREVISION= 1 CATEGORIES= dns MASTER_SITES= http://download.dnscrypt.org/dnscrypt-proxy/ \ http://www.dns-lab.com/downloads/dnscrypt-proxy/ diff --git a/dns/dnscrypt-wrapper/Makefile b/dns/dnscrypt-wrapper/Makefile index 010dd88e9779..1a488784947f 100644 --- a/dns/dnscrypt-wrapper/Makefile +++ b/dns/dnscrypt-wrapper/Makefile @@ -3,7 +3,7 @@ PORTNAME= dnscrypt-wrapper PORTVERSION= 0.2 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns MAINTAINER= freebsd@toyingwithfate.com |