opendoas: update to 6.6.
This commit is contained in:
parent
3c4449e35b
commit
0f0deb0911
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'opendoas'.
|
# Template file for 'opendoas'.
|
||||||
pkgname=opendoas
|
pkgname=opendoas
|
||||||
version=6.0
|
version=6.6
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="OpenDoas-$version"
|
wrksrc="OpenDoas-$version"
|
||||||
build_style=configure
|
build_style=configure
|
||||||
|
@ -13,14 +13,14 @@ maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||||
license="ISC, BSD"
|
license="ISC, BSD"
|
||||||
homepage="https://github.com/Duncaen/OpenDoas"
|
homepage="https://github.com/Duncaen/OpenDoas"
|
||||||
distfiles="https://github.com/Duncaen/OpenDoas/archive/v${version}.tar.gz"
|
distfiles="https://github.com/Duncaen/OpenDoas/archive/v${version}.tar.gz"
|
||||||
checksum=59b5ce734591e0e5142f9cb27aaa56a4d5ce470d1f7ad85e9679cd91d2dd2058
|
checksum=83ca7e6d75b834f0a03604a4e5dd3879534de5ab8e75b36bbe169b53666f8ec8
|
||||||
|
|
||||||
build_options="pam"
|
build_options="pam"
|
||||||
build_options_default="pam"
|
build_options_default="pam"
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
cp ${FILESDIR}/doas.pam pam.d__doas__linux
|
cp ${FILESDIR}/doas.pam pam.d__doas__linux
|
||||||
sed -i bsd.prog.mk \
|
vsed -i bsd.prog.mk \
|
||||||
-e '/chown ${BINOWN}:${BINGRP}/d' \
|
-e '/chown ${BINOWN}:${BINGRP}/d' \
|
||||||
-e '/chmod ${BINMODE}/d'
|
-e '/chmod ${BINMODE}/d'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue