Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
13 Jan 2021 15:01:23
3.1.1

|
madpilot  |
- Update nextcloudclient to 3.1.0
- Remove patches already included upstream
Approved by: mr (maintainer timeout)
Differential Revision: https://reviews.freebsd.org/D27697 |
20 Nov 2020 21:35:46
3.0.3_1

|
mr  |
Add graphics/qt5-graphicaleffects dependency.
PR: 251260
Submitted by: andrew.hotlab@hotmail.com |
02 Nov 2020 12:58:02
3.0.3

|
mr  |
Update to 3.0.3 |
30 Sep 2020 10:45:42
3.0.2_1

|
madpilot  |
Unbreak by adding missing dependencies.
PR: 249938
Approved by: portmgr (fixit blanket) |
30 Sep 2020 09:52:12
3.0.2

|
antoine  |
Mark BROKEN
CMake Error at /usr/local/lib/cmake/Qt5/Qt5Config.cmake:28 (find_package):
Could not find a package configuration file provided by "Qt5Svg" with any
of the following names:
Qt5SvgConfig.cmake
qt5svg-config.cmake
Reported by: pkg-fallout |
26 Sep 2020 16:17:50
3.0.2

|
mr  |
Remove sperflous patch
PR: 249896 |
25 Sep 2020 17:58:52
3.0.2

|
mr  |
Update to 3.0.2 |
11 Jul 2020 13:30:13
2.6.5

|
mr  |
Update to 2.6.5 |
21 May 2020 07:17:53
2.6.4

|
tcberner  |
deskutils/nextcloudclient: prepare for Qt5-5.15 |
06 Mar 2020 09:49:56
2.6.4

|
mr  |
Update to 2.6.4 |
01 Jan 2020 17:27:55
2.6.2

|
brnrd  |
Chase rename of security/openssl111
- Categories a-m
MFH: 2020Q1 |
25 Dec 2019 10:52:38
2.6.2

|
mr  |
Update to 2.6.2 |
01 Dec 2019 15:47:02
2.6.1_1

|
mr  |
Add patch to fix problem with keyring rewriting.
PR: 241823
Submitted by: Guido Falsi |
08 Nov 2019 14:29:17
2.6.1

|
mr  |
Update to 2.6.1
PR: 241783
Submitted by: Guido Falsi |
08 Nov 2019 09:41:45
2.6.0

|
tobik  |
deskutils: Add missing USES={gnome,mate,php} |
30 Oct 2019 21:56:03
2.6.0

|
madpilot  |
- Upgrade nextcloudclient to 2.6.0
- Make the port use the upstream version number
PR: 241160
Submitted by: myself
Approved by: mr@FreeBSD.org (maintainer timeout) |
26 Jul 2019 20:46:57
0.0.0.20190705_3

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
05 Jul 2019 21:13:58
0.0.0.20190705_2

|
mr  |
Update to 2019.07.05 |
30 Apr 2019 09:01:26
0.0.0.20190207_2

|
amdmi3  |
- Update WWW
Approved by: portmgr blanket |
16 Mar 2019 18:46:13
0.0.0.20190207_2

|
tcberner  |
security/qtkeychain: remove flavors (Qt4 deprecation)
Approved by: portmgr (implicit) |
07 Feb 2019 09:07:01
0.0.0.20190207_1

|
mr  |
Update to 2019.02.07 |
16 Jan 2019 11:13:45
0.0.0.20181226_1

|
tijl  |
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call (Only the first 15 lines of the commit message are shown above ) |
27 Dec 2018 09:53:54
0.0.0.20181226

|
mr  |
cmake:outsource is now default, so delete it.
PR: 233260
Reported by: vvd@unislabs.com |
26 Dec 2018 18:04:47
0.0.0.20181226

|
mr  |
Add missing checks for openssl 1.1
PR: 233260 |
26 Dec 2018 17:06:31
0.0.0.20181226

|
mr  |
Update to newer snapshot.
nextcloud client now depends on openssl 1.1
PR: 33260 |
25 Dec 2018 20:25:40
0.0.0.20180323_3

|
tcberner  |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
12 Dec 2018 01:35:36
0.0.0.20180323_3

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
02 Nov 2018 13:32:35
0.0.0.20180323_2

|
rene  |
Remove compatibility code for FreeBSD < 11.2 from all ports.
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by: rene
Reviewed by: bapt, jbeich
Differential Revision: https://reviews.freebsd.org/D17724 |
18 Aug 2018 20:42:47
0.0.0.20180323_2

|
sunpoet  |
Update MAINTAINER: use @FreeBSD.org |
29 Jul 2018 22:18:46
0.0.0.20180323_2

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
28 Jun 2018 17:39:55
0.0.0.20180323_1

|
tcberner  |
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: -https://reviews.freebsd.org/D15540 |
26 Mar 2018 11:36:08
0.0.0.20180323_1

|
mr  |
Mark samples file as such.
The port should work now after installation as is.
PR: 226934
Submitted by: madpilot@ |
24 Mar 2018 19:11:59
0.0.0.20180323

|
mr  |
Add nextcloudclient as of 20180323.
It's repocopied from owncloudclient. |