From 45f8cfe9d21b53ca9ddbf43c8b453af96c7e26fe Mon Sep 17 00:00:00 2001 From: Duncaen Date: Sat, 14 Nov 2020 17:08:16 +0100 Subject: [PATCH] opendoas: update to 6.8. --- srcpkgs/opendoas/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/opendoas/template b/srcpkgs/opendoas/template index 3d3878c48b2..f2084305d1e 100644 --- a/srcpkgs/opendoas/template +++ b/srcpkgs/opendoas/template @@ -1,19 +1,19 @@ # Template file for 'opendoas' pkgname=opendoas -version=6.6.1 +version=6.8 revision=1 wrksrc="OpenDoas-$version" build_style=configure -configure_args="$(vopt_with 'pam') $(vopt_with 'timestamp')" +configure_args="--prefix=/usr $(vopt_with 'pam') $(vopt_with 'timestamp')" conf_files="$(vopt_if 'pam' '/etc/pam.d/doas')" hostmakedepends="bison" makedepends="$(vopt_if 'pam' 'pam-devel')" short_desc="Portable OpenBSD doas to execute commands as another user" maintainer="Duncaen " -license="ISC, BSD" +license="ISC, BSD-3-clause" homepage="https://github.com/Duncaen/OpenDoas" distfiles="https://github.com/Duncaen/OpenDoas/archive/v${version}.tar.gz" -checksum=baf5a2c73116781519cf03b5b9147eee8db69e8b052eaa81caf093107226b4fe +checksum=c53edc59a576cfe8ec8737230e7d0398842a5a8c925e25065463ab632a7eaba9 build_options="pam timestamp" build_options_default="pam timestamp" @@ -22,7 +22,7 @@ desc_option_timestamp="enable persistent auth using timestamps" pre_configure() { cp ${FILESDIR}/doas.pam pam.d__doas__linux - vsed -i bsd.prog.mk \ + vsed -i GNUmakefile \ -e '/chown ${BINOWN}:${BINGRP}/d' \ -e '/chmod ${BINMODE}/d' }