aboutsummaryrefslogtreecommitdiff
path: root/net/kdenetwork3
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2005-06-30 18:48:15 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2005-06-30 18:48:15 +0000
commitc1b3b498c098b401e9370277a9d48117da1b7948 (patch)
tree2d3282c8c665686d1069061b7401d396a21e8344 /net/kdenetwork3
parent52de4a5dcf252f173e0fa87a1eb202ca965714fd (diff)
downloadports-c1b3b498c098b401e9370277a9d48117da1b7948.tar.gz
ports-c1b3b498c098b401e9370277a9d48117da1b7948.zip
Notes
Diffstat (limited to 'net/kdenetwork3')
-rw-r--r--net/kdenetwork3/Makefile1
-rw-r--r--net/kdenetwork3/files/patch-kopete_protocols_oscar_oscarcontact.cpp11
2 files changed, 12 insertions, 0 deletions
diff --git a/net/kdenetwork3/Makefile b/net/kdenetwork3/Makefile
index b2194e9ac3c1..d32a7bc283f7 100644
--- a/net/kdenetwork3/Makefile
+++ b/net/kdenetwork3/Makefile
@@ -8,6 +8,7 @@
PORTNAME= kdenetwork
PORTVERSION= ${KDE_VERSION}
+PORTREVISION= 1
CATEGORIES?= net kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src
diff --git a/net/kdenetwork3/files/patch-kopete_protocols_oscar_oscarcontact.cpp b/net/kdenetwork3/files/patch-kopete_protocols_oscar_oscarcontact.cpp
new file mode 100644
index 000000000000..59c3688f52a5
--- /dev/null
+++ b/net/kdenetwork3/files/patch-kopete_protocols_oscar_oscarcontact.cpp
@@ -0,0 +1,11 @@
+--- 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() );