View | Details | Raw Unified | Return to bug 260392 | Differences between
and this patch

Collapse All | Expand All

(-)b/deskutils/nextcloudclient/Makefile (-1 / +1 lines)
Lines 1-7 Link Here
1
# Created by: Mathieu Arnold
1
# Created by: Mathieu Arnold
2
2
3
PORTNAME=	nextcloudclient
3
PORTNAME=	nextcloudclient
4
PORTVERSION=	3.3.6
4
PORTVERSION=	3.4.0
5
DISTVERSIONPREFIX=	v
5
DISTVERSIONPREFIX=	v
6
CATEGORIES=	deskutils
6
CATEGORIES=	deskutils
7
7
(-)b/deskutils/nextcloudclient/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1635854268
1
TIMESTAMP = 1638274192
2
SHA256 (nextcloud-desktop-v3.3.6_GH0.tar.gz) = c53bfea515471c21437eefef87ad2d96272bd421ca766b401a2a2884c4ec3c07
2
SHA256 (nextcloud-desktop-v3.4.0_GH0.tar.gz) = 713095eb3b3851ff9eaaf67ddfd52820ee9ba41251b78e521ecf1ef74d56130a
3
SIZE (nextcloud-desktop-v3.3.6_GH0.tar.gz) = 14106065
3
SIZE (nextcloud-desktop-v3.4.0_GH0.tar.gz) = 14278587
(-)a/deskutils/nextcloudclient/files/patch-test_nextcloud__add__test.cmake (-11 lines)
Removed Link Here
1
--- test/nextcloud_add_test.cmake.orig	2021-09-30 11:13:39 UTC
2
+++ test/nextcloud_add_test.cmake
3
@@ -23,7 +23,7 @@ macro(nextcloud_add_test test_class)
4
         )
5
     endif()
6
 
7
-    if (UNIX)
8
+    if (LINUX)
9
         target_link_libraries(${OWNCLOUD_TEST_CLASS}Test
10
             "${synclib_NAME}_vfs_xattr"
11
         )

Return to bug 260392