On Fri, Aug 09, 2013 at 07:50:12PM +0200, Remi Pointel wrote: > Hi, > > This is the diff to update libssh to 0.5.5. > > Any ok?
You need to remove %%SHARED%% from PLIST. > > Cheers, > > Remi. > Index: Makefile > =================================================================== > RCS file: /cvs/ports/security/libssh/Makefile,v > retrieving revision 1.7 > diff -u -p -r1.7 Makefile > --- Makefile 11 Mar 2013 11:41:25 -0000 1.7 > +++ Makefile 9 Aug 2013 19:31:17 -0000 > @@ -2,7 +2,7 @@ > > COMMENT = C library implementing server and client side > # XXX if updating, check the number in the MASTER_SITES path > -DISTNAME = libssh-0.5.4 > +DISTNAME = libssh-0.5.5 > > SHARED_LIBS += ssh 0.0 # 4.2 > SHARED_LIBS += ssh_threads 0.0 # 4.2 > @@ -10,7 +10,7 @@ SHARED_LIBS += ssh_threads 0.0 # 4.2 > CATEGORIES = security devel > > HOMEPAGE = http://www.libssh.org/ > -MASTER_SITES = https://red.libssh.org/attachments/download/41/ > +MASTER_SITES = https://red.libssh.org/attachments/download/51/ > > MAINTAINER = Remi Pointel <[email protected]> > > Index: distinfo > =================================================================== > RCS file: /cvs/ports/security/libssh/distinfo,v > retrieving revision 1.5 > diff -u -p -r1.5 distinfo > --- distinfo 4 Feb 2013 21:32:46 -0000 1.5 > +++ distinfo 9 Aug 2013 19:31:17 -0000 > @@ -1,2 +1,2 @@ > -SHA256 (libssh-0.5.4.tar.gz) = Xzglyuv3xH5sYCWqBIy5Z+MsK2y/3AQQnwWjXL9NyoA= > -SIZE (libssh-0.5.4.tar.gz) = 321265 > +SHA256 (libssh-0.5.5.tar.gz) = wN8PBfyBLb4m/UEYvsB3aqnoksBxlZDzlxEwSJxrjp0= > +SIZE (libssh-0.5.5.tar.gz) = 321583 > Index: pkg/PFRAG.shared > =================================================================== > RCS file: pkg/PFRAG.shared > diff -N pkg/PFRAG.shared > --- pkg/PFRAG.shared 18 Jul 2011 17:38:47 -0000 1.1.1.1 > +++ /dev/null 1 Jan 1970 00:00:00 -0000 > @@ -1,3 +0,0 @@ > -@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2011/07/18 17:38:47 rpointel Exp $ > -@lib lib/libssh.so.${LIBssh_VERSION} > -@lib lib/libssh_threads.so.${LIBssh_threads_VERSION} > Index: pkg/PLIST > =================================================================== > RCS file: /cvs/ports/security/libssh/pkg/PLIST,v > retrieving revision 1.2 > diff -u -p -r1.2 PLIST > --- pkg/PLIST 22 Aug 2011 15:05:02 -0000 1.2 > +++ pkg/PLIST 9 Aug 2013 19:31:17 -0000 > @@ -8,7 +8,9 @@ include/libssh/server.h > include/libssh/sftp.h > include/libssh/ssh2.h > lib/libssh.a > +@lib lib/libssh.so.${LIBssh_VERSION} > lib/libssh_threads.a > +@lib lib/libssh_threads.so.${LIBssh_threads_VERSION} > lib/pkgconfig/ > lib/pkgconfig/libssh.pc > lib/pkgconfig/libssh_threads.pc -- Antoine
