sudo: update to 1.8.11.
This commit is contained in:
parent
c920736289
commit
c4d222b7f7
1 changed files with 7 additions and 4 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template build file for 'sudo'.
|
# Template build file for 'sudo'.
|
||||||
pkgname=sudo
|
pkgname=sudo
|
||||||
version=1.8.10p3
|
version=1.8.11
|
||||||
revision=2
|
revision=1
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-ignore-dot -with-all-insults --with-env-editor
|
configure_args="--with-ignore-dot -with-all-insults --with-env-editor
|
||||||
--enable-shell-sets-home --enable-noargs-shell --without-sendmail
|
--enable-shell-sets-home --enable-noargs-shell --without-sendmail
|
||||||
--with-logfac=auth --disable-root-mailer --enable-pie"
|
--with-logfac=auth --disable-root-mailer --enable-pie --with-mdoc"
|
||||||
hostmakedepends="groff"
|
hostmakedepends="groff"
|
||||||
makedepends="zlib-devel pam-devel"
|
makedepends="zlib-devel pam-devel"
|
||||||
conf_files="/etc/pam.d/sudo /etc/sudoers"
|
conf_files="/etc/pam.d/sudo /etc/sudoers"
|
||||||
|
@ -15,8 +15,11 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.gratisoft.us/sudo/"
|
homepage="http://www.gratisoft.us/sudo/"
|
||||||
license="ISC, BSD, zlib"
|
license="ISC, BSD, zlib"
|
||||||
distfiles="http://www.courtesan.com/sudo/dist/$pkgname-$version.tar.gz"
|
distfiles="http://www.courtesan.com/sudo/dist/$pkgname-$version.tar.gz"
|
||||||
checksum=6eda135fa68163108f1c24de6975de5ddb09d75730bb62d6390bda7b04345400
|
checksum=a3177de7b5fbebfb43b32fc30aecaaf434762bf23e313de4c4a39e5ff715c845
|
||||||
|
|
||||||
|
pre_install() {
|
||||||
|
find ${wrksrc} -type f -name Makefile -exec sed -i 's,$(INSTALL_OWNER),,g' {} \;
|
||||||
|
}
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall ${FILESDIR}/sudo.pam 644 etc/pam.d sudo
|
vinstall ${FILESDIR}/sudo.pam 644 etc/pam.d sudo
|
||||||
vmkdir usr/share/licenses/sudo
|
vmkdir usr/share/licenses/sudo
|
||||||
|
|
Loading…
Reference in a new issue