Index: Makefile =================================================================== RCS file: /home/pcvs/ports/security/libssh2/Makefile,v retrieving revision 1.37 diff -u -r1.37 Makefile --- Makefile 8 Feb 2012 06:58:34 -0000 1.37 +++ Makefile 11 Apr 2012 15:35:11 -0000 @@ -6,8 +6,7 @@ # PORTNAME= libssh2 -PORTVERSION= 1.4.0 -PORTREVISION= 1 +PORTVERSION= 1.4.1 PORTEPOCH= 2 CATEGORIES= security devel MASTER_SITES= http://www.libssh2.org/download/ \ Index: distinfo =================================================================== RCS file: /home/pcvs/ports/security/libssh2/distinfo,v retrieving revision 1.24 diff -u -r1.24 distinfo --- distinfo 3 Feb 2012 18:47:01 -0000 1.24 +++ distinfo 11 Apr 2012 15:35:11 -0000 @@ -1,2 +1,2 @@ -SHA256 (libssh2-1.4.0.tar.gz) = dfc5bbad14a5049fea5c5e8a7a743130bb1e365730e13e2bb7d6494c92a4c581 -SIZE (libssh2-1.4.0.tar.gz) = 653514 +SHA256 (libssh2-1.4.1.tar.gz) = 196579273b47813fe833d35dd234767567ed8938d9b98f1badf7af9002c9322d +SIZE (libssh2-1.4.1.tar.gz) = 658507 Index: files/patch-src__libgcrypt.c =================================================================== RCS file: files/patch-src__libgcrypt.c diff -N files/patch-src__libgcrypt.c --- files/patch-src__libgcrypt.c 8 Feb 2012 06:58:34 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,11 +0,0 @@ ---- ./src/libgcrypt.c.orig 2012-02-07 19:05:00.000000000 +0100 -+++ ./src/libgcrypt.c 2012-02-07 19:05:11.000000000 +0100 -@@ -581,7 +581,7 @@ - const char *privatekey, - const char *passphrase) - { -- return _libssh_error(session, LIBSSH2_ERROR_FILE, -+ return _libssh2_error(session, LIBSSH2_ERROR_FILE, - "Unable to extract public key from private key file: " - "Method unimplemented in libgcrypt backend"); - }