diff options
author | Koop Mast <kwm@FreeBSD.org> | 2015-02-03 20:28:23 +0800 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2015-02-03 20:28:23 +0800 |
commit | 563f73ccfebfb3c75e7a296b04061665246adc4a (patch) | |
tree | 0d8165d979353f6e1f073311946757ff341c7c3d /editors/calligra | |
parent | 33d8dc5b0d7633a724031f933b8a5b27b781efa1 (diff) | |
download | freebsd-ports-gnome-563f73ccfebfb3c75e7a296b04061665246adc4a.tar.gz freebsd-ports-gnome-563f73ccfebfb3c75e7a296b04061665246adc4a.tar.zst freebsd-ports-gnome-563f73ccfebfb3c75e7a296b04061665246adc4a.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/calligra')
-rw-r--r-- | editors/calligra/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/calligra/Makefile b/editors/calligra/Makefile index a49feb58ade4..d7483066a965 100644 --- a/editors/calligra/Makefile +++ b/editors/calligra/Makefile @@ -2,7 +2,7 @@ PORTNAME= calligra PORTVERSION= ${CALLIGRA_VERSION} -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= editors kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${CALLIGRA_BRANCH}/${PORTNAME}-${PORTVERSION}/ |