diff options
author | tv <tv@pkgsrc.org> | 2006-04-19 17:58:01 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2006-04-19 17:58:01 +0000 |
commit | 60a1009f11a490076772295c92f205ae06c7a5d0 (patch) | |
tree | 35df62973771a8b026feaf132d44833c116333af /security | |
parent | c18ea09536c341a7dc289fcbd2baa25ba5f2d5d6 (diff) | |
download | pkgsrc-60a1009f11a490076772295c92f205ae06c7a5d0.tar.gz |
Because the addition of --without-* now changes the build on some platforms
(mainly those with PAM builtin, as it was being seen "accidentally",
bump PKGREVISION.
Diffstat (limited to 'security')
-rw-r--r-- | security/cyrus-saslauthd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/cyrus-saslauthd/Makefile b/security/cyrus-saslauthd/Makefile index 5b2646d6094..9bfd730fb57 100644 --- a/security/cyrus-saslauthd/Makefile +++ b/security/cyrus-saslauthd/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.31 2006/04/18 17:42:59 jlam Exp $ +# $NetBSD: Makefile,v 1.32 2006/04/19 17:58:01 tv Exp $ DISTNAME= cyrus-sasl-2.1.21 PKGNAME= ${DISTNAME:S/sasl/saslauthd/} +PKGREVISION= 1 CATEGORIES= security MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \ ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/OLD-VERSIONS/sasl/ |