From owner-svn-ports-all@freebsd.org Tue Oct 20 08:11:55 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A144BA1AFE1; Tue, 20 Oct 2015 08:11:55 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6978119AC; Tue, 20 Oct 2015 08:11:55 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9K8BsYD038656; Tue, 20 Oct 2015 08:11:54 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9K8BsOY038655; Tue, 20 Oct 2015 08:11:54 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201510200811.t9K8BsOY038655@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Tue, 20 Oct 2015 08:11:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399805 - head/graphics/zathura-pdf-mupdf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Oct 2015 08:11:55 -0000 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 (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