From e11b80754c7c94efcfc4b084572b43dfa4663cfd Mon Sep 17 00:00:00 2001 From: pat Date: Wed, 31 Jul 2002 03:17:05 +0000 Subject: Remove patch to fix bug with qt 3.0.3 and bump PORTREVISION again PR: ports/41189 Submitted by: maintainer --- net-im/psi/Makefile | 2 +- net-im/psi/files/patch-src::chatdlg.cpp | 24 ------------------------ 2 files changed, 1 insertion(+), 25 deletions(-) delete mode 100644 net-im/psi/files/patch-src::chatdlg.cpp (limited to 'net-im') diff --git a/net-im/psi/Makefile b/net-im/psi/Makefile index 6f569b1..578a157 100644 --- a/net-im/psi/Makefile +++ b/net-im/psi/Makefile @@ -7,7 +7,7 @@ PORTNAME= psi PORTVERSION= 0.8.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/net-im/psi/files/patch-src::chatdlg.cpp b/net-im/psi/files/patch-src::chatdlg.cpp deleted file mode 100644 index 4c73eb0..0000000 --- a/net-im/psi/files/patch-src::chatdlg.cpp +++ /dev/null @@ -1,24 +0,0 @@ -$FreeBSD$ - -A workaround for a bug in qt-3.0.3. This patch file should be removed -if we ever upgrade to qt-3.0.5 - ---- src/chatdlg.cpp.orig Tue Jul 23 21:08:25 2002 -+++ src/chatdlg.cpp Tue Jul 23 21:09:59 2002 -@@ -384,13 +384,13 @@ - - //t->setUpdatesEnabled(FALSE); - if(emote) { -- t->append(QString("").arg(color) + QString("[%1]").arg(timestr) + QString(" *%1 ").arg(expandEntities(who)) + txt + ""); -+ t->append(QString("
").arg(color) + QString("[%1]").arg(timestr) + QString(" *%1 ").arg(expandEntities(who)) + txt + ""); - } - else { - if(option.chatSays) -- t->append(QString("").arg(color) + QString("[%1] ").arg(timestr) + expandEntities(who) + QString(" says:
") + txt); -+ t->append(QString("
").arg(color) + QString("[%1] ").arg(timestr) + expandEntities(who) + QString(" says:
") + txt); - else -- t->append(QString("").arg(color) + QString("[%1] <").arg(timestr) + expandEntities(who) + QString("> ") + txt); -+ t->append(QString("
").arg(color) + QString("[%1] <").arg(timestr) + expandEntities(who) + QString("> ") + txt); - } - if(!msg.subject.isEmpty()) { - t->append(QString("") + tr("Subject:") + " " + QString("%1").arg(expandEntities(msg.subject))); -- cgit v1.1