Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Aug 2016 02:40:47 +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: r419577 - head/security/i2p
Message-ID:  <201608040240.u742el3w095708@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Thu Aug  4 02:40:47 2016
New Revision: 419577
URL: https://svnweb.freebsd.org/changeset/ports/419577

Log:
  security/i2p: 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/security/i2p/Makefile

Modified: head/security/i2p/Makefile
==============================================================================
--- head/security/i2p/Makefile	Thu Aug  4 02:35:43 2016	(r419576)
+++ head/security/i2p/Makefile	Thu Aug  4 02:40:47 2016	(r419577)
@@ -24,7 +24,6 @@ LICENSE_DISTFILES=	i2psource_${PORTVERSI
 
 BUILD_DEPENDS=	${LOCALBASE}/lib/libgmp.a:math/gmp
 LIB_DEPENDS=	libiconv.so:converters/libiconv
-RUN_DEPENDS=	unzip:archivers/unzip
 
 ONLY_FOR_ARCHS=	i386 amd64
 ONLY_FOR_ARCHS_REASON=	i2p libwrapper.so library binary only available for i386 and amd64



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