diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-07-09 17:13:07 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-07-09 17:13:07 +0000 |
commit | d99d942bb0363d29071216cffc26e468ac6b3453 (patch) | |
tree | 6e760d9120821bb8040d55098c41e0c6b78eb1cb /dns/knot-resolver | |
parent | 7c6437e916a4046bfe0ae86246175c07cd42f449 (diff) | |
download | freebsd-ports-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/knot-resolver')
-rw-r--r-- | dns/knot-resolver/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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/ |