Commits

Casey Deccio authored and Zero King committed 51bd139833e
dnsviz: update to version 0.6.7

* Update to latest upstream release, DNSViz 0.6.7 * Allow old root KSK to persist since rollover was delayed
No tags

net/dnsviz/Portfile

Modified
1 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2 2
3 3 PortSystem 1.0
4 4
5 5 PortGroup github 1.0
6 6 PortGroup python 1.0
7 7
8 -github.setup dnsviz dnsviz 0.6.6 v
8 +github.setup dnsviz dnsviz 0.6.7 v
9 9 github.tarball_from releases
10 10
11 11 categories net
12 12 platforms darwin
13 13 license GPL-2+
14 14 supported_archs noarch
15 15 maintainers {@cdeccio deccio.net:casey} openmaintainer
16 16
17 17 description DNS measurement and diagnostic tool suite
18 18 long_description DNSViz is a tool suite for measurement, diagnostic, and \
19 19 visualization of Domain Name System (DNS) behavior, \
20 20 including its security extensions (DNSSEC).
21 21
22 -checksums rmd160 bd20fc76ecb31c1d5cd5bbaf3e1b6fb11f99b558 \
23 - sha256 b89076aabc79744556f284e4c9b757a19ea5043c2cd61d957fb8995c713b5a37
22 +checksums rmd160 d9bd064eed67e89e3a941f2113062f9576ffe839 \
23 + sha256 b94f06afb78754ef70597b214a3bd29c0d2f1fd1478ddc8bdd35edc372703ce2
24 24
25 25 python.default_version 27
26 26
27 -depends_build port:bin/dot:graphviz
27 +depends_build path:bin/dot:graphviz
28 28
29 29 depends_run port:py${python.version}-dnspython \
30 30 port:py${python.version}-m2crypto \
31 31 port:py${python.version}-pygraphviz
32 32
33 33 destroot.destdir --prefix=${python.prefix} \
34 34 --root=${destroot} \
35 35 --install-data=${prefix} \
36 36 --install-scripts=${prefix}/bin/

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut