diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-07-10 01:13:07 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-07-10 01:13:07 +0800 |
commit | d99d942bb0363d29071216cffc26e468ac6b3453 (patch) | |
tree | 6e760d9120821bb8040d55098c41e0c6b78eb1cb /dns | |
parent | 7c6437e916a4046bfe0ae86246175c07cd42f449 (diff) | |
download | freebsd-ports-gnome-d99d942bb0363d29071216cffc26e468ac6b3453.tar.gz freebsd-ports-gnome-d99d942bb0363d29071216cffc26e468ac6b3453.tar.zst freebsd-ports-gnome-d99d942bb0363d29071216cffc26e468ac6b3453.zip |
Update security/nettle to 3.5.1
- Bump PORTREVISION of dependent ports for shlib change
- Fix build of devel/pijul [1]
Changes: https://git.lysator.liu.se/nettle/nettle/blob/master/NEWS
PR: 238991
Exp-run by: antoine
Thanks to: tobik [1]
Diffstat (limited to 'dns')
-rw-r--r-- | dns/dnsmasq-devel/Makefile | 2 | ||||
-rw-r--r-- | dns/dnsmasq/Makefile | 2 | ||||
-rw-r--r-- | dns/knot-resolver/Makefile | 2 | ||||
-rw-r--r-- | dns/knot2/Makefile | 1 |
4 files changed, 4 insertions, 3 deletions
diff --git a/dns/dnsmasq-devel/Makefile b/dns/dnsmasq-devel/Makefile index dfba36a6f3f1..65d8bda323f8 100644 --- a/dns/dnsmasq-devel/Makefile +++ b/dns/dnsmasq-devel/Makefile @@ -3,7 +3,7 @@ PORTNAME= dnsmasq DISTVERSION= 2.80rc1 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 3 CATEGORIES= dns ipv6 MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/release-candidates/ diff --git a/dns/dnsmasq/Makefile b/dns/dnsmasq/Makefile index d0021f27d415..dc4194202a52 100644 --- a/dns/dnsmasq/Makefile +++ b/dns/dnsmasq/Makefile @@ -3,7 +3,7 @@ PORTNAME= dnsmasq DISTVERSION= 2.80 -PORTREVISION= 2 # leave this in even if 0 to avoid PORTEPOCH bumps +PORTREVISION= 3 # leave this in even if 0 to avoid PORTEPOCH bumps PORTEPOCH= 1 CATEGORIES= dns ipv6 MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/ \ diff --git a/dns/knot-resolver/Makefile b/dns/knot-resolver/Makefile index 9fcd1155f123..8f6f78f3c560 100644 --- a/dns/knot-resolver/Makefile +++ b/dns/knot-resolver/Makefile @@ -3,7 +3,7 @@ PORTNAME= knot-resolver DISTVERSION= 3.2.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= dns ipv6 MASTER_SITES= https://secure.nic.cz/files/knot-resolver/ \ https://dns.company/downloads/knot-resolver/ diff --git a/dns/knot2/Makefile b/dns/knot2/Makefile index ca7f0d0eb2ad..cbb2535db60c 100644 --- a/dns/knot2/Makefile +++ b/dns/knot2/Makefile @@ -3,6 +3,7 @@ PORTNAME= knot DISTVERSION= 2.8.1 +PORTREVISION= 1 CATEGORIES= dns ipv6 MASTER_SITES= https://secure.nic.cz/files/knot-dns/ \ https://dns.company/downloads/knot-dns/ |