On Fri Oct 27, 2023 at 12:09:46PM -0400, Adriano Barbosa wrote:
> Hi.
> Update for net/nextcloudclient v3.10.1
> Changelog: https://github.com/nextcloud/desktop/releases/v3.10.1
> 
> - Fix folder wizard warning color for local path in dark mode by
>   @backportbot-nextcloud in #6068
> - Bugfix/remove dead oauth code by @claucambra in #6075
> - Open Nextcloud after installation on macOS by @backportbot-nextcloud
>   in #6076
> - Fix Chunk v2 upload headers by @backportbot-nextcloud in #6086
> - Bugfix/legacy migration by @backportbot-nextcloud in #6095
> - Prevent empty password being passed into share creation by
>   @tobiasKaminsky in #6107
> - Unhide discovery logs for file deleted on the server and for
>   discovered file by @backportbot-nextcloud in #6116
> - Fix issues on manpages by @hefee in #6122
> - Fix chunk v2 destination header by @backportbot-nextcloud in #6141
> - Bugfix/restore folders recursively by @backportbot-nextcloud in
>   #6143
> 
> Obrigado!
> --
> Adriano
> 

Committed, thanks

> 
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/net/nextcloudclient/Makefile,v
> retrieving revision 1.55
> diff -u -p -r1.55 Makefile
> --- Makefile  24 Sep 2023 05:56:54 -0000      1.55
> +++ Makefile  27 Oct 2023 16:05:47 -0000
> @@ -2,7 +2,7 @@ USE_WXNEEDED =        Yes
>  
>  COMMENT =    desktop sync client for Nextcloud
>  
> -V =          3.10.0
> +V =          3.10.1
>  DISTNAME =   nextcloudclient-${V}
>  
>  GH_ACCOUNT = nextcloud
> @@ -13,9 +13,9 @@ CATEGORIES =        net
>  
>  HOMEPAGE =   https://nextcloud.com
>  
> -SHARED_LIBS +=  nextcloudsync             13.0 # 3.10.0
> -SHARED_LIBS +=  nextcloud_csync           6.1 # 3.10.0
> -SHARED_LIBS +=  nextcloudsync_vfs_suffix  1.0 # 3.9.0
> +SHARED_LIBS +=  nextcloudsync             14.0  # 3.10.1
> +SHARED_LIBS +=  nextcloud_csync           6.2   # 3.10.1
> +SHARED_LIBS +=  nextcloudsync_vfs_suffix  1.0   # 3.9.0
>  
>  MAINTAINER = Adriano Barbosa <barbosa....@gmail.com>
>  
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/net/nextcloudclient/distinfo,v
> retrieving revision 1.44
> diff -u -p -r1.44 distinfo
> --- distinfo  24 Sep 2023 05:56:54 -0000      1.44
> +++ distinfo  27 Oct 2023 16:05:47 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (nextcloudclient-3.10.0.tar.gz) = 
> CLoDQISahTcbEKT2kEmiXs8pBIUiGAuZqRSnCX7FA0k=
> -SIZE (nextcloudclient-3.10.0.tar.gz) = 13529232
> +SHA256 (nextcloudclient-3.10.1.tar.gz) = 
> ETVZQfKy2Dpyhow91hAewZaObKu2eDSgaEuoYPrtzuQ=
> +SIZE (nextcloudclient-3.10.1.tar.gz) = 13519993
> 

Reply via email to