diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2019-02-10 07:25:36 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2019-02-10 07:25:36 +0800 |
commit | 0976258e6eefd7c85bab83e53fe88953cb166aa2 (patch) | |
tree | 7024f5e8f834929410437d95daf7499f3ae5966b /dns/bind911 | |
parent | c2022777e248a60164aadfcb4e3e7a5842a065ab (diff) | |
download | freebsd-ports-gnome-0976258e6eefd7c85bab83e53fe88953cb166aa2.tar.gz freebsd-ports-gnome-0976258e6eefd7c85bab83e53fe88953cb166aa2.tar.zst freebsd-ports-gnome-0976258e6eefd7c85bab83e53fe88953cb166aa2.zip |
Update dns/libidn2 to 2.1.1
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://gitlab.com/libidn/libidn2/blob/master/NEWS
Diffstat (limited to 'dns/bind911')
-rw-r--r-- | dns/bind911/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/bind911/Makefile b/dns/bind911/Makefile index bd7c73c5b567..feda914d2195 100644 --- a/dns/bind911/Makefile +++ b/dns/bind911/Makefile @@ -3,7 +3,7 @@ PORTNAME= bind PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b/:S/a/.a/:S/rc/.rc/} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= dns net ipv6 MASTER_SITES= ISC/bind9/${ISCVERSION} PKGNAMESUFFIX= 911 |