svn commit: r419587 - head/deskutils/freemind

John Marino marino at FreeBSD.org
Thu Aug 4 03:49:12 UTC 2016


Author: marino
Date: Thu Aug  4 03:49:10 2016
New Revision: 419587
URL: https://svnweb.freebsd.org/changeset/ports/419587

Log:
  deskutils/freemind: 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/deskutils/freemind/Makefile

Modified: head/deskutils/freemind/Makefile
==============================================================================
--- head/deskutils/freemind/Makefile	Thu Aug  4 03:45:16 2016	(r419586)
+++ head/deskutils/freemind/Makefile	Thu Aug  4 03:49:10 2016	(r419587)
@@ -14,8 +14,7 @@ COMMENT=	Free mind-mapping software writ
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/license
 
-BUILD_DEPENDS=	unzip:archivers/unzip \
-		zip:archivers/zip
+BUILD_DEPENDS=	zip:archivers/zip
 
 USES=		cpe zip:infozip
 USE_JAVA=	yes


More information about the svn-ports-all mailing list