diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-17 23:08:30 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-17 23:08:30 +0000 |
commit | 87baa4d0863eca78dba825448edf370b42647c9a (patch) | |
tree | 2b860c046c536d02e57b7249887461ce0ca4c3e4 /security/sudo | |
parent | 7fbdf514d9c3312607d6395813382525b39ddd69 (diff) | |
download | ports-87baa4d0863eca78dba825448edf370b42647c9a.tar.gz ports-87baa4d0863eca78dba825448edf370b42647c9a.zip |
Notes
Diffstat (limited to 'security/sudo')
-rw-r--r-- | security/sudo/Makefile | 4 | ||||
-rw-r--r-- | security/sudo/distinfo | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index 9cc6a9bb1e66..8ad8eee33fc4 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -6,7 +6,7 @@ # PORTNAME= sudo -PORTVERSION= 1.6.2p3 +PORTVERSION= 1.6.3 CATEGORIES= security MASTER_SITES= ftp://ftp.cs.colorado.edu/pub/sysadmin/sudo/ @@ -22,13 +22,13 @@ CONFIGURE_ARGS= --with-skey \ --with-env-editor \ --with-insults \ --with-all-insults \ + --with-logincap \ --disable-root-sudo MAN5= sudoers.5 MAN8= sudo.8 visudo.8 post-patch: - perl -i -pe 's,!!PREFIX!!,${PREFIX},g' ${WRKSRC}/*.man perl -i -pe 's,^,#,g' ${WRKSRC}/sample.sudoers post-install: diff --git a/security/sudo/distinfo b/security/sudo/distinfo index 6c6c56cba805..d325781f30a6 100644 --- a/security/sudo/distinfo +++ b/security/sudo/distinfo @@ -1 +1 @@ -MD5 (sudo-1.6.2p3.tar.gz) = af835cb583238448be5363449710e5ca +MD5 (sudo-1.6.3.tar.gz) = 8721c5ecba1a376ada7c02570c8f6ebd |