svn commit: r514652 - in head: net-im/kaidan net-im/kaidan/files net-im/qxmpp-qt5 polish/kadu
Tobias C. Berner
tcberner at FreeBSD.org
Thu Oct 17 08:40:14 UTC 2019
Author: tcberner
Date: Thu Oct 17 08:40:12 2019
New Revision: 514652
URL: https://svnweb.freebsd.org/changeset/ports/514652
Log:
net-im/qxmpp-qt5: update to 1.0.1
Added:
head/net-im/kaidan/files/
head/net-im/kaidan/files/patch-src_MessageHandler.cpp (contents, props changed)
Modified:
head/net-im/kaidan/Makefile
head/net-im/qxmpp-qt5/Makefile
head/net-im/qxmpp-qt5/distinfo
head/net-im/qxmpp-qt5/pkg-plist
head/polish/kadu/Makefile
Modified: head/net-im/kaidan/Makefile
==============================================================================
--- head/net-im/kaidan/Makefile Thu Oct 17 08:31:30 2019 (r514651)
+++ head/net-im/kaidan/Makefile Thu Oct 17 08:40:12 2019 (r514652)
@@ -2,7 +2,7 @@
PORTNAME= kaidan
DISTVERSION= 0.4.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net-im kde
MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION}
Added: head/net-im/kaidan/files/patch-src_MessageHandler.cpp
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net-im/kaidan/files/patch-src_MessageHandler.cpp Thu Oct 17 08:40:12 2019 (r514652)
@@ -0,0 +1,13 @@
+The interface expected here is not yet present in the release
+
+--- src/MessageHandler.cpp.orig 2019-10-17 07:52:52 UTC
++++ src/MessageHandler.cpp
+@@ -101,7 +101,7 @@ void MessageHandler::handleMessage(const QXmppMessage
+ message.setId(msg.id());
+ message.setBody(msg.body());
+ message.setMediaType(MessageType::MessageText); // default to text message without media
+-#if (QXMPP_VERSION) >= QT_VERSION_CHECK(1, 0, 1)
++#if 0
+ message.setIsSpoiler(msg.isSpoiler());
+ message.setSpoilerHint(msg.spoilerHint());
+ #else
Modified: head/net-im/qxmpp-qt5/Makefile
==============================================================================
--- head/net-im/qxmpp-qt5/Makefile Thu Oct 17 08:31:30 2019 (r514651)
+++ head/net-im/qxmpp-qt5/Makefile Thu Oct 17 08:40:12 2019 (r514652)
@@ -2,8 +2,7 @@
PORTNAME= qxmpp
DISTVERSIONPREFIX= v
-DISTVERSION= 1.0.0
-PORTREVISION= 1
+DISTVERSION= 1.0.1
CATEGORIES= net-im
PKGNAMESUFFIX= -qt5
Modified: head/net-im/qxmpp-qt5/distinfo
==============================================================================
--- head/net-im/qxmpp-qt5/distinfo Thu Oct 17 08:31:30 2019 (r514651)
+++ head/net-im/qxmpp-qt5/distinfo Thu Oct 17 08:40:12 2019 (r514652)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1562778581
-SHA256 (qxmpp-project-qxmpp-v1.0.0_GH0.tar.gz) = bf62ac8d0b5741b3cb07ea92780b279d5c34d000dc7401d6c20a9b77865a5c1e
-SIZE (qxmpp-project-qxmpp-v1.0.0_GH0.tar.gz) = 259635
+TIMESTAMP = 1571252523
+SHA256 (qxmpp-project-qxmpp-v1.0.1_GH0.tar.gz) = 32e44420d8ab11ad4d3054a67e082f54f6492d80210612bc4d4e01f45721961c
+SIZE (qxmpp-project-qxmpp-v1.0.1_GH0.tar.gz) = 259791
Modified: head/net-im/qxmpp-qt5/pkg-plist
==============================================================================
--- head/net-im/qxmpp-qt5/pkg-plist Thu Oct 17 08:31:30 2019 (r514651)
+++ head/net-im/qxmpp-qt5/pkg-plist Thu Oct 17 08:40:12 2019 (r514652)
@@ -68,6 +68,6 @@ lib/cmake/qxmpp/QXmpp.cmake
lib/cmake/qxmpp/QXmppConfig.cmake
lib/cmake/qxmpp/QXmppConfigVersion.cmake
lib/libqxmpp.so
-lib/libqxmpp.so.0
+lib/libqxmpp.so.1
lib/libqxmpp.so.%%VERSION%%
libdata/pkgconfig/qxmpp.pc
Modified: head/polish/kadu/Makefile
==============================================================================
--- head/polish/kadu/Makefile Thu Oct 17 08:31:30 2019 (r514651)
+++ head/polish/kadu/Makefile Thu Oct 17 08:40:12 2019 (r514652)
@@ -3,7 +3,7 @@
PORTNAME= kadu
PORTVERSION= 4.3
-PORTREVISION= 15
+PORTREVISION= 16
PORTEPOCH= 1
CATEGORIES= polish net-im
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/:kadu \
More information about the svn-ports-all
mailing list