svn commit: r419584 - head/archivers/xarchive

John Marino marino at FreeBSD.org
Thu Aug 4 03:36:51 UTC 2016


Author: marino
Date: Thu Aug  4 03:36:50 2016
New Revision: 419584
URL: https://svnweb.freebsd.org/changeset/ports/419584

Log:
  archivers/xarchive: 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/archivers/xarchive/Makefile

Modified: head/archivers/xarchive/Makefile
==============================================================================
--- head/archivers/xarchive/Makefile	Thu Aug  4 03:34:40 2016	(r419583)
+++ head/archivers/xarchive/Makefile	Thu Aug  4 03:36:50 2016	(r419584)
@@ -34,7 +34,6 @@ RAR_RUN_DEPENDS=	rar:archivers/rar \
 		unrar:archivers/unrar
 RPM_RUN_DEPENDS=	rpm2cpio:archivers/rpm2cpio \
 		rpm:archivers/rpm4
-ZIP_RUN_DEPENDS=	zip:archivers/zip \
-		unzip:archivers/unzip
+ZIP_RUN_DEPENDS=	zip:archivers/zip
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list