git: 985e52a74204 - main - deskutils/nextcloudclient: Update to 3.2.3
Michael Reifenberger
mr at FreeBSD.org
Fri Jul 9 10:16:23 UTC 2021
The branch main has been updated by mr:
URL: https://cgit.FreeBSD.org/ports/commit/?id=985e52a7420473f2dfbf4455f1860a51a6fff325
commit 985e52a7420473f2dfbf4455f1860a51a6fff325
Author: Guido Falsi <madpilot at FreeBSD.org>
AuthorDate: 2021-07-09 10:13:19 +0000
Commit: Michael Reifenberger <mr at FreeBSD.org>
CommitDate: 2021-07-09 10:13:19 +0000
deskutils/nextcloudclient: Update to 3.2.3
This update introduced a new build time dependency on inkscape,
used to generate icons during build.
I also added USES desktop-file-utils and shared-mime-info,
suggested by poudriere and it looks like they are really needed
since the port is installing a deskstop file and a mime info file.
PR: 257021
---
deskutils/nextcloudclient/Makefile | 8 +++++---
deskutils/nextcloudclient/distinfo | 6 +++---
2 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/deskutils/nextcloudclient/Makefile b/deskutils/nextcloudclient/Makefile
index 3aad72d17c25..e1440bc56b46 100644
--- a/deskutils/nextcloudclient/Makefile
+++ b/deskutils/nextcloudclient/Makefile
@@ -1,7 +1,7 @@
# Created by: Mathieu Arnold
PORTNAME= nextcloudclient
-PORTVERSION= 3.2.2
+PORTVERSION= 3.2.3
DISTVERSIONPREFIX= v
CATEGORIES= deskutils
@@ -13,11 +13,13 @@ LICENSE= GPLv2
DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
EXPIRATION_DATE=2021-06-23
+BUILD_DEPENDS= inkscape:graphics/inkscape
LIB_DEPENDS= libinotify.so:devel/libinotify \
libqt5keychain.so:security/qtkeychain
-USES= cmake:noninja compiler:c++14-lang gmake gnome iconv \
- localbase:ldflags pkgconfig qt:5 sqlite ssl
+USES= cmake:noninja compiler:c++14-lang desktop-file-utils gmake \
+ gnome iconv localbase:ldflags pkgconfig qt:5 shared-mime-info \
+ 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 \
diff --git a/deskutils/nextcloudclient/distinfo b/deskutils/nextcloudclient/distinfo
index 32eb9f49342a..ef06ee2b2d56 100644
--- a/deskutils/nextcloudclient/distinfo
+++ b/deskutils/nextcloudclient/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1622646872
-SHA256 (nextcloud-desktop-v3.2.2_GH0.tar.gz) = 7c907d2f2e80b1836ce28ff198649a2320dc6ce58e25db7c89413723b14a525e
-SIZE (nextcloud-desktop-v3.2.2_GH0.tar.gz) = 15398900
+TIMESTAMP = 1625472908
+SHA256 (nextcloud-desktop-v3.2.3_GH0.tar.gz) = 40dc6fe3aaa62851af3fa480f108cc7e3bfff64b6bea0602e9546359b3d2cba2
+SIZE (nextcloud-desktop-v3.2.3_GH0.tar.gz) = 15381488
More information about the dev-commits-ports-all
mailing list