diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-06-26 23:45:42 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-06-26 23:45:42 +0800 |
commit | 328bd37083b9b52805e6da38486e15b0ce75a496 (patch) | |
tree | db4d22cc65c404113e9bfe30b3bb926f85894cc3 /net | |
parent | 800f4c40c1c26a1c06aa8878fa60bf41377591ea (diff) | |
download | freebsd-ports-gnome-328bd37083b9b52805e6da38486e15b0ce75a496.tar.gz freebsd-ports-gnome-328bd37083b9b52805e6da38486e15b0ce75a496.tar.zst freebsd-ports-gnome-328bd37083b9b52805e6da38486e15b0ce75a496.zip |
- Update to licq-base-1.2.7
- Update to licq-console-1.2.7
- Update to licq-qt-gui-1.2.7
Diffstat (limited to 'net')
-rw-r--r-- | net/licq-qt-gui/files/patch-usereventdlg.cpp | 22 | ||||
-rw-r--r-- | net/licq/Makefile.inc | 6 | ||||
-rw-r--r-- | net/licq/distinfo | 2 |
3 files changed, 4 insertions, 26 deletions
diff --git a/net/licq-qt-gui/files/patch-usereventdlg.cpp b/net/licq-qt-gui/files/patch-usereventdlg.cpp deleted file mode 100644 index 06d168aa28a4..000000000000 --- a/net/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/licq/Makefile.inc b/net/licq/Makefile.inc index c50665d2d559..4fe4a5aa4de5 100644 --- a/net/licq/Makefile.inc +++ b/net/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/licq/distinfo b/net/licq/distinfo index a5207c166437..c4cd23564f1e 100644 --- a/net/licq/distinfo +++ b/net/licq/distinfo @@ -1 +1 @@ -MD5 (licq-1.2.6.tar.bz2) = 7e84a1dde8b21eb2bb057d3755353500 +MD5 (licq-1.2.7.tar.bz2) = a4d51d57a012accec22f4842f2310e53 |