svn commit: r419591 - head/java/phpeclipse

John Marino marino at FreeBSD.org
Thu Aug 4 04:01:18 UTC 2016


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 at 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


More information about the svn-ports-all mailing list