svn commit: r419568 - head/archivers/liborange

John Marino marino at FreeBSD.org
Thu Aug 4 00:29:34 UTC 2016


Author: marino
Date: Thu Aug  4 00:29:33 2016
New Revision: 419568
URL: https://svnweb.freebsd.org/changeset/ports/419568

Log:
  archivers/liborange: 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).

Modified:
  head/archivers/liborange/Makefile

Modified: head/archivers/liborange/Makefile
==============================================================================
--- head/archivers/liborange/Makefile	Thu Aug  4 00:19:19 2016	(r419567)
+++ head/archivers/liborange/Makefile	Thu Aug  4 00:29:33 2016	(r419568)
@@ -11,8 +11,7 @@ MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Library to extract CAB files from self-extracting installers
 
 LIB_DEPENDS=	libgsf-1.so:devel/libgsf
-RUN_DEPENDS=	cabextract:archivers/cabextract \
-		unzip:archivers/unzip
+RUN_DEPENDS=	cabextract:archivers/cabextract
 
 OPTIONS_DEFINE=	LIBSYNCE LIBDYNAMITE LIBUNSHIELD INNO VISE MSI
 OPTIONS_DEFAULT=	LIBSYNCE LIBDYNAMITE LIBUNSHIELD


More information about the svn-ports-all mailing list