aboutsummaryrefslogtreecommitdiff
path: root/textproc/libwpd
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2005-10-03 18:39:33 +0000
committerMikhail Teterin <mi@FreeBSD.org>2005-10-03 18:39:33 +0000
commite5f543d67a67552bcb32ab9826967443a46a6855 (patch)
tree11e4cc0c97a64467beea93f38315fd516e0f9599 /textproc/libwpd
parentaeff6ebbee3e94556baca3be7d715b50b5b7e66c (diff)
downloadports-e5f543d67a67552bcb32ab9826967443a46a6855.tar.gz
ports-e5f543d67a67552bcb32ab9826967443a46a6855.zip
Notes
Diffstat (limited to 'textproc/libwpd')
-rw-r--r--textproc/libwpd/Makefile5
-rw-r--r--textproc/libwpd/distinfo4
-rw-r--r--textproc/libwpd/files/patch-src-conv-html-HtmlListener.cpp11
-rw-r--r--textproc/libwpd/files/patch-src-lib-WPXString.cpp11
4 files changed, 4 insertions, 27 deletions
diff --git a/textproc/libwpd/Makefile b/textproc/libwpd/Makefile
index 34950172cfcd..9ced0810260f 100644
--- a/textproc/libwpd/Makefile
+++ b/textproc/libwpd/Makefile
@@ -6,13 +6,12 @@
#
PORTNAME= libwpd
-PORTVERSION= 0.8.0
-PORTREVISION= 1
+PORTVERSION= 0.8.3
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= libwpd
-MAINTAINER= reed@pugetsoundtechnology.com
+MAINTAINER= mi@aldan.algebra.com
COMMENT= Tools for importing and exporting WordPerfect(tm) documents
USE_GMAKE= yes
diff --git a/textproc/libwpd/distinfo b/textproc/libwpd/distinfo
index a8f1f7664baf..408b90a65044 100644
--- a/textproc/libwpd/distinfo
+++ b/textproc/libwpd/distinfo
@@ -1,2 +1,2 @@
-MD5 (libwpd-0.8.0.tar.gz) = 98e59beecc112339bb78654863304c1c
-SIZE (libwpd-0.8.0.tar.gz) = 449371
+MD5 (libwpd-0.8.3.tar.gz) = f34404f8dc6123aca156d203c37e3e5d
+SIZE (libwpd-0.8.3.tar.gz) = 482757
diff --git a/textproc/libwpd/files/patch-src-conv-html-HtmlListener.cpp b/textproc/libwpd/files/patch-src-conv-html-HtmlListener.cpp
deleted file mode 100644
index 844682218372..000000000000
--- a/textproc/libwpd/files/patch-src-conv-html-HtmlListener.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/conv/html/HtmlListenerImpl.cpp.orig Tue Jun 28 00:31:29 2005
-+++ src/conv/html/HtmlListenerImpl.cpp Tue Jun 28 00:33:48 2005
-@@ -144,7 +144,7 @@
-
- printf("<span style=\"");
- if (propList["style:font-name"])
-- printf("font-family: \'%s\'\;", propList["style:font-name"]->getStr().cstr());
-+ printf("font-family: \'%s\';",propList["style:font-name"]->getStr().cstr());
- if (propList["fo:font-size"])
- printf("font-size: %s;", propList["fo:font-size"]->getStr().cstr());
- if (propList["fo:font-weight"])
diff --git a/textproc/libwpd/files/patch-src-lib-WPXString.cpp b/textproc/libwpd/files/patch-src-lib-WPXString.cpp
deleted file mode 100644
index 77103cf929b4..000000000000
--- a/textproc/libwpd/files/patch-src-lib-WPXString.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/lib/WPXString.cpp.orig Tue Jun 28 00:17:50 2005
-+++ src/lib/WPXString.cpp Tue Jun 28 00:15:50 2005
-@@ -179,7 +179,7 @@
-
- void WPXString::clear()
- {
-- static_cast<std::string *>(m_buf)->clear();
-+ static_cast<std::string *>(m_buf)->erase(static_cast<std::string *>(m_buf)->begin(), static_cast<std::string *>(m_buf)->end());
- }
-
- int WPXString::len() const