Permalink
Browse files
bind9: version bump, update to 9.12.4
- Loading branch information
Showing
with
10 additions
and
6 deletions.
-
+10
−6
net/bind9/Portfile
|
|
@@ -1,7 +1,7 @@ |
|
|
PortSystem 1.0 |
|
|
|
|
|
name bind9 |
|
|
version 9.12.3-P4 |
|
|
version 9.12.4 |
|
|
categories net |
|
|
maintainers {geeklair.net:dluke @danielluke} |
|
|
platforms darwin freebsd sunos |
|
|
@@ -23,11 +23,14 @@ homepage https://www.isc.org/ |
|
|
distname bind-${version} |
|
|
master_sites isc:${name}/${version} |
|
|
|
|
|
checksums rmd160 a5a314a370e53ac2cb3c743c4886b8b538a2bd63 \ |
|
|
sha256 d1014453c62623e42323fd83fc89444c12ae6b707fd586466959a052fe21f206 \ |
|
|
size 8627833 |
|
|
checksums rmd160 9a6310b8e1121f4a0cbd5478dc480ae8ed035f14 \ |
|
|
sha256 81bf24b2b86f7288ccf727aff59f1d752cc3e9de30a7480d24d67736256a0d53 \ |
|
|
size 7936647 |
|
|
|
|
|
depends_lib path:lib/libssl.dylib:openssl port:libxml2 |
|
|
depends_lib path:lib/libssl.dylib:openssl \ |
|
|
port:libxml2 \ |
|
|
port:python37 \ |
|
|
port:py37-ply |
|
|
|
|
|
patchfiles-append gssapi-link.patch |
|
|
|
|
|
@@ -50,7 +53,8 @@ configure.args --mandir=${prefix}/share/man \ |
|
|
--with-libxml2=${prefix} \ |
|
|
--without-libjson \ |
|
|
--enable-threads \ |
|
|
--enable-ipv6 |
|
|
--enable-ipv6 \ |
|
|
--with-python=${prefix}/bin/python3.7 |
|
|
|
|
|
platform darwin 8 { |
|
|
configure.args-append --with-dlopen=no \ |
|
|
|