git: d84555a84fb8 - main - deskutils/nextcloudclient: Update to Update to 3.2.4
Michael Reifenberger
mr at FreeBSD.org
Wed Jul 14 15:56:38 UTC 2021
The branch main has been updated by mr:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d84555a84fb884c27a7ed9a16f750dd8ebad45b3
commit d84555a84fb884c27a7ed9a16f750dd8ebad45b3
Author: Guido Falsi <madpilot at FreeBSD.org>
AuthorDate: 2021-07-14 15:49:18 +0000
Commit: Michael Reifenberger <mr at FreeBSD.org>
CommitDate: 2021-07-14 15:55:16 +0000
deskutils/nextcloudclient: Update to Update to 3.2.4
Try to address a dump drescribed in pr257078 as well
PR: 257113 257078
---
deskutils/nextcloudclient/Makefile | 14 ++++++++------
deskutils/nextcloudclient/distinfo | 6 +++---
deskutils/nextcloudclient/pkg-plist | 2 +-
3 files changed, 12 insertions(+), 10 deletions(-)
diff --git a/deskutils/nextcloudclient/Makefile b/deskutils/nextcloudclient/Makefile
index e1440bc56b46..e590dba2eaf2 100644
--- a/deskutils/nextcloudclient/Makefile
+++ b/deskutils/nextcloudclient/Makefile
@@ -1,7 +1,7 @@
# Created by: Mathieu Arnold
PORTNAME= nextcloudclient
-PORTVERSION= 3.2.3
+PORTVERSION= 3.2.4
DISTVERSIONPREFIX= v
CATEGORIES= deskutils
@@ -22,13 +22,11 @@ USES= cmake:noninja compiler:c++14-lang desktop-file-utils gmake \
sqlite ssl
USE_QT= buildtools_build concurrent core dbus declarative graphicaleffects \
gui linguist_build location network printsupport qmake_build \
- quickcontrols2 sql svg webchannel webengine websockets \
+ quickcontrols2 sql svg testlib webchannel webengine websockets \
widgets xml
-CMAKE_ARGS= -DBUILD_WITH_QT4:BOOL=OFF \
- -DBUILD_UPDATER:BOOL=OFF \
+CMAKE_ARGS= -DBUILD_UPDATER:BOOL=OFF \
-DCMAKE_INSTALL_MANDIR:STRING=man \
- -DWITH_STACK_PROTECTOR:BOOL=OFF \
- -DNO_SHIBBOLETH=1
+ -DWITH_STACK_PROTECTOR:BOOL=OFF
USE_LDCONFIG= yes
INSTALLS_ICONS= yes
@@ -64,4 +62,8 @@ post-patch:
pre-configure:
@(cd ${WRKSRC} && ${CP} -f sync-exclude.lst sync-exclude.lst.sample)
+post-install:
+ @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+ ${INSTALL_DATA} ${WRKSRC}/sync-exclude.lst ${STAGEDIR}${EXAMPLESDIR}
+
.include <bsd.port.post.mk>
diff --git a/deskutils/nextcloudclient/distinfo b/deskutils/nextcloudclient/distinfo
index ef06ee2b2d56..e0f1713da5bb 100644
--- a/deskutils/nextcloudclient/distinfo
+++ b/deskutils/nextcloudclient/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1625472908
-SHA256 (nextcloud-desktop-v3.2.3_GH0.tar.gz) = 40dc6fe3aaa62851af3fa480f108cc7e3bfff64b6bea0602e9546359b3d2cba2
-SIZE (nextcloud-desktop-v3.2.3_GH0.tar.gz) = 15381488
+TIMESTAMP = 1625817093
+SHA256 (nextcloud-desktop-v3.2.4_GH0.tar.gz) = 551751515999c5a84b6e8678c1ff160cf2fb7a640c12a93b31f496d6d796f8a2
+SIZE (nextcloud-desktop-v3.2.4_GH0.tar.gz) = 15387015
diff --git a/deskutils/nextcloudclient/pkg-plist b/deskutils/nextcloudclient/pkg-plist
index ac8be2925144..1455aae609aa 100644
--- a/deskutils/nextcloudclient/pkg-plist
+++ b/deskutils/nextcloudclient/pkg-plist
@@ -1,6 +1,6 @@
bin/nextcloud
bin/nextcloudcmd
-etc/Nextcloud/sync-exclude.lst.sample
+ at sample etc/Nextcloud/sync-exclude.lst.sample etc/Nextcloud/sync-exclude.lst
include/nextcloudsync/creds/abstractcredentials.h
include/nextcloudsync/creds/httpcredentials.h
include/nextcloudsync/mirall/account.h
More information about the dev-commits-ports-all
mailing list