On Sat May 20, 2023 at 05:57:11PM -0400, Adriano Barbosa wrote: > Hi. > Update for net/nextcloudclient v3.8.2 > Changelog: https://github.com/nextcloud/desktop/releases/v3.8.2 > > Obrigado!
Committed, thanks > -- > Adriano > > > Index: Makefile > =================================================================== > RCS file: /cvs/ports/net/nextcloudclient/Makefile,v > retrieving revision 1.50 > diff -u -p -r1.50 Makefile > --- Makefile 24 Apr 2023 11:41:24 -0000 1.50 > +++ Makefile 20 May 2023 21:35:10 -0000 > @@ -2,9 +2,8 @@ USE_WXNEEDED = Yes > > COMMENT = desktop sync client for Nextcloud > > -V = 3.8.0 > +V = 3.8.2 > DISTNAME = nextcloudclient-${V} > -REVISION = 1 > > GH_ACCOUNT = nextcloud > GH_PROJECT = desktop > @@ -14,8 +13,8 @@ CATEGORIES = net > > HOMEPAGE = https://nextcloud.com > > -SHARED_LIBS += nextcloudsync 10.0 # 3.8.0 > -SHARED_LIBS += nextcloud_csync 3.1 # 3.8.0 > +SHARED_LIBS += nextcloudsync 10.1 # 3.8.2 > +SHARED_LIBS += nextcloud_csync 4.0 # 3.8.2 > SHARED_LIBS += nextcloudsync_vfs_suffix 0.1 # 3.6.6 > > MAINTAINER = Adriano Barbosa <barbosa....@gmail.com> > Index: distinfo > =================================================================== > RCS file: /cvs/ports/net/nextcloudclient/distinfo,v > retrieving revision 1.39 > diff -u -p -r1.39 distinfo > --- distinfo 1 Apr 2023 17:52:07 -0000 1.39 > +++ distinfo 20 May 2023 21:35:10 -0000 > @@ -1,2 +1,2 @@ > -SHA256 (nextcloudclient-3.8.0.tar.gz) = > YSpgRSJpMILOMEBWVUMAeRIrdqx0wnffuz5aYqI5U/Q= > -SIZE (nextcloudclient-3.8.0.tar.gz) = 15729588 > +SHA256 (nextcloudclient-3.8.2.tar.gz) = > YYaqpwuCsGtFMc/y5V4N04oNgX3n7wOagSk9gssF6MA= > +SIZE (nextcloudclient-3.8.2.tar.gz) = 15605319 >