Index | Thread | Search

From:
Rafael Sadowski <rafael@sizeofvoid.org>
Subject:
Re: UPDATE: net/nextcloudclient-3.12.2
To:
Adriano Barbosa <barbosa.aob@gmail.com>
Cc:
ports@openbsd.org
Date:
Sat, 23 Mar 2024 10:25:00 +0100

Download raw body.

Thread
On Thu Mar 21, 2024 at 10:21:50AM -0400, Adriano Barbosa wrote:
> Hi.
> Update for net/nextcloudclient v3.12.2
> Changelog:
> https://github.com/nextcloud/desktop/releases/v3.12.2
> 
> Obrigado!
> --
> Adriano
> 

Committed, Obrigado

> 
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/net/nextcloudclient/Makefile,v
> retrieving revision 1.59
> diff -u -p -r1.59 Makefile
> --- Makefile	8 Mar 2024 07:48:02 -0000	1.59
> +++ Makefile	21 Mar 2024 14:18:15 -0000
> @@ -2,7 +2,7 @@ USE_WXNEEDED =	Yes
>  
>  COMMENT =	desktop sync client for Nextcloud
>  
> -V =		3.12.1
> +V =		3.12.2
>  DISTNAME =	nextcloudclient-${V}
>  
>  GH_ACCOUNT =	nextcloud
> @@ -13,8 +13,8 @@ CATEGORIES =	net
>  
>  HOMEPAGE =	https://nextcloud.com
>  
> -SHARED_LIBS +=  nextcloudsync             17.0  # 3.12.1
> -SHARED_LIBS +=  nextcloud_csync           8.1   # 3.12.1
> +SHARED_LIBS +=  nextcloudsync             18.0  # 3.12.2
> +SHARED_LIBS +=  nextcloud_csync           8.2   # 3.12.2
>  SHARED_LIBS +=  nextcloudsync_vfs_suffix  2.0   # 3.10.2
>  
>  MAINTAINER =	Adriano Barbosa <barbosa.aob@gmail.com>
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/net/nextcloudclient/distinfo,v
> retrieving revision 1.48
> diff -u -p -r1.48 distinfo
> --- distinfo	8 Mar 2024 07:48:02 -0000	1.48
> +++ distinfo	21 Mar 2024 14:18:15 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (nextcloudclient-3.12.1.tar.gz) = oeEXuh6slnxXx7ZsdvHnIAOJZ06eyf/fFhvFJBhISPY=
> -SIZE (nextcloudclient-3.12.1.tar.gz) = 13640266
> +SHA256 (nextcloudclient-3.12.2.tar.gz) = 9XbLcJ2qfctZY7zuJPLTFUKp9Jo0LtukBiWk3oBslb8=
> +SIZE (nextcloudclient-3.12.2.tar.gz) = 13645095
> Index: patches/patch-CMakeLists_txt
> ===================================================================
> RCS file: /cvs/ports/net/nextcloudclient/patches/patch-CMakeLists_txt,v
> retrieving revision 1.13
> diff -u -p -r1.13 patch-CMakeLists_txt
> --- patches/patch-CMakeLists_txt	24 Feb 2024 10:28:33 -0000	1.13
> +++ patches/patch-CMakeLists_txt	21 Mar 2024 14:18:15 -0000
> @@ -1,7 +1,7 @@
>  Index: CMakeLists.txt
>  --- CMakeLists.txt.orig
>  +++ CMakeLists.txt
> -@@ -59,7 +59,7 @@ if (NOT DEFINED PACKAGE)
> +@@ -68,7 +68,7 @@ if (NOT DEFINED PACKAGE)
>       set(PACKAGE "${LINUX_PACKAGE_SHORTNAME}-client")
>   endif()
>   
> @@ -10,7 +10,7 @@ Index: CMakeLists.txt
>   
>   include(ECMCoverageOption)
>   
> -@@ -302,4 +302,4 @@ elseif(BUILD_CLIENT)
> +@@ -311,4 +311,4 @@ elseif(BUILD_CLIENT)
>       configure_file(sync-exclude.lst bin/sync-exclude.lst COPYONLY)
>   endif()
>   
>