diff options
author | taca <taca@pkgsrc.org> | 2008-01-22 12:45:24 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2008-01-22 12:45:24 +0000 |
commit | 4ed365d3bcdac09a569387f0129e3991812d5969 (patch) | |
tree | f7bb327274419e06d81be92de6ed0f7308ce2a95 /security/sudo | |
parent | 054627aa6fdc3607eeb5e28a2a992392b9888405 (diff) | |
download | pkgsrc-4ed365d3bcdac09a569387f0129e3991812d5969.tar.gz |
Distribution file was changed after sudo 1.6.9p12 was released. :-(
config.h.in
configure
configure.in
ldap.c
Add DIST_SUBDIR to handle this situation.
Bump PKG_REVISION.
Diffstat (limited to 'security/sudo')
-rw-r--r-- | security/sudo/Makefile | 4 | ||||
-rw-r--r-- | security/sudo/distinfo | 8 |
2 files changed, 7 insertions, 5 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index 676fe833321..ed787881217 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.107 2008/01/21 16:38:57 taca Exp $ +# $NetBSD: Makefile,v 1.108 2008/01/22 12:45:24 taca Exp $ # DISTNAME= sudo-1.6.9p12 +PKGREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.courtesan.com/sudo/dist/ \ ftp://ftp.courtesan.com/pub/sudo/ \ @@ -11,6 +12,7 @@ MASTER_SITES= http://www.courtesan.com/sudo/dist/ \ http://netmirror.org/mirror/ftp.sudo.ws/ \ http://www.courtesan.com/sudo/dist/OLD/ \ http://www.courtesan.com/sudo/dist/beta/ +DIST_SUBDIR= ${DISTNAME}-20080122 MAINTAINER= kim@tac.nyc.ny.us HOMEPAGE= http://www.courtesan.com/sudo/ diff --git a/security/sudo/distinfo b/security/sudo/distinfo index 43fe2bdd65d..422a89b8899 100644 --- a/security/sudo/distinfo +++ b/security/sudo/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.51 2008/01/21 16:38:57 taca Exp $ +$NetBSD: distinfo,v 1.52 2008/01/22 12:45:24 taca Exp $ -SHA1 (sudo-1.6.9p12.tar.gz) = dcc10903c714a14c79c40b75de4ac9b7e308629e -RMD160 (sudo-1.6.9p12.tar.gz) = 882efbbc8cbb7c2a906d461c8fe152b43b229691 -Size (sudo-1.6.9p12.tar.gz) = 581903 bytes +SHA1 (sudo-1.6.9p12-20080122/sudo-1.6.9p12.tar.gz) = c2b07c68d2026fb3e7786b2c9a8fb0c519a830f8 +RMD160 (sudo-1.6.9p12-20080122/sudo-1.6.9p12.tar.gz) = fe07ead5c328b35fc0c84946d71469f4620ddd06 +Size (sudo-1.6.9p12-20080122/sudo-1.6.9p12.tar.gz) = 581936 bytes SHA1 (patch-aa) = 90e5a64fc621efc5f4bcb4bc3dc0dce44704391f SHA1 (patch-af) = c0a594c8b3a665dc0a84f40754a46bcd7e17ea49 SHA1 (patch-ag) = c3442810139581c003e2c5d911df1bcbdcfc0008 |