diff --git a/srcpkgs/opendoas/template b/srcpkgs/opendoas/template index c85876b4ce5..7d26d676953 100644 --- a/srcpkgs/opendoas/template +++ b/srcpkgs/opendoas/template @@ -1,6 +1,6 @@ # Template file for 'opendoas'. pkgname=opendoas -version=6.0 +version=6.6 revision=1 wrksrc="OpenDoas-$version" build_style=configure @@ -13,14 +13,14 @@ maintainer="Duncaen " license="ISC, BSD" homepage="https://github.com/Duncaen/OpenDoas" distfiles="https://github.com/Duncaen/OpenDoas/archive/v${version}.tar.gz" -checksum=59b5ce734591e0e5142f9cb27aaa56a4d5ce470d1f7ad85e9679cd91d2dd2058 +checksum=83ca7e6d75b834f0a03604a4e5dd3879534de5ab8e75b36bbe169b53666f8ec8 build_options="pam" build_options_default="pam" pre_configure() { cp ${FILESDIR}/doas.pam pam.d__doas__linux - sed -i bsd.prog.mk \ + vsed -i bsd.prog.mk \ -e '/chown ${BINOWN}:${BINGRP}/d' \ -e '/chmod ${BINMODE}/d' }