On Wed Jul 26, 2023 at 07:27:34PM -0400, Adriano Barbosa wrote:
> Hi.
> Update for net/nextcloudclient v3.9.1
> Changelog: https://github.com/nextcloud/desktop/releases/v3.9.1
> - Bugfix/unsupported filename on server by @backportbot-nextcloud in
> #5812
> - Bugfix/remove stale caseclashcopies by @backportbot-nextcloud in
> #5817
> - Build for Debian Bookworm by @backportbot-nextcloud in #5820
> - Bugfix/checksum calculation stop on destruction by
> @backportbot-nextcloud in #5827
> - prevent crash by resetting common pointer after deleting gobject
> menu by @backportbot-nextcloud in #5850
> - Documentation for mass deployment. by @backportbot-nextcloud in
> #5857
> - Update the documentation with information on how 'Edit locally'
> works. by @backportbot-nextcloud in #5858
> - Fix typos found by codespell by @backportbot-nextcloud in #5859
> - Remove seen Talk notificatios from Tray window. by
> @backportbot-nextcloud in #5869
> - fix bulk upload of empty files by @backportbot-nextcloud in #5878
> - add link in readme to nextcloud-releases correct page with binaries
> by @backportbot-nextcloud in #5880
> - always propagate locked status to read-only or read/write for real
> file by @backportbot-nextcloud in #5883
> - chore(CI): Sign .drone.yml file by @nickvergessen in #5887
> - Added new state and new job to check if /index.php/204 is being
> redirected by @backportbot-nextcloud in #5894
> - Fix crash and incorrect implementation of seen chat notofications
> removal by @backportbot-nextcloud in #5897
> - Disable share view completely when server does not support/has
> disabled file sharing by @backportbot-nextcloud in #5900
> - Set VFS PinState to Excluded for ignored files. by
> @backportbot-nextcloud in #5904
> - Create placeholder while dehydrating if needed by
> @backportbot-nextcloud in #5906
> - Fix password generation for shares, improve generator by
> @backportbot-nextcloud in #5908
> - Fix expire date field in Share settings by @backportbot-nextcloud in
> #5907
> - Fix SVG rendering error in SvgImageProvider by
> @backportbot-nextcloud in #5909
> - Fix build of sharemodel.cpp on MSVC by @backportbot-nextcloud in
> #5913
> - Improve macOS Sparkle updater by @backportbot-nextcloud in #5914
>
> Obrigado!
> --
> Adriano
Committed, thanks
>
>
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/net/nextcloudclient/Makefile,v
> retrieving revision 1.52
> diff -u -p -r1.52 Makefile
> --- Makefile 15 Jun 2023 07:33:44 -0000 1.52
> +++ Makefile 26 Jul 2023 23:22:36 -0000
> @@ -2,7 +2,7 @@ USE_WXNEEDED = Yes
>
> COMMENT = desktop sync client for Nextcloud
>
> -V = 3.9.0
> +V = 3.9.1
> DISTNAME = nextcloudclient-${V}
>
> GH_ACCOUNT = nextcloud
> @@ -13,8 +13,8 @@ CATEGORIES = net
>
> HOMEPAGE = https://nextcloud.com
>
> -SHARED_LIBS += nextcloudsync 11.0 # 3.9.0
> -SHARED_LIBS += nextcloud_csync 5.0 # 3.9.0
> +SHARED_LIBS += nextcloudsync 12.0 # 3.9.1
> +SHARED_LIBS += nextcloud_csync 6.0 # 3.9.1
> SHARED_LIBS += nextcloudsync_vfs_suffix 1.0 # 3.9.0
>
> MAINTAINER = Adriano Barbosa <barbosa.aob@gmail.com>
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/net/nextcloudclient/distinfo,v
> retrieving revision 1.41
> diff -u -p -r1.41 distinfo
> --- distinfo 15 Jun 2023 07:33:44 -0000 1.41
> +++ distinfo 26 Jul 2023 23:22:36 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (nextcloudclient-3.9.0.tar.gz) = hn0NHx2VDOIk6njTAJqJ577cMxe7ncRan5/5YeSRMgE=
> -SIZE (nextcloudclient-3.9.0.tar.gz) = 15648917
> +SHA256 (nextcloudclient-3.9.1.tar.gz) = OfPjnljR9rsI9rzu9se+ETIv7OaCv3PkhqX/ffuVnks=
> +SIZE (nextcloudclient-3.9.1.tar.gz) = 15733029
> Index: pkg/PLIST
> ===================================================================
> RCS file: /cvs/ports/net/nextcloudclient/pkg/PLIST,v
> retrieving revision 1.11
> diff -u -p -r1.11 PLIST
> --- pkg/PLIST 1 Aug 2022 04:58:33 -0000 1.11
> +++ pkg/PLIST 26 Jul 2023 23:22:36 -0000
> @@ -36,6 +36,7 @@ share/nextcloud/
> share/nextcloud/i18n/
> share/nextcloud/i18n/client_TW.qm
> share/nextcloud/i18n/client_af.qm
> +share/nextcloud/i18n/client_ar.qm
> share/nextcloud/i18n/client_bg.qm
> share/nextcloud/i18n/client_br.qm
> share/nextcloud/i18n/client_ca.qm
>
No comments:
Post a Comment