Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Aug 2016 16:58:48 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r420985 - head/graphics/zathura
Message-ID:  <201608271658.u7RGwmm6040403@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Sat Aug 27 16:58:48 2016
New Revision: 420985
URL: https://svnweb.freebsd.org/changeset/ports/420985

Log:
  graphics/zathura: use libmagic from base instead
  
  The libmagic specification was ambiguous and was falling back to the
  base version.  After notifying of this on the PR, the original submitter
  indicated that the base libmagic is sufficient, so the dependency on
  sysutils/file has been removed with a revbump.
  
  PR:		174130
  Submitted by:	Walter Schwarzenfeld

Modified:
  head/graphics/zathura/Makefile

Modified: head/graphics/zathura/Makefile
==============================================================================
--- head/graphics/zathura/Makefile	Sat Aug 27 16:29:32 2016	(r420984)
+++ head/graphics/zathura/Makefile	Sat Aug 27 16:58:48 2016	(r420985)
@@ -3,7 +3,7 @@
 
 PORTNAME=	zathura
 PORTVERSION=	0.3.6
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics print
 MASTER_SITES=	http://pwmt.org/projects/zathura/download/
 
@@ -15,7 +15,6 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	libcairo.so:graphics/cairo \
 		libgirara-gtk3.so:x11-toolkits/girara \
-		libmagic.so:sysutils/file \
 		libsynctex.so:devel/tex-synctex
 
 BUILD_DEPENDS+=	rst2html:textproc/py-docutils



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608271658.u7RGwmm6040403>