diff options
author | jlam <jlam@pkgsrc.org> | 2001-01-31 22:52:21 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-01-31 22:52:21 +0000 |
commit | d83d4bda0aee4fa197ac94922ac1368f203b85aa (patch) | |
tree | 11491a5cce1d4d549087615ecf3a166b68eeff5e /security/cyrus-sasl | |
parent | 78332fa503755eefc97fb71b6fd08ceb303f9590 (diff) | |
download | pkgsrc-d83d4bda0aee4fa197ac94922ac1368f203b85aa.tar.gz |
Bump version number to 1.5.24nb3 as a result of checking for /dev/urandom
instead of /dev/random if the former exists.
Diffstat (limited to 'security/cyrus-sasl')
-rw-r--r-- | security/cyrus-sasl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/cyrus-sasl/Makefile b/security/cyrus-sasl/Makefile index 85debab7805..dd4791aba56 100644 --- a/security/cyrus-sasl/Makefile +++ b/security/cyrus-sasl/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2001/01/31 22:40:49 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2001/01/31 22:52:21 jlam Exp $ DISTNAME= cyrus-sasl-1.5.24 -PKGNAME= ${DISTNAME}nb2 +PKGNAME= ${DISTNAME}nb3 CATEGORIES= security MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \ ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/OLD-VERSIONS/sasl/ |