diff options
author | martti <martti@pkgsrc.org> | 2002-12-16 10:55:03 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2002-12-16 10:55:03 +0000 |
commit | 5fc154101cf77f85c6c683613b03e525e348a4a7 (patch) | |
tree | f2ef74bf2a0d232af8838945cfab2516e97022b7 /security/cyrus-sasl/Makefile | |
parent | 85a3514dd1035368cb05f5a550dd376f90948533 (diff) | |
download | pkgsrc-5fc154101cf77f85c6c683613b03e525e348a4a7.tar.gz |
On NetBSD use /dev/urandom insted of /dev/random (PR#19275).
Bump PKGREVISION.
Diffstat (limited to 'security/cyrus-sasl/Makefile')
-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 0c5c2e3d94f..417ed99ef88 100644 --- a/security/cyrus-sasl/Makefile +++ b/security/cyrus-sasl/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.36 2002/10/21 06:03:41 jlam Exp $ +# $NetBSD: Makefile,v 1.37 2002/12/16 10:55:03 martti Exp $ DISTNAME= cyrus-sasl-1.5.27 SVR4_PKGNAME= csasl -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= security MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \ ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/OLD-VERSIONS/sasl/ |