diff --git a/srcpkgs/pdsh/template b/srcpkgs/pdsh/template index cd2dc54745f..9cd2618eab1 100644 --- a/srcpkgs/pdsh/template +++ b/srcpkgs/pdsh/template @@ -1,7 +1,7 @@ # Template file for 'pdsh' pkgname=pdsh -version=2.34 -revision=2 +version=2.35 +revision=1 build_style=gnu-configure configure_args=" --disable-static-modules @@ -12,6 +12,7 @@ configure_args=" $(vopt_with xcpu) $(vopt_with netgroup) $(vopt_with readline) + $(vopt_with dshgroups) " hostmakedepends="automake autoconf libtool" makedepends=" @@ -24,15 +25,16 @@ maintainer="Kyle Nusbaum " license="GPL-2.0-or-later" homepage="https://github.com/chaos/pdsh" distfiles="https://github.com/chaos/pdsh/archive/pdsh-${version}.tar.gz" -checksum=36e1b3c734ae9b4baf054c656b9735206cc56b290d2c0ec4f7825cdd9f7dff54 +checksum=99be4bd4c68a5976fb3e9e994bae7e6497481aba681fa1c35bdf055750c3692b -build_options="rsh exec ssh mrsh xcpu netgroup readline" +build_options="rsh exec ssh mrsh xcpu netgroup dshgroups readline" build_options_default="rsh exec ssh mrsh readline" desc_option_rsh="Include support for the rsh remote module" desc_option_exec="Include support for the exec remote module" desc_option_mrsh="Include support for the mrsh remote module" desc_option_xcpu="Include support for the xcpu remote module" desc_option_netgroup="allows pdsh to use standard netgroup entries to build lists of target hosts." +desc_option_dshgroups="allow pdsh to use dshgroup entries to build lists of target hosts." pre_configure() { ./bootstrap