svn commit: r399887 - branches/2015Q4/graphics/zathura-pdf-mupdf

Kubilay Kocak koobs at FreeBSD.org
Wed Oct 21 03:56:39 UTC 2015


Author: koobs
Date: Wed Oct 21 03:56:38 2015
New Revision: 399887
URL: https://svnweb.freebsd.org/changeset/ports/399887

Log:
  MFH: r399805
  
  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)
  
  Approved by:	portmgr (bdrewery)

Modified:
  branches/2015Q4/graphics/zathura-pdf-mupdf/Makefile
Directory Properties:
  branches/2015Q4/   (props changed)

Modified: branches/2015Q4/graphics/zathura-pdf-mupdf/Makefile
==============================================================================
--- branches/2015Q4/graphics/zathura-pdf-mupdf/Makefile	Wed Oct 21 03:54:33 2015	(r399886)
+++ branches/2015Q4/graphics/zathura-pdf-mupdf/Makefile	Wed Oct 21 03:56:38 2015	(r399887)
@@ -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
 


More information about the svn-ports-all mailing list