Em qua., 19 de fev. de 2020 às 17:12, Kirill Bychkov
<ki...@linklevel.net> escreveu:
>
> On Wed, February 19, 2020 20:22, Rafael Sadowski wrote:
> > On Tue Feb 18, 2020 at 10:54:36PM -0300, Adriano Barbosa wrote:
> >> Hi,
>
> Hi,
>
> >> update for nextcloudclient to v2.6.3.
> >> Changelog: https://github.com/nextcloud/desktop/releases/tag/v2.6.3
> >>
> >> OK?
>
> Not tested yet but it definitely needs PLIST update.

Thanks for pointing it out.
Follows the complete diff.

>
> >> --
> >> Adriano
> >
> > I ran into the following err (nextcloudclient is not installed):
> >
> > FAILED: test/csync/check_encoding_functions
> > : && /usr/ports/pobj/nextcloudclient-2.6.3/bin/c++  -O2 -pipe
> > -I/usr/local/include/inotify  -I/usr/local/include/qtkeychain
> > -I/usr/local/include -pedantic -DNDEBUG  -L/usr/local/lib/inotify
> > -L/usr/local/lib  -linotify  -Wl,-rpath=/usr/local/lib/inotify
> > test/csync/CMakeFiles/check_encoding_functions.dir/check_encoding_functions_autogen/mocs_compilation.cpp.o
> > test/csync/CMakeFiles/check_encoding_functions.dir/encoding_tests/check_encoding.cpp.o
> >  -o test/csync/check_encoding_functions -L/usr/local/lib/qt5/.
> > -L/usr/ports/pobj/nextcloudclient-2.6.3/build-amd64/src/csync
> > -L/usr/local/lib   -L/usr/local/lib/inotify   -L/usr/lib
> > -Wl,-z,origin,-rpath,/usr/local/lib/qt5/.:/usr/ports/pobj/nextcloudclient-2.6.3/build-amd64/src/csync
> >  test/csync/libtorture.a  -lQt5Core  -locsync  -lcmocka  -lsqlite3
> > -lQt5Concurrent  -lQt5Core  /usr/lib/libz.so.5.0
> > -Wl,-rpath-link,/usr/X11R6/lib && :
> > ld: error: undefined symbol: argp_parse
> >>>> referenced by cmdline.c
> >>>>               cmdline.c.o:(torture_cmdline_parse) in archive
> >>>> test/csync/libtorture.a
> > c++: error: linker command failed with exit code 1 (use -v to see 
> > invocation)
> > ninja: build stopped: subcommand failed.
> >
> >
>
> Builds fine for me on 6.6-current (GENERIC.MP) #648: Sun Feb 16 13:54:33 MST 
> 2020
>


-- 
Adriano Barbosa
Index: Makefile
===================================================================
RCS file: /cvs/ports/net/nextcloudclient/Makefile,v
retrieving revision 1.4
diff -u -p -u -r1.4 Makefile
--- Makefile	7 Feb 2020 07:13:53 -0000	1.4
+++ Makefile	19 Feb 2020 22:11:47 -0000
@@ -2,9 +2,8 @@
 
 COMMENT =	desktop sync client for Nextcloud
 
-V =		2.6.2
+V =		2.6.3
 DISTNAME =	nextcloudclient-${V}
-REVISION =	0
 
 GH_ACCOUNT =	nextcloud
 GH_PROJECT =	desktop
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/nextcloudclient/distinfo,v
retrieving revision 1.2
diff -u -p -u -r1.2 distinfo
--- distinfo	28 Dec 2019 13:48:04 -0000	1.2
+++ distinfo	19 Feb 2020 22:11:47 -0000
@@ -1,2 +1,2 @@
-SHA256 (nextcloudclient-2.6.2.tar.gz) = u8tlkxNINiJmQLEI2nrT2wYUF2geLYQ7w3Gx1pf7BVE=
-SIZE (nextcloudclient-2.6.2.tar.gz) = 18982053
+SHA256 (nextcloudclient-2.6.3.tar.gz) = Wpi4KAJ9Zad6Qdr/P2eMrO8SUlCZsf0vMRRVHbAf8pg=
+SIZE (nextcloudclient-2.6.3.tar.gz) = 18983292
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/net/nextcloudclient/pkg/PLIST,v
retrieving revision 1.2
diff -u -p -u -r1.2 PLIST
--- pkg/PLIST	28 Dec 2019 13:48:04 -0000	1.2
+++ pkg/PLIST	19 Feb 2020 22:11:47 -0000
@@ -35,6 +35,7 @@ share/icons/hicolor/64x64/apps/Nextcloud
 share/nextcloud/
 share/nextcloud/i18n/
 share/nextcloud/i18n/client_TW.qm
+share/nextcloud/i18n/client_af.qm
 share/nextcloud/i18n/client_bg.qm
 share/nextcloud/i18n/client_ca.qm
 share/nextcloud/i18n/client_cs.qm

Reply via email to