mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -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
|
# Created by: Mathieu Arnold
|
||||||
|
|
||||||
PORTNAME= nextcloudclient
|
PORTNAME= nextcloudclient
|
||||||
PORTVERSION= 3.2.3
|
PORTVERSION= 3.2.4
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
CATEGORIES= deskutils
|
CATEGORIES= deskutils
|
||||||
|
|
||||||
|
@ -22,13 +22,11 @@ USES= cmake:noninja compiler:c++14-lang desktop-file-utils gmake \
|
||||||
sqlite ssl
|
sqlite ssl
|
||||||
USE_QT= buildtools_build concurrent core dbus declarative graphicaleffects \
|
USE_QT= buildtools_build concurrent core dbus declarative graphicaleffects \
|
||||||
gui linguist_build location network printsupport qmake_build \
|
gui linguist_build location network printsupport qmake_build \
|
||||||
quickcontrols2 sql svg webchannel webengine websockets \
|
quickcontrols2 sql svg testlib webchannel webengine websockets \
|
||||||
widgets xml
|
widgets xml
|
||||||
CMAKE_ARGS= -DBUILD_WITH_QT4:BOOL=OFF \
|
CMAKE_ARGS= -DBUILD_UPDATER:BOOL=OFF \
|
||||||
-DBUILD_UPDATER:BOOL=OFF \
|
|
||||||
-DCMAKE_INSTALL_MANDIR:STRING=man \
|
-DCMAKE_INSTALL_MANDIR:STRING=man \
|
||||||
-DWITH_STACK_PROTECTOR:BOOL=OFF \
|
-DWITH_STACK_PROTECTOR:BOOL=OFF
|
||||||
-DNO_SHIBBOLETH=1
|
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
INSTALLS_ICONS= yes
|
INSTALLS_ICONS= yes
|
||||||
|
|
||||||
|
@ -64,4 +62,8 @@ post-patch:
|
||||||
pre-configure:
|
pre-configure:
|
||||||
@(cd ${WRKSRC} && ${CP} -f sync-exclude.lst sync-exclude.lst.sample)
|
@(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>
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1625472908
|
TIMESTAMP = 1625817093
|
||||||
SHA256 (nextcloud-desktop-v3.2.3_GH0.tar.gz) = 40dc6fe3aaa62851af3fa480f108cc7e3bfff64b6bea0602e9546359b3d2cba2
|
SHA256 (nextcloud-desktop-v3.2.4_GH0.tar.gz) = 551751515999c5a84b6e8678c1ff160cf2fb7a640c12a93b31f496d6d796f8a2
|
||||||
SIZE (nextcloud-desktop-v3.2.3_GH0.tar.gz) = 15381488
|
SIZE (nextcloud-desktop-v3.2.4_GH0.tar.gz) = 15387015
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
bin/nextcloud
|
bin/nextcloud
|
||||||
bin/nextcloudcmd
|
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/abstractcredentials.h
|
||||||
include/nextcloudsync/creds/httpcredentials.h
|
include/nextcloudsync/creds/httpcredentials.h
|
||||||
include/nextcloudsync/mirall/account.h
|
include/nextcloudsync/mirall/account.h
|
||||||
|
|
Loading…
Add table
Reference in a new issue