diff --git a/srcpkgs/bind/template b/srcpkgs/bind/template index 6bbde128065..8f48347496a 100644 --- a/srcpkgs/bind/template +++ b/srcpkgs/bind/template @@ -1,6 +1,9 @@ # Template file for 'bind' pkgname=bind -version=9.9.6 +_distver=9.9.6 +_patchver=P1 +version="${_distver}${_patchver}" +wrksrc="${pkgname}-${_distver}-${_patchver}" revision=1 short_desc="Berkeley Internet Name Domain server" maintainer="Juan RP " @@ -8,8 +11,8 @@ license="ISC" homepage="http://www.isc.org/software/bind/" update_site="http://ftp.isc.org/isc/bind9/" update_pattern="9\.[\d.]+(?=/)" -distfiles="http://ftp.isc.org/isc/bind9/${version}/bind-${version}.tar.gz" -checksum=6b9432644a3bfa41695354543bd9e2547104e35f3c7354a416a030a4cdd1c514 +distfiles="http://ftp.isc.org/isc/bind9/${_distver}-${_patchver}/bind-${_distver}-${_patchver}.tar.gz" +checksum=dfedcb2b414d2803accd1a9c21d183178a288f40a2486af5ec0d3369a8cb8526 build_style=gnu-configure configure_args="--disable-static --enable-threads --enable-largefile @@ -23,7 +26,6 @@ conf_files="/etc/named/named.conf" system_accounts="named" named_desc="BIND DNS server" named_homedir="/var/named" -named_shell="/bin/false" make_dirs="/var/named 0770 root named" build_options="systemd"