--- plamo/01_minimum/network.txz/old/bind-20181227/PlamoBuild.bind-9.9.13_P1 2018-12-27 11:43:18.000000000 +0900 +++ plamo/01_minimum/network.txz/bind/PlamoBuild.bind-9.12.3_P4 2019-03-13 11:10:23.000000000 +0900 @@ -1,20 +1,20 @@ #!/bin/sh ###################################################################### -url="http://ftp.isc.org/isc/bind/9.9.13-P1/bind-9.9.13-P1.tar.gz +url="http://ftp.isc.org/isc/bind/9.12.3-P4/bind-9.12.3-P4.tar.gz http://www.internic.net/domain/named.root" verify= digest= branch= commitid= pkgbase=bind -vers=9.9.13_P1 +vers=9.12.3_P4 arch=`uname -m` build=P2 -src=$pkgbase-9.9.13-P1 +src=$pkgbase-9.12.3-P4 patchfiles="" -OPT_CONFIG="--with-libxml2=no --with-libtool" -DOCS="README CHANGES OPTIONS FAQ.xml HISTORY COPYRIGHT CONTRIBUTING" +OPT_CONFIG="--with-libtool --with-libxml2=no" +DOCS="HISTORY LICENSE CONTRIBUTING CHANGES OPTIONS README COPYRIGHT" template=20180815 tmplurl=ftp://plamo.linet.gr.jp/pub/Plamo-src/admin ###################################################################### @@ -217,7 +217,6 @@ tar rvpf $pkg.tar -C $P `cd $P ; find etc | tail -n+2` tar rvpf $pkg.tar -C $P var/named tar rvpf $pkg.tar -C $P `cd $P ; find usr/share/man/man1 | tail -n+2` - tar rvpf $pkg.tar -C $P `cd $P ; find usr/share/man/man3 | tail -n+2` tar rvpf $pkg.tar -C $P `cd $P ; find usr/share/man/man5 | tail -n+2` tar rvpf $pkg.tar -C $P `cd $P ; find usr/share/man/man8 | tail -n+2` tar rvpf $pkg.tar -C $P usr/share/doc/$src