Commits
Daniel J. Luke authored c22ff392d5d
1 1 | PortSystem 1.0 |
2 2 | |
3 3 | name bind9 |
4 - | version 9.12.0 |
4 + | version 9.12.1 |
5 5 | categories net |
6 6 | maintainers {geeklair.net:dluke @danielluke} |
7 7 | platforms darwin freebsd sunos |
8 8 | |
9 9 | description Domain Name System server |
10 10 | license MPL |
11 11 | |
12 12 | long_description The BIND DNS Server is used on the vast majority of name \ |
13 13 | serving machines on the Internet, providing a robust \ |
14 14 | and stable architecture on top of which an \ |
15 15 | organization's naming architecture can be built. The \ |
16 16 | resolver library included in the BIND distribution \ |
17 17 | provides the standard APIs for translation between domain names \ |
18 18 | and Internet addresses and is intended to be linked with applications \ |
19 19 | requiring name service. |
20 20 | |
21 21 | homepage http://www.isc.org |
22 22 | |
23 23 | distname bind-${version} |
24 24 | master_sites isc:${name}/${version} |
25 25 | |
26 - | checksums md5 8679dd7a45920cea3761c5586d84244b \ |
27 - | sha1 55015312b571dd4f6e8ef7a054b6937378e092c4 \ |
28 - | rmd160 a539a47b1da617280a6fc3570ae44dbbad7bcc54 \ |
29 - | sha256 29870e9bf9dcc31ead3793ca754a7b0236a0785a7a9dc0f859a0bc42e19b3c82 |
26 + | checksums md5 ec20f2d6aff50651296fad962d19ccfa \ |
27 + | sha1 40538dcf8e4be7f02fefeafc3fa05eda0949bb57 \ |
28 + | rmd160 62046cd44728ff3513df78a9fe130d0ee443aa7b \ |
29 + | sha256 16e446425c35e48b651ddf1171d2115ebf32b07670b652e1030a174038937510 |
30 30 | |
31 31 | depends_lib path:lib/libssl.dylib:openssl port:libxml2 |
32 32 | |
33 33 | patchfiles-append gssapi-link.patch |
34 34 | |
35 35 | use_parallel_build no |
36 36 | universal_variant no |
37 37 | |
38 38 | test.run yes |
39 39 | test.target test |