non port: net-im/libqmatrixclient/Makefile |
Number of commits found: 14 |
Saturday, 8 May 2021
|
20:45 Rene Ladan (rene)
Remove expired ports:
2021-05-07 net-im/libqmatrixclient: Use libQuotient (devel/libquotient) instead
9aea167 |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
11:32 Adriaan de Groot (adridg)
Update net-im/libquotient to 0.6.6 (latest upstream)
libQuotient is a Matrix-client library used by several Matrix
clients in the ports tree. 0.6.6 fixes a crash that can be
triggered remotely. Bump two consumers to make them rebuild.
net-im/spectral isn't bumped because it doesn't see any
development, needs a specific bundled git hash, etc ..
While here mark the old-old name of libQuotient as deprecated;
I don't think it has any consumers.
7143d36 |
Sunday, 12 Apr 2020
|
12:48 adridg
net-im/libqmatrixclient upgrade to latest release
net-im/quaternion fix backwards versioning
net-im/spectral revision bump for shared library
None of these upgrades are interesting, they just follow the
Quotient ecosystem and give me a chance to correct the lost-
PORTREVISION in quaternion.
PR: 245531
Reported by: lantw44@gmail.com
|
Wednesday, 1 Apr 2020
|
09:02 adridg
Update libqmatrixclient and some consumers
- new "sustaining" libqmatrixclient (er .. Quotient) release wth
improvements in SSO and reduction in crashes.
https://github.com/quotient-im/libQuotient/releases/tag/0.5.3
https://github.com/quotient-im/libQuotient/releases/tag/0.5.3.1
- chase a newer rc for quaternion (a technical-minded Matrix client)
- bump the requirements in Spectral
There is a newer Spectral release as well, but it seems to be
incompatible with this libQuotient -- needs CMake support that
libQuotient does not install.
|
Friday, 26 Jul 2019
|
20:46 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
|
Thursday, 6 Jun 2019
|
14:47 adridg
Update Qt5-based Matrix clients
- libqmatrixclient is undergoing a name-change, to libQuotient.
Anticipate that a little.
- libqmatrixclient installed a ${LOCALBASE}/include/util.h which
is awfully generic; move the includes into include/Quotient
(again, in advance of the completion of the renaming).
Reported by Jan Henrik Sylvester.
- quaternion just has a minor release with several-times-rerolled
AppImage support (which isn't relevant for us).
- spectral has had several more tags done, but no official releases.
The tags are build-numbers, really, so PORTVERSION=603 means
build 603, and can be interpreted as 0.0.0.603 until there's
a real release. This does mean that we'll hit a PORTEPOCH once
such a release happens, when PORTVERSION drops back down to
0.0.1 (or whatever).
- spectral doesn't update to the latest tag (648) because that
requires an unreleased libQuotient version (not an issue if you
build from source with git submodules, but problematic in
packaging).
|
Friday, 31 May 2019
|
11:45 tobik
net-im/libqmatrixclient: Spell LICENSE_FILE correctly
|
Thursday, 18 Apr 2019
|
19:08 adridg
Update net-im/libqmatrixclient and consumers
New release of libqmatrixclient
https://github.com/QMatrixClient/libqmatrixclient/releases/tag/0.5.1.2
with crash fixes when there are expired tokens or abandoned connections.
This helps when clients are stuck showing some dialog and the connection
goes away under water.
New RC of quaternion, using the updated library.
https://github.com/QMatrixClient/Quaternion/releases/tag/0.0.9.4-rc3
Needs a PORTREVISION bump because I'm using DISTVERSIONSUFFIX. This
will go away when 0.0.9.5 is reached.
Bump spectral so that it picks up the new libqmatrixclient.
|
Friday, 12 Apr 2019
|
21:18 adridg
Update net-im/libqmatrixclient to v 0.5.1.1, latest upstream
Changelog is at https://github.com/QMatrixClient/libqmatrixclient/releases:
- fix linkification, fixed quirks for room names, url validation
- improved support for "upgraded" (v3) rooms
Not bumping consumers (net-im/quaternion) because there's no immediate
need, and there's a newer Quaternion release on the horizon anyway.
|
Thursday, 7 Mar 2019
|
21:57 adridg
Update net-im/libqmatrixclient and net-im/quaternion in tandem.
New release of libqmatrixclient (which breaks API compatibility) and
a beta for quaternion (its only client).
https://github.com/QMatrixClient/libqmatrixclient/releases/tag/0.5.0
https://github.com/QMatrixClient/Quaternion/releases/tag/0.0.9.4-beta1
Summarized:
- (packaging) QtMultimedia (video support) and QtKeychain (for secure storage)
are now added as dependencies.
- (user-visible) Many UI improvements.
This could use some work on the BUILD_DEPENDS to make sure that quaternion
is upgraded together with the static library it depends on.
|
20:44 adridg
Add USES=compiler:c++11-lang to fix build on GCC architectures.
Tested on powerpc64 and amd64.
PR: 236359
Submitted by: Piotr Kubaj
|
Thursday, 21 Feb 2019
|
13:44 adridg
New Matrix IM desktop client and support-library.
Quaternion is a Matrix IM desktop client; Matrix is a "modern" IM
solution, based on federated messaging and optional end-to-end
encryption. The protocol and most implementations are entirely
Open Source.
This commit introduces a support library, net-im/libqmatrixclient,
and one user of that library, net-im/quaternion. The library itself
is used by other Qt-based Matrix IM clients as well but I needed
*one* client, not three of them.
The pkg-descrs are awful short, but there's really not much more
to say than "a desktop Matrix IM client", since that's what it is.
Listing features seems like useless fluff, since those are inherent
in Matrix protocol support (avatars, image previews, long messages,
etc.).
|
Number of commits found: 14 |