1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

deskutils/nextcloudclient: Update to 3.4.1

PR:		260392
Reported by:	Guido Falsi madpilot@
This commit is contained in:
Michael Reifenberger 2021-12-30 13:50:09 +01:00
parent 53ae1d9377
commit 85e2e7faac
3 changed files with 4 additions and 15 deletions

View File

@ -1,7 +1,7 @@
# Created by: Mathieu Arnold
PORTNAME= nextcloudclient
PORTVERSION= 3.3.6
PORTVERSION= 3.4.1
DISTVERSIONPREFIX= v
CATEGORIES= deskutils

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1635854268
SHA256 (nextcloud-desktop-v3.3.6_GH0.tar.gz) = c53bfea515471c21437eefef87ad2d96272bd421ca766b401a2a2884c4ec3c07
SIZE (nextcloud-desktop-v3.3.6_GH0.tar.gz) = 14106065
TIMESTAMP = 1640868167
SHA256 (nextcloud-desktop-v3.4.1_GH0.tar.gz) = ad031293cfd01f13546c489d6094702b2b0650f242466ffb2934a002154e71c9
SIZE (nextcloud-desktop-v3.4.1_GH0.tar.gz) = 14310501

View File

@ -1,11 +0,0 @@
--- test/nextcloud_add_test.cmake.orig 2021-09-30 11:13:39 UTC
+++ test/nextcloud_add_test.cmake
@@ -23,7 +23,7 @@ macro(nextcloud_add_test test_class)
)
endif()
- if (UNIX)
+ if (LINUX)
target_link_libraries(${OWNCLOUD_TEST_CLASS}Test
"${synclib_NAME}_vfs_xattr"
)