diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2021-01-22 19:13:59 +0800 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2021-01-22 19:13:59 +0800 |
commit | 25bf57f98b019233a1a7225939300521551199ca (patch) | |
tree | a611b56be993f2995f8f64a03eeab0a8a20c361f /dns/bind911/Makefile | |
parent | f1730db048d721634e9e47d379b5b940c714914e (diff) | |
download | freebsd-ports-gnome-25bf57f98b019233a1a7225939300521551199ca.tar.gz freebsd-ports-gnome-25bf57f98b019233a1a7225939300521551199ca.tar.zst freebsd-ports-gnome-25bf57f98b019233a1a7225939300521551199ca.zip |
Update to 9.11.27
Diffstat (limited to 'dns/bind911/Makefile')
-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 258e3c46668b..b53ac54696a5 100644 --- a/dns/bind911/Makefile +++ b/dns/bind911/Makefile @@ -24,7 +24,7 @@ RUN_DEPENDS= bind-tools>0:dns/bind-tools USES= cpe libedit pkgconfig # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.11.26 +ISCVERSION= 9.11.27 CPE_VENDOR= isc CPE_VERSION= ${ISCVERSION:C/-.*//} |