Index: Makefile
===================================================================
RCS file: /cvs/ports/net/nextcloudclient/Makefile,v
retrieving revision 1.25
diff -u -p -r1.25 Makefile
--- Makefile 29 Oct 2021 05:17:51 -0000 1.25
+++ Makefile 30 Nov 2021 19:32:23 -0000
@@ -2,7 +2,7 @@
COMMENT = desktop sync client for Nextcloud
-V = 3.3.6
+V = 3.4.0
DISTNAME = nextcloudclient-${V}
GH_ACCOUNT = nextcloud
@@ -81,10 +81,6 @@ CONFIGURE_ARGS += -DCMAKE_C_FLAGS="${CFL
-L${LOCALBASE}/lib \
-linotify \
-Wl,-rpath=${LOCALBASE}/lib/inotify"
-
-post-extract:
- # use system-wide cmake modules
- rm ${WRKSRC}/cmake/modules/GNUInstallDirs.cmake
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/Nextcloud/
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/nextcloudclient/distinfo,v
retrieving revision 1.22
diff -u -p -r1.22 distinfo
--- distinfo 29 Oct 2021 05:17:51 -0000 1.22
+++ distinfo 30 Nov 2021 19:32:23 -0000
@@ -1,2 +1,2 @@
-SHA256 (nextcloudclient-3.3.6.tar.gz) = xTv+pRVHHCFDfu/vh60tlicr1CHKdmtAGioohMTsPAc=
-SIZE (nextcloudclient-3.3.6.tar.gz) = 14106065
+SHA256 (nextcloudclient-3.4.0.tar.gz) = cTCV6zs4Uf+eqvZ939UoIO6bpBJRt45SHs8e901WEwo=
+SIZE (nextcloudclient-3.4.0.tar.gz) = 14278587
Index: patches/patch-CMakeLists_txt
===================================================================
RCS file: /cvs/ports/net/nextcloudclient/patches/patch-CMakeLists_txt,v
retrieving revision 1.5
diff -u -p -r1.5 patch-CMakeLists_txt
--- patches/patch-CMakeLists_txt 6 Aug 2021 14:37:53 -0000 1.5
+++ patches/patch-CMakeLists_txt 30 Nov 2021 19:32:23 -0000
@@ -3,7 +3,7 @@ $OpenBSD: patch-CMakeLists_txt,v 1.5 202
Index: CMakeLists.txt
--- CMakeLists.txt.orig
+++ CMakeLists.txt
-@@ -266,4 +266,4 @@ elseif(BUILD_CLIENT)
+@@ -254,4 +254,4 @@ elseif(BUILD_CLIENT)
configure_file(sync-exclude.lst bin/sync-exclude.lst COPYONLY)
endif()
Index: patches/patch-src_csync_ConfigureChecks_cmake
===================================================================
RCS file: /cvs/ports/net/nextcloudclient/patches/patch-src_csync_ConfigureChecks_cmake,v
retrieving revision 1.4
diff -u -p -r1.4 patch-src_csync_ConfigureChecks_cmake
--- patches/patch-src_csync_ConfigureChecks_cmake 6 May 2021 12:43:34 -0000 1.4
+++ patches/patch-src_csync_ConfigureChecks_cmake 30 Nov 2021 19:32:23 -0000
@@ -5,7 +5,7 @@ Stop consuming devel/argp-standalone
Index: src/csync/ConfigureChecks.cmake
--- src/csync/ConfigureChecks.cmake.orig
+++ src/csync/ConfigureChecks.cmake
-@@ -15,7 +15,7 @@ set(BINARYDIR ${CMAKE_CURRENT_BINARY_DIR})
+@@ -14,7 +14,7 @@ set(BINARYDIR ${CMAKE_CURRENT_BINARY_DIR})
set(SOURCEDIR ${CMAKE_CURRENT_SOURCE_DIR})
# HEADER FILES
Hi.
Update for net/nextcloudclient v3.4.0
Changelog: https://github.com/nextcloud/desktop/releases/tag/v3.4.0
Thank you for testing.
--
Adriano Barbosa
No comments:
Post a Comment