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.1
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 = 1640025422
2
SHA256 (nextcloud-desktop-v3.3.6_GH0.tar.gz) = c53bfea515471c21437eefef87ad2d96272bd421ca766b401a2a2884c4ec3c07
2
SHA256 (nextcloud-desktop-v3.4.1_GH0.tar.gz) = ad031293cfd01f13546c489d6094702b2b0650f242466ffb2934a002154e71c9
3
SIZE (nextcloud-desktop-v3.3.6_GH0.tar.gz) = 14106065
3
SIZE (nextcloud-desktop-v3.4.1_GH0.tar.gz) = 14310501
(-)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