aboutsummaryrefslogtreecommitdiffstats
path: root/net/kdenetwork3
diff options
context:
space:
mode:
authorlofi <lofi@FreeBSD.org>2005-08-01 07:19:38 +0800
committerlofi <lofi@FreeBSD.org>2005-08-01 07:19:38 +0800
commit03eb54a2a237cdaa323fba293cc10a63182ab01a (patch)
treefafe639268ea0db048c3df74b196cc50237a373a /net/kdenetwork3
parent84d5f11fab53acf7684a711073723ba651a4b89d (diff)
downloadfreebsd-ports-graphics-03eb54a2a237cdaa323fba293cc10a63182ab01a.tar.gz
freebsd-ports-graphics-03eb54a2a237cdaa323fba293cc10a63182ab01a.tar.zst
freebsd-ports-graphics-03eb54a2a237cdaa323fba293cc10a63182ab01a.zip
Remove patches which have been applied upstream.
Diffstat (limited to 'net/kdenetwork3')
-rw-r--r--net/kdenetwork3/files/patch-kopete_protocols_oscar_oscarcontact.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/net/kdenetwork3/files/patch-kopete_protocols_oscar_oscarcontact.cpp b/net/kdenetwork3/files/patch-kopete_protocols_oscar_oscarcontact.cpp
deleted file mode 100644
index 59c3688f52a..00000000000
--- a/net/kdenetwork3/files/patch-kopete_protocols_oscar_oscarcontact.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- kopete/protocols/oscar/oscarcontact.cpp.orig Thu Jun 30 02:18:56 2005
-+++ kopete/protocols/oscar/oscarcontact.cpp Thu Jun 30 02:19:24 2005
-@@ -183,7 +183,7 @@
- Q_UNUSED( session );
- Oscar::Message message;
-
-- message.setText( msg.escapedBody() );
-+ message.setText( msg.plainBody() );
-
- message.setTimestamp( msg.timestamp() );
- message.setSender( mAccount->accountId() );