pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/kopete Update to kopete 16.12.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1d740a58215e
branches:  trunk
changeset: 357380:1d740a58215e
user:      markd <markd%pkgsrc.org@localhost>
date:      Thu Jan 19 09:23:36 2017 +0000

description:
Update to kopete 16.12.0

bug fixes

diffstat:

 net/kopete/Makefile                                        |   8 +++---
 net/kopete/distinfo                                        |  11 ++++-----
 net/kopete/patches/patch-plugins_history2_history2logger.h |  15 --------------
 3 files changed, 9 insertions(+), 25 deletions(-)

diffs (64 lines):

diff -r 833f65a7001c -r 1d740a58215e net/kopete/Makefile
--- a/net/kopete/Makefile       Thu Jan 19 09:17:28 2017 +0000
+++ b/net/kopete/Makefile       Thu Jan 19 09:23:36 2017 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.27 2017/01/01 16:06:33 adam Exp $
+# $NetBSD: Makefile,v 1.28 2017/01/19 09:23:36 markd Exp $
 
-DISTNAME=      kopete-15.12.0
-PKGREVISION=   5
+DISTNAME=      kopete-16.12.0
 CATEGORIES=    net
 COMMENT=       Multi-protocol instant messenger client
-MASTER_SITES=  ${MASTER_SITE_KDE:=applications/15.12.0/src/}
+MASTER_SITES=  ${MASTER_SITE_KDE:=applications/16.12.0/src/}
 
 # Race on translatorplugin.h
 MAKE_JOBS_SAFE=        no
@@ -38,6 +37,7 @@
 .include "../../chat/meanwhile/buildlink3.mk"
 .include "../../databases/sqlite3/buildlink3.mk"
 .include "../../devel/libidn/buildlink3.mk"
+.include "../../devel/qjson/buildlink3.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../graphics/libv4l/buildlink3.mk"
 .include "../../graphics/qimageblitz/buildlink3.mk"
diff -r 833f65a7001c -r 1d740a58215e net/kopete/distinfo
--- a/net/kopete/distinfo       Thu Jan 19 09:17:28 2017 +0000
+++ b/net/kopete/distinfo       Thu Jan 19 09:23:36 2017 +0000
@@ -1,11 +1,10 @@
-$NetBSD: distinfo,v 1.7 2016/07/16 01:17:59 markd Exp $
+$NetBSD: distinfo,v 1.8 2017/01/19 09:23:36 markd Exp $
 
-SHA1 (kopete-15.12.0.tar.xz) = ca45500e134b4fff6a05d7b021ab7d982d95b197
-RMD160 (kopete-15.12.0.tar.xz) = 2e1e660a921e2c5d482cf4d1136ae37c2eef2d98
-SHA512 (kopete-15.12.0.tar.xz) = 48f49df8594ea2d437a82e56159d68753581405e3230fa4070fc5e5d027bd43383ee91e55f42c0c6a0d773cb648f8d967ad9067ad3fa87bb0a1f5694edb30ef0
-Size (kopete-15.12.0.tar.xz) = 6328468 bytes
+SHA1 (kopete-16.12.0.tar.xz) = 0add6bd39d5c1342dd6d8d6257238f310a6f211a
+RMD160 (kopete-16.12.0.tar.xz) = 964994c637a636b0e795a3db32ae7fa56352ef2f
+SHA512 (kopete-16.12.0.tar.xz) = 7ea765ebb8652773734b98d9287b9a81452d390b86f80b1c34e166491762791666593e68204100cf18b2245f42a4aabcf4c433c02280d116ec814b93613885fe
+Size (kopete-16.12.0.tar.xz) = 6340832 bytes
 SHA1 (patch-libkopete_avdevice_videodevice.h) = 9864dd808cf375bcc48ec9ed0c6d939da382ea67
-SHA1 (patch-plugins_history2_history2logger.h) = f198ea9005a245862cbf357022e31d9ba50ee7c7
 SHA1 (patch-protocols_jabber_libiris_src_jdns_jdns_sys.c) = 3bb68fd63bbd98ac106402a1c647f23556e6cea8
 SHA1 (patch-protocols_winpopup_winpopup-install) = 538f1f079439d3c86454583f2863dbbcb3a63b95
 SHA1 (patch-protocols_wlm_CMakeLists.txt) = 4f0c6ebdf51f15c0759a8489ddbb43fe4052281c
diff -r 833f65a7001c -r 1d740a58215e net/kopete/patches/patch-plugins_history2_history2logger.h
--- a/net/kopete/patches/patch-plugins_history2_history2logger.h        Thu Jan 19 09:17:28 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-plugins_history2_history2logger.h,v 1.1 2016/07/16 01:17:59 markd Exp $
-
-gcc6 fix
-
---- plugins/history2/history2logger.h.orig     2015-12-06 12:54:22.000000000 +0000
-+++ plugins/history2/history2logger.h
-@@ -94,7 +94,7 @@ public:
-        * from Kopete::Contact @param c in the given @param sens
-        */
-       QList<Kopete::Message> readMessages(int lines,
--                                          int offset=0, const Kopete::MetaContact *c=false, bool reverseOrder=true);
-+                                          int offset=0, const Kopete::MetaContact *c=0, bool reverseOrder=true);
- 
-       /**
-        * Same as the following, but for one date. I did'nt reuse the above function



Home | Main Index | Thread Index | Old Index