From b97a98094b4a392ec222b9327abe16ba168ce97c Mon Sep 17 00:00:00 2001
From: Patrick Li <pat@FreeBSD.org>
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/psi')

diff --git a/net-im/psi/Makefile b/net-im/psi/Makefile
index 6f569b1d8304..578a15740e65 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 4c73eb0b316c..000000000000
--- 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("<font color=\"%1\">").arg(color) + QString("[%1]").arg(timestr) + QString(" *%1 ").arg(expandEntities(who)) + txt + "</font>");
-+		t->append(QString("<BR><font color=\"%1\">").arg(color) + QString("[%1]").arg(timestr) + QString(" *%1 ").arg(expandEntities(who)) + txt + "</font>");
- 	}
- 	else {
- 		if(option.chatSays)
--			t->append(QString("<font color=\"%1\">").arg(color) + QString("[%1] ").arg(timestr) + expandEntities(who) + QString(" says:</font><br>") + txt);
-+			t->append(QString("<BR><font color=\"%1\">").arg(color) + QString("[%1] ").arg(timestr) + expandEntities(who) + QString(" says:</font><br>") + txt);
- 		else
--			t->append(QString("<font color=\"%1\">").arg(color) + QString("[%1] &lt;").arg(timestr) + expandEntities(who) + QString("&gt;</font> ") + txt);
-+			t->append(QString("<BR><font color=\"%1\">").arg(color) + QString("[%1] &lt;").arg(timestr) + expandEntities(who) + QString("&gt;</font> ") + txt);
- 	}
- 	if(!msg.subject.isEmpty()) {
- 		t->append(QString("<b>") + tr("Subject:") + "</b> " + QString("%1").arg(expandEntities(msg.subject)));
-- 
cgit v1.2.3