Ticket #26997: bind9-9.7.2-P2.diff

File bind9-9.7.2-P2.diff, 2.2 KB (added by jmroot (Joshua Root), 14 years ago)
  • Portfile

     
    33PortSystem 1.0
    44
    55name                    bind9
    6 version                 9.7.1-P2
     6version                 9.7.2-P2
    77
    88categories              net
    99maintainers             geeklair.net:dluke
     
    2424distname                bind-${version}
    2525master_sites            isc:${name}/${version}
    2626
    27 checksums       md5     bd6be63cc910d04da39103d441871596 \
    28                 sha1    b24ea0e8a67b841601b803f54070610036931e64 \
    29                 rmd160  ec978498c0e0fa7f709fa3398a573e67557f06a4
     27checksums       md5     e74de6ec9c2cd27576794c873bd85f4a \
     28                sha1    ad143fa002d16352648c651ac12471258971a0d1 \
     29                rmd160  dcc8bf34d0e72c53257d9ac61f88fd0f3f039672
    3030               
    3131depends_lib             port:openssl port:libxml2
    3232
     
    6969        destroot.keepdirs ${destroot}${prefix}/var/run
    7070}
    7171
    72 post-destroot {
    73         ui_msg "******************************************************"
    74         ui_msg "* To setup named to run, you need to copy named.conf.dist"
    75         ui_msg "* to named.conf:"
    76         ui_msg "* sudo cp ${prefix}/etc/named.conf.dist ${prefix}/etc/named.conf"
    77         ui_msg "* and edit as needed. If you use the default zone files for"
    78         ui_msg "* 127.0.0, localhost, and the cache, you also need to copy"
    79         ui_msg "* those files:"
    80         ui_msg "* sudo cp ${prefix}/var/named/db.127.0.0.dist ${prefix}/var/named/db.127.0.0"
    81         ui_msg "* sudo cp ${prefix}/var/named/db.cache.dist ${prefix}/var/named/db.cache"
    82         ui_msg "* sudo cp ${prefix}/var/named/db.localhost.dist ${prefix}/var/named/db.localhost"
    83         ui_msg "******************************************************"
    84 }
     72notes "******************************************************
     73* To setup named to run, you need to copy named.conf.dist
     74* to named.conf:
     75* sudo cp ${prefix}/etc/named.conf.dist ${prefix}/etc/named.conf
     76* and edit as needed. If you use the default zone files for
     77* 127.0.0, localhost, and the cache, you also need to copy
     78* those files:
     79* sudo cp ${prefix}/var/named/db.127.0.0.dist ${prefix}/var/named/db.127.0.0
     80* sudo cp ${prefix}/var/named/db.cache.dist ${prefix}/var/named/db.cache
     81* sudo cp ${prefix}/var/named/db.localhost.dist ${prefix}/var/named/db.localhost
     82******************************************************"
    8583
    8684variant dlz_mysql5 description {Dynamically Loaded Zones (dlz) stored in MySQL 5.x} {
    8785        depends_lib-append \