Saturday, May 01, 2021

Re: UPDATE: net/nextcloudclient-3.2.1

On Sat May 01, 2021 at 01:47:52PM -0400, Adriano Barbosa wrote:
> Hi.
> Update for net/nextcloudclient v3.2.1.
> Changelog: https://github.com/nextcloud/desktop/releases/tag/v3.2.1
>
> Thank you for testing.
> --
> Adriano Barbosa

You/We missed a shared lib rename in 3.2.0. Here is an update diff to
fix that.

Rafael

Index: Makefile
===================================================================
RCS file: /cvs/ports/net/nextcloudclient/Makefile,v
retrieving revision 1.16
diff -u -p -u -p -r1.16 Makefile
--- Makefile 24 Apr 2021 04:53:27 -0000 1.16
+++ Makefile 2 May 2021 04:26:23 -0000
@@ -2,7 +2,7 @@

COMMENT = desktop sync client for Nextcloud

-V = 3.2.0
+V = 3.2.1
DISTNAME = nextcloudclient-${V}

GH_ACCOUNT = nextcloud
@@ -13,8 +13,8 @@ CATEGORIES = net

HOMEPAGE = https://nextcloud.com

-SHARED_LIBS += nextcloudsync 0.1 # 3.0.3
-SHARED_LIBS += ocsync 0.0 # 3.0.3
+SHARED_LIBS += nextcloudsync 0.1 # 3.2.1
+SHARED_LIBS += nextcloud_csync 0.0 # 3.2.1

MAINTAINER = Adriano Barbosa <barbosa.aob@gmail.com>

@@ -22,10 +22,11 @@ MAINTAINER = Adriano Barbosa <barbosa.ao
PERMIT_PACKAGE = Yes

WANTLIB += ${COMPILER_LIBCXX} Qt5Concurrent Qt5Core Qt5DBus Qt5Gui
-WANTLIB += Qt5Network Qt5Qml Qt5QmlModels Qt5Quick Qt5QuickControls2
-WANTLIB += Qt5Svg Qt5WebEngine Qt5WebSockets Qt5Widgets Qt5Xml c crypto
-WANTLIB += gio-2.0 glib-2.0 gobject-2.0 intl m qt5keychain secret-1 sqlite3
-WANTLIB += ssl z lib/inotify/inotify
+WANTLIB += Qt5Network Qt5Positioning Qt5PrintSupport Qt5Qml Qt5QmlModels
+WANTLIB += Qt5Quick Qt5QuickControls2 Qt5Svg Qt5WebChannel Qt5WebEngineCore
+WANTLIB += Qt5WebEngineWidgets Qt5WebSockets Qt5Widgets Qt5Xml
+WANTLIB += c crypto gio-2.0 glib-2.0 gobject-2.0 intl m qt5keychain
+WANTLIB += secret-1 sqlite3 ssl z lib/inotify/inotify

MODULES = devel/cmake \
x11/qt5
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/nextcloudclient/distinfo,v
retrieving revision 1.14
diff -u -p -u -p -r1.14 distinfo
--- distinfo 24 Apr 2021 04:53:27 -0000 1.14
+++ distinfo 2 May 2021 04:26:23 -0000
@@ -1,2 +1,2 @@
-SHA256 (nextcloudclient-3.2.0.tar.gz) = 2hGVsx/sCXASHBVn882vO5CD1GcnJ3EWqY5c0n9XqmA=
-SIZE (nextcloudclient-3.2.0.tar.gz) = 15214108
+SHA256 (nextcloudclient-3.2.1.tar.gz) = 8tOH01J26m5to64znt49ib6B3Ur3NXOewoBwkAjrZkU=
+SIZE (nextcloudclient-3.2.1.tar.gz) = 15234115
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/net/nextcloudclient/pkg/PLIST,v
retrieving revision 1.7
diff -u -p -u -p -r1.7 PLIST
--- pkg/PLIST 24 Apr 2021 04:53:27 -0000 1.7
+++ pkg/PLIST 2 May 2021 04:26:23 -0000
@@ -13,8 +13,7 @@ include/nextcloudsync/mirall/progressdis
include/nextcloudsync/mirall/syncengine.h
include/nextcloudsync/mirall/syncfileitem.h
include/nextcloudsync/mirall/syncresult.h
-lib/libnextcloud_csync.so.0
-lib/libnextcloud_csync.so.3.2.0
+@lib lib/libnextcloud_csync.so.${LIBnextcloud_csync_VERSION}
@lib lib/libnextcloudsync.so.${LIBnextcloudsync_VERSION}
share/applications/com.nextcloud.desktopclient.nextcloud.desktop
share/examples/Nextcloud/

No comments:

Post a Comment