mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 04:16:27 -04:00
deskutils/nextcloudclient: Update to Update to 3.2.4
Try to address a dump drescribed in pr257078 as well PR: 257113 257078
This commit is contained in:
parent
b2fc717b09
commit
d84555a84f
3 changed files with 12 additions and 10 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue