Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Aug 2016 03:11:30 +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: r419582 - head/deskutils/pinot
Message-ID:  <201608040311.u743BUPE008039@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Thu Aug  4 03:11:30 2016
New Revision: 419582
URL: https://svnweb.freebsd.org/changeset/ports/419582

Log:
  deskutils/pinot: Remove redundant dependency on unzip
  
  A dependency on unzip will never be registered since unzip is available
  on all supported platforms (since FreeBSD 8.0).
  
  Approved by:	infrastructure blanket (removal of redundant deps)

Modified:
  head/deskutils/pinot/Makefile

Modified: head/deskutils/pinot/Makefile
==============================================================================
--- head/deskutils/pinot/Makefile	Thu Aug  4 03:00:26 2016	(r419581)
+++ head/deskutils/pinot/Makefile	Thu Aug  4 03:11:30 2016	(r419582)
@@ -33,7 +33,6 @@ RUN_DEPENDS=	update-mime-database:misc/s
 		xdg-open:devel/xdg-utils			\
 		${LOCALBASE}/libexec/xpdf/pdftotext:graphics/xpdf	\
 		catppt:textproc/catdoc			\
-		unzip:archivers/unzip			\
 		unrtf:textproc/unrtf			\
 		catdvi:print/catdvi				\
 		bash:shells/bash



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