diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2021-07-14 15:49:18 +0000 |
---|---|---|
committer | Michael Reifenberger <mr@FreeBSD.org> | 2021-07-14 15:55:16 +0000 |
commit | d84555a84fb884c27a7ed9a16f750dd8ebad45b3 (patch) | |
tree | d7a220ca3b20fe2a8dd07580dea01754458d9aab | |
parent | b2fc717b099b643155846f7a009757522981efe3 (diff) |
deskutils/nextcloudclient: Update to Update to 3.2.4
Try to address a dump drescribed in pr257078 as well
PR: 257113 257078
-rw-r--r-- | deskutils/nextcloudclient/Makefile | 14 | ||||
-rw-r--r-- | deskutils/nextcloudclient/distinfo | 6 | ||||
-rw-r--r-- | 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 +@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 |