summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-06-26 15:45:42 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2003-06-26 15:45:42 +0000
commit906409396d092b5a5f0999675767e60009d5b037 (patch)
tree5d0ac917bc14c30bc09e7e88237785d779e01204 /net-im
parentUpdate to 0.17.1.a (diff)
- Update to licq-base-1.2.7
- Update to licq-console-1.2.7 - Update to licq-qt-gui-1.2.7
Notes
Notes: svn path=/head/; revision=83668
Diffstat (limited to 'net-im')
-rw-r--r--net-im/licq-qt-gui/files/patch-usereventdlg.cpp22
-rw-r--r--net-im/licq/Makefile.inc6
-rw-r--r--net-im/licq/distinfo2
3 files changed, 4 insertions, 26 deletions
diff --git a/net-im/licq-qt-gui/files/patch-usereventdlg.cpp b/net-im/licq-qt-gui/files/patch-usereventdlg.cpp
deleted file mode 100644
index 06d168aa28a4..000000000000
--- a/net-im/licq-qt-gui/files/patch-usereventdlg.cpp
+++ /dev/null
@@ -1,22 +0,0 @@
---- src/usereventdlg.cpp.orig Sun Mar 23 18:49:39 2003
-+++ src/usereventdlg.cpp Sat Mar 29 08:31:33 2003
-@@ -1390,7 +1390,7 @@
- {
- CEventMsg *ue = (CEventMsg *)e->UserEvent();
- // create initial strings (implicit copying, no allocation impact :)
-- char *tmp = gTranslator.NToRN(codec->fromUnicode(ue->Message()));
-+ char *tmp = gTranslator.NToRN(ue->Message());
- QCString wholeMessageRaw(tmp);
- delete [] tmp;
- unsigned int wholeMessagePos = 0;
-@@ -1439,8 +1439,8 @@
- }
- else
- {
-- message = ue->Message();
-- messageRaw = codec->fromUnicode(message);
-+ messageRaw = wholeMessageRaw;
-+ message = codec->toUnicode(wholeMessageRaw);
- }
-
- icqEventTag = server->icqSendMessage(m_nUin, messageRaw.data(),
diff --git a/net-im/licq/Makefile.inc b/net-im/licq/Makefile.inc
index c50665d2d559..4fe4a5aa4de5 100644
--- a/net-im/licq/Makefile.inc
+++ b/net-im/licq/Makefile.inc
@@ -2,10 +2,10 @@
# $FreeBSD$
PKGNAMEPREFIX= licq-
-LICQ_VER= 1.2.6
-QT_LICQ_VER= 1.2.6
+LICQ_VER= 1.2.7
+QT_LICQ_VER= 1.2.7
RMS_LICQ_VER= 0.33
-CONSOLE_LICQ_VER= 1.2.6
+CONSOLE_LICQ_VER= 1.2.7
JONS_GTK_LICQ_VER= 0.20.2
.if ${PORTNAME} != "base"
RUN_DEPENDS+= licq:${LICQ_PORT}
diff --git a/net-im/licq/distinfo b/net-im/licq/distinfo
index a5207c166437..c4cd23564f1e 100644
--- a/net-im/licq/distinfo
+++ b/net-im/licq/distinfo
@@ -1 +1 @@
-MD5 (licq-1.2.6.tar.bz2) = 7e84a1dde8b21eb2bb057d3755353500
+MD5 (licq-1.2.7.tar.bz2) = a4d51d57a012accec22f4842f2310e53