diff options
-rw-r--r-- | dns/autotrust/Makefile | 2 | ||||
-rw-r--r-- | dns/getdns/Makefile | 1 | ||||
-rw-r--r-- | dns/unbound/Makefile | 4 | ||||
-rw-r--r-- | dns/unbound/distinfo | 6 | ||||
-rw-r--r-- | dns/unbound/pkg-plist | 4 | ||||
-rw-r--r-- | mail/opendkim/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/monero-cli/Makefile | 2 |
7 files changed, 11 insertions, 10 deletions
diff --git a/dns/autotrust/Makefile b/dns/autotrust/Makefile index 326bc26f18ca..009c562aa8af 100644 --- a/dns/autotrust/Makefile +++ b/dns/autotrust/Makefile @@ -3,7 +3,7 @@ PORTNAME= autotrust PORTVERSION= 0.3.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= dns MASTER_SITES= http://www.nlnetlabs.nl/downloads/autotrust/ diff --git a/dns/getdns/Makefile b/dns/getdns/Makefile index 6e7d938d9720..5df138840e92 100644 --- a/dns/getdns/Makefile +++ b/dns/getdns/Makefile @@ -3,6 +3,7 @@ PORTNAME= getdns PORTVERSION= 1.4.2 +PORTREVISION= 1 CATEGORIES= dns ipv6 MASTER_SITES= https://getdnsapi.net/dist/ \ ZI \ diff --git a/dns/unbound/Makefile b/dns/unbound/Makefile index c2db0e53a339..93ccce451390 100644 --- a/dns/unbound/Makefile +++ b/dns/unbound/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= unbound -PORTVERSION= 1.7.3 +PORTVERSION= 1.8.0 CATEGORIES= dns MASTER_SITES= https://www.nlnetlabs.nl/downloads/unbound/ \ https://distfiles.crux.guru/ @@ -36,7 +36,7 @@ OPTIONS_SUB= yes OPTIONS_DEFINE= THREADS PYTHON GOST ECDSA MUNIN_PLUGIN DOCS LIBEVENT \ FILTER_AAAA DNSTAP DNSCRYPT SUBNET EVAPI TFOCL TFOSE \ HIREDIS -OPTIONS_DEFAULT=THREADS ECDSA LIBEVENT +OPTIONS_DEFAULT=THREADS ECDSA LIBEVENT GOST_DESC LIBEVENT_DESC= Build against libevent GOST_DESC= Enable GOST support (requires OpenSSL >= 1.0) diff --git a/dns/unbound/distinfo b/dns/unbound/distinfo index b4ae560356be..c45778ed3fba 100644 --- a/dns/unbound/distinfo +++ b/dns/unbound/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1529590466 -SHA256 (unbound-1.7.3.tar.gz) = c11de115d928a6b48b2165e0214402a7a7da313cd479203a7ce7a8b62cba602d -SIZE (unbound-1.7.3.tar.gz) = 5570604 +TIMESTAMP = 1536585381 +SHA256 (unbound-1.8.0.tar.gz) = 78f79d6d3b643fdcd74a14fc76542250da886c82f82bc55b51e189663d61b83f +SIZE (unbound-1.8.0.tar.gz) = 5609213 diff --git a/dns/unbound/pkg-plist b/dns/unbound/pkg-plist index 16d07ece7680..7fb27327640d 100644 --- a/dns/unbound/pkg-plist +++ b/dns/unbound/pkg-plist @@ -4,8 +4,8 @@ include/unbound.h libdata/pkgconfig/libunbound.pc lib/libunbound.a lib/libunbound.so -lib/libunbound.so.2 -lib/libunbound.so.2.5.11 +lib/libunbound.so.8 +lib/libunbound.so.8.0.0 %%PYTHON%%%%PYTHON_SITELIBDIR%%/_unbound.so %%PYTHON%%%%PYTHON_SITELIBDIR%%/unbound.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/unboundmodule.py diff --git a/mail/opendkim/Makefile b/mail/opendkim/Makefile index 5edf2dfb17f3..98c731108b7a 100644 --- a/mail/opendkim/Makefile +++ b/mail/opendkim/Makefile @@ -3,7 +3,7 @@ PORTNAME= opendkim PORTVERSION= 2.10.3 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= mail security MASTER_SITES= SF/${PORTNAME} \ SF/${PORTNAME}/Previous%20Releases \ diff --git a/net-p2p/monero-cli/Makefile b/net-p2p/monero-cli/Makefile index 042435020742..50bd1b9de34f 100644 --- a/net-p2p/monero-cli/Makefile +++ b/net-p2p/monero-cli/Makefile @@ -4,7 +4,7 @@ PORTNAME= monero-cli # To build from an arbitrary git commit comment the following two lines PORTVERSION= 0.12.3.0 -PORTREVISION= 2 +PORTREVISION= 3 DISTVERSIONPREFIX= v # and uncomment the following two lines #PORTVERSION= 0 |