diff -u /opt/local/var/macports/sources/rsync.macports.org/release/ports/net/bind9/Portfile bind10/Portfile
old
|
new
|
|
2 | 2 | |
3 | 3 | PortSystem 1.0 |
4 | 4 | |
5 | | name bind9 |
6 | | version 9.7.0-P1 |
| 5 | name bind10 |
| 6 | version devel-20100421 |
7 | 7 | |
8 | 8 | categories net |
9 | 9 | maintainers geeklair.net:dluke |
… |
… |
|
21 | 21 | |
22 | 22 | homepage http://www.isc.org |
23 | 23 | |
24 | | distname bind-${version} |
25 | 24 | master_sites isc:${name}/${version} |
26 | 25 | |
27 | | checksums md5 78e3e38c6252e41ded1afa1aeb183622 \ |
28 | | sha1 6713d65c1455845a9ced6cb4bd705a2575986e42 \ |
29 | | rmd160 200aa067596e09f6f06e8830d0a46f02d324db26 |
| 26 | checksums md5 27c05358df69eefcb56418f854a23ecf \ |
| 27 | sha1 88fa899ddcb7dfb3cc66b1a1ba975a1b51f73d54 \ |
| 28 | rmd160 5044b8f6da2a7d497a2748bb46fdbc98ccc2c2e5 |
30 | 29 | |
31 | | depends_lib port:openssl port:libxml2 |
| 30 | depends_lib port:openssl port:libxml2 port:python31 port:boost |
32 | 31 | |
33 | 32 | use_parallel_build no |
34 | 33 | universal_variant no |