pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/openssl Grammar fix.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/232c602b3a5d
branches:  trunk
changeset: 472051:232c602b3a5d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Apr 02 23:41:50 2004 +0000

description:
Grammar fix.

diffstat:

 security/openssl/builtin.mk |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 5d44d4e17737 -r 232c602b3a5d security/openssl/builtin.mk
--- a/security/openssl/builtin.mk       Fri Apr 02 22:21:00 2004 +0000
+++ b/security/openssl/builtin.mk       Fri Apr 02 23:41:50 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.4 2004/04/02 21:42:32 jlam Exp $
+# $NetBSD: builtin.mk,v 1.5 2004/04/02 23:41:50 wiz Exp $
 
 _OPENSSL_PKGSRC_PKGNAME=       openssl-0.9.6m
 _OPENSSL_OPENSSLV_H=           /usr/include/openssl/opensslv.h
@@ -61,7 +61,7 @@
 .    if !empty(_OPENSSL_VERSION:M0\.9\.6g)
 #
 # If the native OpenSSL contains the security fixes pulled up to the
-# netbsd-1-6 branch on 2003-11-07, and pretend it's openssl-0.9.6l.
+# netbsd-1-6 branch on 2003-11-07, then pretend it's openssl-0.9.6l.
 #    
 _OPENSSL_HAS_20031107_FIX!=                                            \
        ${AWK} 'BEGIN { ans = "no" }                                    \
@@ -73,7 +73,7 @@
 .      endif
 #
 # If the native OpenSSL contains the security fixes pulled up to the
-# netbsd-1-6 branch on 2004-04-01, and pretend it's openssl-0.9.6m.
+# netbsd-1-6 branch on 2004-04-01, then pretend it's openssl-0.9.6m.
 #    
 _OPENSSL_HAS_20040401_FIX!=                                            \
        ${AWK} 'BEGIN { ans = "no" }                                    \



Home | Main Index | Thread Index | Old Index