diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2021-07-09 10:13:19 +0000 |
---|---|---|
committer | Michael Reifenberger <mr@FreeBSD.org> | 2021-07-09 10:13:19 +0000 |
commit | 985e52a7420473f2dfbf4455f1860a51a6fff325 (patch) | |
tree | 2df75e8d3413ac433eed90fa2dd53967c47e411d /deskutils | |
parent | 41db1148c4065e230be437c07ed5ac94a2bab49f (diff) |
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
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/nextcloudclient/Makefile | 8 | ||||
-rw-r--r-- | 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 |