diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2005-06-30 18:48:15 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2005-06-30 18:48:15 +0000 |
commit | c1b3b498c098b401e9370277a9d48117da1b7948 (patch) | |
tree | 2d3282c8c665686d1069061b7401d396a21e8344 | |
parent | 52de4a5dcf252f173e0fa87a1eb202ca965714fd (diff) | |
download | ports-c1b3b498c098b401e9370277a9d48117da1b7948.tar.gz ports-c1b3b498c098b401e9370277a9d48117da1b7948.zip |
Notes
-rw-r--r-- | net/kdenetwork3/Makefile | 1 | ||||
-rw-r--r-- | net/kdenetwork3/files/patch-kopete_protocols_oscar_oscarcontact.cpp | 11 | ||||
-rw-r--r-- | net/kdenetwork4/Makefile | 1 | ||||
-rw-r--r-- | net/kdenetwork4/files/patch-kopete_protocols_oscar_oscarcontact.cpp | 11 |
4 files changed, 24 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() ); diff --git a/net/kdenetwork4/Makefile b/net/kdenetwork4/Makefile index b2194e9ac3c1..d32a7bc283f7 100644 --- a/net/kdenetwork4/Makefile +++ b/net/kdenetwork4/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/kdenetwork4/files/patch-kopete_protocols_oscar_oscarcontact.cpp b/net/kdenetwork4/files/patch-kopete_protocols_oscar_oscarcontact.cpp new file mode 100644 index 000000000000..59c3688f52a5 --- /dev/null +++ b/net/kdenetwork4/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() ); |