Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Aug 2016 04:01:16 +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: r419591 - head/java/phpeclipse
Message-ID:  <201608040401.u7441G0A028755@repo.freebsd.org>

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

Log:
  java/phpeclipse: 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.
  
  In this particular case, USES=zip:infozip is set, so unzip is pulled in
  anyway through this mechanism (so explicit callout is still redundant)
  
  Approved by:	infrastructure blanket (removal of redundant deps)

Modified:
  head/java/phpeclipse/Makefile

Modified: head/java/phpeclipse/Makefile
==============================================================================
--- head/java/phpeclipse/Makefile	Thu Aug  4 03:58:44 2016	(r419590)
+++ head/java/phpeclipse/Makefile	Thu Aug  4 04:01:16 2016	(r419591)
@@ -11,7 +11,6 @@ DISTNAME=	PHPEclipse-${PLIST_VER}-src
 MAINTAINER=	kamikaze@bsdforen.de
 COMMENT=	PHP Eclipse adds PHP support to the Eclipse IDE Framework
 
-BUILD_DEPENDS+=	unzip:archivers/unzip
 RUN_DEPENDS=	eclipse:java/eclipse
 
 PLUGIN_PATHS=	features plugins



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