aboutsummaryrefslogtreecommitdiff
path: root/editors/libreoffice
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2015-04-25 17:30:29 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2015-04-25 17:30:29 +0000
commitcf14c210f1c7914b9ac52554a9ddbf0a7989293a (patch)
tree959e889fb7703348f51a9cb6e9fa5035d63e7039 /editors/libreoffice
parent3aa8bf819ff23540a79978178a35a7b599042598 (diff)
downloadports-cf14c210f1c7914b9ac52554a9ddbf0a7989293a.tar.gz
ports-cf14c210f1c7914b9ac52554a9ddbf0a7989293a.zip
Update to 4.3.7.
Notes
Notes: svn path=/head/; revision=384746
Diffstat (limited to 'editors/libreoffice')
-rw-r--r--editors/libreoffice/Makefile2
-rw-r--r--editors/libreoffice/Makefile.common2
-rw-r--r--editors/libreoffice/distinfo8
-rw-r--r--editors/libreoffice/files/patch-include_unotools_streamwrap.hxx17
4 files changed, 6 insertions, 23 deletions
diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile
index 149439d9b135..b30704c4a262 100644
--- a/editors/libreoffice/Makefile
+++ b/editors/libreoffice/Makefile
@@ -2,7 +2,7 @@
.include "${.CURDIR}/Makefile.common"
-PORTREVISION= 1
+PORTREVISION= 0
COMMENT= Full integrated office productivity suite
diff --git a/editors/libreoffice/Makefile.common b/editors/libreoffice/Makefile.common
index c8115dbbe8d3..0669aafe8517 100644
--- a/editors/libreoffice/Makefile.common
+++ b/editors/libreoffice/Makefile.common
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= libreoffice
-PORTVERSION= 4.3.6
+PORTVERSION= 4.3.7
RCVER= 2
#PRERELEASE= yes
LOVERSION= ${PORTVERSION}.${RCVER}
diff --git a/editors/libreoffice/distinfo b/editors/libreoffice/distinfo
index 9eefa2ac6210..e2bc5396b788 100644
--- a/editors/libreoffice/distinfo
+++ b/editors/libreoffice/distinfo
@@ -44,7 +44,7 @@ SHA256 (libreoffice/eeb2c7ddf0d302fba4bfc6e97eac9624-libbase-1.1.6.zip) = 75c803
SIZE (libreoffice/eeb2c7ddf0d302fba4bfc6e97eac9624-libbase-1.1.6.zip) = 427800
SHA256 (libreoffice/f94d9870737518e3b597f9265f4e9803-libserializer-1.1.6.zip) = 05640a1f6805b2b2d7e2cb9c50db9a5cb084e3c52ab1a71ce015239b4a1d4343
SIZE (libreoffice/f94d9870737518e3b597f9265f4e9803-libserializer-1.1.6.zip) = 211919
-SHA256 (libreoffice/libreoffice-4.3.6.2.tar.xz) = 5596dc38bd72bce72783bb04e014a3f64d1e9ba49cc8e6a9d2d52950309dda97
-SIZE (libreoffice/libreoffice-4.3.6.2.tar.xz) = 153142516
-SHA256 (libreoffice/libreoffice-help-4.3.6.2.tar.xz) = adda6c20e3a1de48a026b60938b546dcdd2b2d54aaeee5bce9cfe813c222a556
-SIZE (libreoffice/libreoffice-help-4.3.6.2.tar.xz) = 1855080
+SHA256 (libreoffice/libreoffice-4.3.7.2.tar.xz) = 3a6baa64e1f775f9c1c7398449780b118f8a2cef2be9dfa797c4732fe10c0db9
+SIZE (libreoffice/libreoffice-4.3.7.2.tar.xz) = 153267644
+SHA256 (libreoffice/libreoffice-help-4.3.7.2.tar.xz) = 21a7a445041d0794e76b83b3877ec1741feca6eaec984919bf6633b417aab9bc
+SIZE (libreoffice/libreoffice-help-4.3.7.2.tar.xz) = 1854916
diff --git a/editors/libreoffice/files/patch-include_unotools_streamwrap.hxx b/editors/libreoffice/files/patch-include_unotools_streamwrap.hxx
deleted file mode 100644
index c749e5e0598d..000000000000
--- a/editors/libreoffice/files/patch-include_unotools_streamwrap.hxx
+++ /dev/null
@@ -1,17 +0,0 @@
---- include/unotools/streamwrap.hxx.orig 2014-12-11 21:00:24 UTC
-+++ include/unotools/streamwrap.hxx
-@@ -125,12 +125,12 @@ typedef ::cppu::ImplHelper1 < ::com::s
- /** helper class for wrapping an SvStream into an com.sun.star.io::XOutputStream
- which is seekable (i.e. supports the com.sun.star.io::XSeekable interface).
- */
--class OSeekableOutputStreamWrapper
-+class UNOTOOLS_DLLPUBLIC OSeekableOutputStreamWrapper
- :public OOutputStreamWrapper
- ,public OSeekableOutputStreamWrapper_Base
- {
- public:
-- UNOTOOLS_DLLPUBLIC OSeekableOutputStreamWrapper(SvStream& _rStream);
-+ OSeekableOutputStreamWrapper(SvStream& _rStream);
-
- private:
- virtual ~OSeekableOutputStreamWrapper();