Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Aug 2016 04:36:54 +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: r419592 - in head: multimedia/kodi multimedia/plexhometheater net/rabbitmq print/apsfilter sysutils/pcbsd-utils textproc/s5
Message-ID:  <201608040436.u744asb3039892@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Thu Aug  4 04:36:54 2016
New Revision: 419592
URL: https://svnweb.freebsd.org/changeset/ports/419592

Log:
  multimedia ... sysutils: 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).
  Note that it's pulled in by a non-default option.
  
  Approved by:	infrastructure blanket (removal of redundant deps)

Modified:
  head/multimedia/kodi/Makefile
  head/multimedia/plexhometheater/Makefile
  head/net/rabbitmq/Makefile
  head/print/apsfilter/Makefile
  head/sysutils/pcbsd-utils/Makefile
  head/textproc/s5/Makefile

Modified: head/multimedia/kodi/Makefile
==============================================================================
--- head/multimedia/kodi/Makefile	Thu Aug  4 04:01:16 2016	(r419591)
+++ head/multimedia/kodi/Makefile	Thu Aug  4 04:36:54 2016	(r419592)
@@ -15,7 +15,6 @@ BUILD_DEPENDS=	enca:converters/enca \
 		gperf:devel/gperf \
 		cmake:devel/cmake \
 		zip:archivers/zip \
-		unzip:archivers/unzip \
 		nasm:devel/nasm \
 		gtk-update-icon-cache:x11-toolkits/gtk20 \
 		swig3.0:devel/swig30

Modified: head/multimedia/plexhometheater/Makefile
==============================================================================
--- head/multimedia/plexhometheater/Makefile	Thu Aug  4 04:01:16 2016	(r419591)
+++ head/multimedia/plexhometheater/Makefile	Thu Aug  4 04:36:54 2016	(r419592)
@@ -18,7 +18,6 @@ BUILD_DEPENDS=	enca:converters/enca \
 		gperf:devel/gperf \
 		cmake:devel/cmake \
 		zip:archivers/zip \
-		unzip:archivers/unzip \
 		nasm:devel/nasm \
 		gtk-update-icon-cache:x11-toolkits/gtk20 \
 		swig2.0:devel/swig20

Modified: head/net/rabbitmq/Makefile
==============================================================================
--- head/net/rabbitmq/Makefile	Thu Aug  4 04:01:16 2016	(r419591)
+++ head/net/rabbitmq/Makefile	Thu Aug  4 04:36:54 2016	(r419592)
@@ -15,7 +15,6 @@ LICENSE=	MPL
 BUILD_DEPENDS=	erl:lang/erlang \
 		${PYTHON_PKGNAMEPREFIX}simplejson>=2.0:devel/py-simplejson \
 		xmlto:textproc/xmlto \
-		unzip:archivers/unzip \
 		zip:archivers/zip \
 		rsync:net/rsync
 RUN_DEPENDS=	erl:lang/erlang

Modified: head/print/apsfilter/Makefile
==============================================================================
--- head/print/apsfilter/Makefile	Thu Aug  4 04:01:16 2016	(r419591)
+++ head/print/apsfilter/Makefile	Thu Aug  4 04:36:54 2016	(r419592)
@@ -90,7 +90,6 @@ _DEPENDS_COMPRESS= \
 		rar:archivers/rar \
 		rpm:archivers/rpm4 \
 		unarj:archivers/unarj \
-		unzip:archivers/unzip \
 		zoo:archivers/zoo
 _DEPENDS_PSUTILS= \
 		psnup:print/psutils \

Modified: head/sysutils/pcbsd-utils/Makefile
==============================================================================
--- head/sysutils/pcbsd-utils/Makefile	Thu Aug  4 04:01:16 2016	(r419591)
+++ head/sysutils/pcbsd-utils/Makefile	Thu Aug  4 04:36:54 2016	(r419592)
@@ -11,8 +11,7 @@ COMMENT=	PC-BSD Command-Line Utilities
 LICENSE=	BSD3CLAUSE
 
 RUN_DEPENDS=	sipcalc:net-mgmt/sipcalc \
-		eject:sysutils/eject \
-		unzip:archivers/unzip
+		eject:sysutils/eject
 
 WRKSRC_SUBDIR=	src-sh/pcbsd-utils
 USE_QT5=	core network buildtools qmake

Modified: head/textproc/s5/Makefile
==============================================================================
--- head/textproc/s5/Makefile	Thu Aug  4 04:01:16 2016	(r419591)
+++ head/textproc/s5/Makefile	Thu Aug  4 04:36:54 2016	(r419592)
@@ -14,8 +14,6 @@ COMMENT=	Simple HTML-based presentation 
 LICENSE=	BSD2CLAUSE PD
 LICENSE_COMB=	multi
 
-BUILD_DEPENDS=	unzip:archivers/unzip
-
 USES=		dos2unix zip
 DOS2UNIX_REGEX=	.*\.(css|htc|html|js|txt)
 WRKSRC=		${WRKDIR}



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