git: 2f5036bea78e - main - deskutils/nextcloudclient: Update to 3.3.2

Michael Reifenberger mr at FreeBSD.org
Thu Aug 26 19:31:11 UTC 2021


The branch main has been updated by mr:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2f5036bea78ea589989047b1055a7a3457ea5368

commit 2f5036bea78ea589989047b1055a7a3457ea5368
Author:     Guido Falsi <madpilot at FreeBSD.org>
AuthorDate: 2021-08-26 19:25:15 +0000
Commit:     Michael Reifenberger <mr at FreeBSD.org>
CommitDate: 2021-08-26 19:30:46 +0000

    deskutils/nextcloudclient: Update to 3.3.2
    
    The PR contains an update to 3.3.1 but 3.3.2 is out now.
    
    PR:             257945
---
 deskutils/nextcloudclient/Makefile                     |  2 +-
 deskutils/nextcloudclient/distinfo                     |  6 +++---
 .../files/patch-src_libsync_CMakeLists.txt             | 18 ------------------
 deskutils/nextcloudclient/pkg-plist                    |  1 +
 4 files changed, 5 insertions(+), 22 deletions(-)

diff --git a/deskutils/nextcloudclient/Makefile b/deskutils/nextcloudclient/Makefile
index e590dba2eaf2..7e15a77d45a2 100644
--- a/deskutils/nextcloudclient/Makefile
+++ b/deskutils/nextcloudclient/Makefile
@@ -1,7 +1,7 @@
 # Created by: Mathieu Arnold
 
 PORTNAME=	nextcloudclient
-PORTVERSION=	3.2.4
+PORTVERSION=	3.3.2
 DISTVERSIONPREFIX=	v
 CATEGORIES=	deskutils
 
diff --git a/deskutils/nextcloudclient/distinfo b/deskutils/nextcloudclient/distinfo
index e0f1713da5bb..e38ca0bfad74 100644
--- a/deskutils/nextcloudclient/distinfo
+++ b/deskutils/nextcloudclient/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1625817093
-SHA256 (nextcloud-desktop-v3.2.4_GH0.tar.gz) = 551751515999c5a84b6e8678c1ff160cf2fb7a640c12a93b31f496d6d796f8a2
-SIZE (nextcloud-desktop-v3.2.4_GH0.tar.gz) = 15387015
+TIMESTAMP = 1630005562
+SHA256 (nextcloud-desktop-v3.3.2_GH0.tar.gz) = 6ea5ccc9579339f2d1652f26582dbdd8212dd5e0c28659dce7fe9ddece8a59c5
+SIZE (nextcloud-desktop-v3.3.2_GH0.tar.gz) = 13987162
diff --git a/deskutils/nextcloudclient/files/patch-src_libsync_CMakeLists.txt b/deskutils/nextcloudclient/files/patch-src_libsync_CMakeLists.txt
deleted file mode 100644
index f2036bb94db0..000000000000
--- a/deskutils/nextcloudclient/files/patch-src_libsync_CMakeLists.txt
+++ /dev/null
@@ -1,18 +0,0 @@
---- src/libsync/CMakeLists.txt.orig	2021-04-18 20:44:16.273394000 +0200
-+++ src/libsync/CMakeLists.txt	2021-04-18 20:44:45.589737000 +0200
-@@ -136,8 +130,7 @@
- endif()
- 
--if(INOTIFY_FOUND)
--    target_include_directories(${synclib_NAME} PRIVATE ${INOTIFY_INCLUDE_DIR})
--    link_directories(${INOTIFY_LIBRARY_DIR})
--    target_link_libraries(${synclib_NAME} ${INOTIFY_LIBRARY} )
-+if(Inotify_FOUND)
-+    target_include_directories(${synclib_NAME} PRIVATE ${Inotify_INCLUDE_DIRS})
-+    target_link_libraries(${synclib_NAME} PUBLIC ${Inotify_LIBRARIES})
- endif()
- 
-@@ -167,2 +160,3 @@
-     install(TARGETS ${synclib_NAME} DESTINATION ${OWNCLOUD_OSX_BUNDLE}/Contents/MacOS)
- endif()
-+
diff --git a/deskutils/nextcloudclient/pkg-plist b/deskutils/nextcloudclient/pkg-plist
index 1455aae609aa..86cccaf90885 100644
--- a/deskutils/nextcloudclient/pkg-plist
+++ b/deskutils/nextcloudclient/pkg-plist
@@ -16,6 +16,7 @@ lib/libnextcloud_csync.so.%%VERSION%%
 lib/libnextcloudsync.so
 lib/libnextcloudsync.so.0
 lib/libnextcloudsync.so.%%VERSION%%
+lib/nextcloudsync_vfs_suffix.so
 share/applications/com.nextcloud.desktopclient.nextcloud.desktop
 share/caja-python/extensions/syncstate-Nextcloud.py
 share/icons/hicolor/1024x1024/apps/Nextcloud.png


More information about the dev-commits-ports-main mailing list