Considering the PLIST changes, it looks like there may be removed
functions (-> bump major version), did you check for this?

On 2011-11-26, Benoit Lecocq <b...@arcane-labs.net> wrote:
> This is a multi-part message in MIME format.
> --------------090203040506010807060902
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
> Content-Transfer-Encoding: 7bit
>
> Hi,
>
> This diff updates libssh2 to the latest release 1.3.0.
> Tested on amd64.
>
> Comments ? OK ?
>
> Cheers,
> benoit
>
> --------------090203040506010807060902
> Content-Type: text/plain; name="libssh2.diff"
> Content-Disposition: attachment; filename="libssh2.diff"
> Content-Transfer-Encoding: 7bit
>
> Index: Makefile
>===================================================================
> RCS file: /cvs/ports/security/libssh2/Makefile,v
> retrieving revision 1.11
> diff -u -r1.11 Makefile
> --- Makefile  10 Apr 2011 16:01:03 -0000      1.11
> +++ Makefile  26 Nov 2011 07:17:00 -0000
> @@ -2,9 +2,9 @@
>  
>  COMMENT =            library implementing the SSH2 protocol
>  
> -DISTNAME =           libssh2-1.2.8
> +DISTNAME =           libssh2-1.3.0
>  CATEGORIES =         security
> -SHARED_LIBS +=               ssh2    5.0     # .1.1
> +SHARED_LIBS +=               ssh2    5.1     # .1.1
>  
>  HOMEPAGE =              http://www.libssh2.org/
>  
> Index: distinfo
>===================================================================
> RCS file: /cvs/ports/security/libssh2/distinfo,v
> retrieving revision 1.9
> diff -u -r1.9 distinfo
> --- distinfo  10 Apr 2011 16:01:03 -0000      1.9
> +++ distinfo  26 Nov 2011 07:17:00 -0000
> @@ -1,5 +1,5 @@
> -MD5 (libssh2-1.2.8.tar.gz) = GyNlY7ddGx8NSDNS3FkYzw==
> -RMD160 (libssh2-1.2.8.tar.gz) = LKYJ1z/r8uwHnUBTjJ06QUSb6PQ=
> -SHA1 (libssh2-1.2.8.tar.gz) = w8VK5fjo0UXfol9uQ37hopUjyE0=
> -SHA256 (libssh2-1.2.8.tar.gz) = rcb33h5Qw6w2mTG2fWmpN6fIwfNi32sKhGZ/u9kcQD0=
> -SIZE (libssh2-1.2.8.tar.gz) = 637707
> +MD5 (libssh2-1.3.0.tar.gz) = ZCUzGJnM8QFfHteUSMtHCQ==
> +RMD160 (libssh2-1.3.0.tar.gz) = XI8M/eb7Q3jrCYX27MCQBhMpoTM=
> +SHA1 (libssh2-1.3.0.tar.gz) = 00Lgar44opsbu5xY1Q3Qk+qwvuk=
> +SHA256 (libssh2-1.3.0.tar.gz) = neN3hUIC8DO/tXzk+VGUorEoPUX7JDtefcow4Fj0D5w=
> +SIZE (libssh2-1.3.0.tar.gz) = 639262
> Index: pkg/PLIST
>===================================================================
> RCS file: /cvs/ports/security/libssh2/pkg/PLIST,v
> retrieving revision 1.8
> diff -u -r1.8 PLIST
> --- pkg/PLIST 10 Apr 2011 16:01:04 -0000      1.8
> +++ pkg/PLIST 26 Nov 2011 07:17:00 -0000
> @@ -65,10 +65,10 @@
>  @man man/man3/libssh2_channel_x11_req_ex.3
>  @man man/man3/libssh2_exit.3
>  @man man/man3/libssh2_free.3
> -@man man/man3/libssh2_free_host_entry.3
> -@man man/man3/libssh2_host_entry_match.3
>  @man man/man3/libssh2_hostkey_hash.3
>  @man man/man3/libssh2_init.3
> +@man man/man3/libssh2_keepalive_config.3
> +@man man/man3/libssh2_keepalive_send.3
>  @man man/man3/libssh2_knownhost_add.3
>  @man man/man3/libssh2_knownhost_addc.3
>  @man man/man3/libssh2_knownhost_check.3
> @@ -81,7 +81,6 @@
>  @man man/man3/libssh2_knownhost_readline.3
>  @man man/man3/libssh2_knownhost_writefile.3
>  @man man/man3/libssh2_knownhost_writeline.3
> -@man man/man3/libssh2_new_host_entry.3
>  @man man/man3/libssh2_poll.3
>  @man man/man3/libssh2_poll_channel_read.3
>  @man man/man3/libssh2_publickey_add.3
> @@ -104,6 +103,7 @@
>  @man man/man3/libssh2_session_flag.3
>  @man man/man3/libssh2_session_free.3
>  @man man/man3/libssh2_session_get_blocking.3
> +@man man/man3/libssh2_session_get_timeout.3
>  @man man/man3/libssh2_session_hostkey.3
>  @man man/man3/libssh2_session_init.3
>  @man man/man3/libssh2_session_init_ex.3
> @@ -112,6 +112,7 @@
>  @man man/man3/libssh2_session_method_pref.3
>  @man man/man3/libssh2_session_methods.3
>  @man man/man3/libssh2_session_set_blocking.3
> +@man man/man3/libssh2_session_set_timeout.3
>  @man man/man3/libssh2_session_startup.3
>  @man man/man3/libssh2_sftp_close.3
>  @man man/man3/libssh2_sftp_close_handle.3
>
> --------------090203040506010807060902--
>
>

Reply via email to