diff options
author | kwm <kwm@FreeBSD.org> | 2015-02-03 20:28:23 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2015-02-03 20:28:23 +0800 |
commit | d9de6d533a2cc9890bb9a2a360d02bddf2efad6b (patch) | |
tree | 0d8165d979353f6e1f073311946757ff341c7c3d /editors/openoffice-4 | |
parent | dd49cb10f9d7dcd03cc2d577bc195b50191f9477 (diff) | |
download | freebsd-ports-gnome-d9de6d533a2cc9890bb9a2a360d02bddf2efad6b.tar.gz freebsd-ports-gnome-d9de6d533a2cc9890bb9a2a360d02bddf2efad6b.tar.zst freebsd-ports-gnome-d9de6d533a2cc9890bb9a2a360d02bddf2efad6b.zip |
Update poppler to 0.30.0 [1].
Make sure we use openjpeg1 in poppler, while openjpeg2 support
was added there still bugs in openjpeg2 that need to be fixed.
Add patches to inkscape for API changes in poppler 0.29.0 [2].
PR: 196599 [1]
Submitted by: olivierd@ [1]
Exp-run by: antoine@
Obtained from: upstream [2]
Diffstat (limited to 'editors/openoffice-4')
-rw-r--r-- | editors/openoffice-4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice-4/Makefile b/editors/openoffice-4/Makefile index cf6fdd7d1829..3ac74307354f 100644 --- a/editors/openoffice-4/Makefile +++ b/editors/openoffice-4/Makefile @@ -3,7 +3,7 @@ PORTNAME= apache-openoffice PORTVERSION= ${AOOVERSION} -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= editors java MASTER_SITES= APACHE/openoffice/${PORTVERSION}/source \ http://tools.openoffice.org/unowinreg_prebuild/680/:unoreg \ |