Date: Thu, 4 Aug 2016 03:36:50 +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: r419584 - head/archivers/xarchive Message-ID: <201608040336.u743aoQo016877@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608040336.u743aoQo016877>