diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2025-03-26 16:30:07 -0400 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2025-03-26 17:48:51 -0400 |
commit | fab562ffee9f1f0fc2f15408d636a9213b03509c (patch) | |
tree | a4babd21a706d780e12df37f23ee712d9e9d6ad2 /net-im/qxmpp | |
parent | devel/trellis: Fix port version number (diff) |
net-im/qxmpp: Update to 0.10.3
Project moved from GitHub to KDE Invent.
USES=kde:6 is only needed for the KDE_INVENT macro and can be removed
if upstream rolls a proper release tarball.
https://invent.kde.org/libraries/qxmpp/-/releases/v1.10.3
Diffstat (limited to 'net-im/qxmpp')
-rw-r--r-- | net-im/qxmpp/Makefile | 9 | ||||
-rw-r--r-- | net-im/qxmpp/distinfo | 6 |
2 files changed, 7 insertions, 8 deletions
diff --git a/net-im/qxmpp/Makefile b/net-im/qxmpp/Makefile index 3ec931ef398f..a5eb615de13c 100644 --- a/net-im/qxmpp/Makefile +++ b/net-im/qxmpp/Makefile @@ -1,12 +1,12 @@ PORTNAME= qxmpp DISTVERSIONPREFIX= v -DISTVERSION= 1.10.2 +DISTVERSION= 1.10.3 CATEGORIES= net-im PKGNAMESUFFIX= -qt6 MAINTAINER= kde@FreeBSD.org COMMENT= XMPP client library based on Qt and C++ -WWW= https://github.com/qxmpp-project/qxmpp/ +WWW= https://invent.kde.org/libraries/qxmpp LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/LICENSES/LGPL-2.1-or-later.txt @@ -14,9 +14,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSES/LGPL-2.1-or-later.txt LIB_DEPENDS= libomemo-c.so:security/libomemo-c \ libqca-qt6.so:devel/qca@qt6 -USES= cmake compiler:c++20-lang pathfix pkgconfig qt:6 -USE_GITHUB= yes -GH_ACCOUNT= qxmpp-project +USES= cmake compiler:c++20-lang kde:6 pathfix pkgconfig qt:6 +KDE_INVENT= 2a99f5d14771bf79ffe90814cc17b74e934b9b31 libraries USE_LDCONFIG= yes USE_QT= base diff --git a/net-im/qxmpp/distinfo b/net-im/qxmpp/distinfo index 91dba86bf355..1db844a124b9 100644 --- a/net-im/qxmpp/distinfo +++ b/net-im/qxmpp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1742547523 -SHA256 (qxmpp-project-qxmpp-v1.10.2_GH0.tar.gz) = 5d88a0841fe4543c84b843b329fa2a9560fd709f4cd0a1c4bf8089f6ab66c58d -SIZE (qxmpp-project-qxmpp-v1.10.2_GH0.tar.gz) = 732737 +TIMESTAMP = 1742891970 +SHA256 (libraries-qxmpp-2a99f5d14771bf79ffe90814cc17b74e934b9b31_GL0.tar.gz) = 8892ab605563c63740af6f55a8c401ba42a0b8c0b536835c7cb1c8f88f7ca3be +SIZE (libraries-qxmpp-2a99f5d14771bf79ffe90814cc17b74e934b9b31_GL0.tar.gz) = 737759 |