pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/libssh Fix typo in DESCR.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c989bafd2c21
branches:  trunk
changeset: 505003:c989bafd2c21
user:      reed <reed%pkgsrc.org@localhost>
date:      Wed Dec 28 17:57:14 2005 +0000

description:
Fix typo in DESCR.
Reword COMMENT (which also removes the typo).

diffstat:

 security/libssh/DESCR    |  2 +-
 security/libssh/Makefile |  4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r 815b3c3459a0 -r c989bafd2c21 security/libssh/DESCR
--- a/security/libssh/DESCR     Wed Dec 28 17:55:59 2005 +0000
+++ b/security/libssh/DESCR     Wed Dec 28 17:57:14 2005 +0000
@@ -1,5 +1,5 @@
 The ssh library was designed to be used by programmers needing a working
-SSH implementation by the mean of a library. The complete control of the
+SSH implementation by the means of a library. The complete control of the
 client is made by the programmer.
 
 With libssh, you can remotely execute programs, transfer files, use a
diff -r 815b3c3459a0 -r c989bafd2c21 security/libssh/Makefile
--- a/security/libssh/Makefile  Wed Dec 28 17:55:59 2005 +0000
+++ b/security/libssh/Makefile  Wed Dec 28 17:57:14 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2005/09/28 14:31:08 rillig Exp $
+# $NetBSD: Makefile,v 1.4 2005/12/28 17:57:14 reed Exp $
 #
 # This package currently exists as a dependency for the hydra package but
 # the later versions of it are not supported by hydra.
@@ -12,7 +12,7 @@
 
 MAINTAINER=    adrianp%NetBSD.org@localhost
 HOMEPAGE=      http://0xbadc0de.be/
-COMMENT=       Working SSH implementation by the mean of a library
+COMMENT=       Library providing working SSH implementation
 
 GNU_CONFIGURE= YES
 



Home | Main Index | Thread Index | Old Index