Date: Tue, 20 Oct 2015 08:11:54 +0000 (UTC) From: Kubilay Kocak <koobs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399805 - head/graphics/zathura-pdf-mupdf Message-ID: <201510200811.t9K8BsOY038655@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: koobs Date: Tue Oct 20 08:11:54 2015 New Revision: 399805 URL: https://svnweb.freebsd.org/changeset/ports/399805 Log: graphics/zathura-pdf-mupdf: Add missing LIB_DEPENDS Add missing jbig2dec and openjpeg to LIB_DEPENDS, registering them as run-time dependencies. Without this change, both packages are removed during pkg autoremove, resulting in the inability to open PDF files. PR: 203850 Submitted by: Zsolt Udvari <udvzsolt gmail com> (maintainer) MFH: 2015Q4 Modified: head/graphics/zathura-pdf-mupdf/Makefile Modified: head/graphics/zathura-pdf-mupdf/Makefile ============================================================================== --- head/graphics/zathura-pdf-mupdf/Makefile Tue Oct 20 08:00:29 2015 (r399804) +++ head/graphics/zathura-pdf-mupdf/Makefile Tue Oct 20 08:11:54 2015 (r399805) @@ -3,7 +3,7 @@ PORTNAME= zathura-pdf-mupdf PORTVERSION= 0.2.7 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= http://pwmt.org/projects/zathura-pdf-mupdf/download/ @@ -18,6 +18,8 @@ LICENSE_PERMS= dist-mirror pkg-mirror au BUILD_DEPENDS= zathura:${PORTSDIR}/graphics/zathura \ mupdf>=1.7,1:${PORTSDIR}/graphics/mupdf RUN_DEPENDS= zathura:${PORTSDIR}/graphics/zathura +LIB_DEPENDS= libjbig2dec.so:${PORTSDIR}/graphics/jbig2dec \ + libopenjp2.so:${PORTSDIR}/graphics/openjpeg PLIST_FILES= lib/zathura/pdf.so share/applications/zathura-pdf-mupdf.desktop
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510200811.t9K8BsOY038655>