svn commit: r419569 - head/news/atp

John Marino marino at FreeBSD.org
Thu Aug 4 00:31:28 UTC 2016


Author: marino
Date: Thu Aug  4 00:31:27 2016
New Revision: 419569
URL: https://svnweb.freebsd.org/changeset/ports/419569

Log:
  news/atp: 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/news/atp/Makefile

Modified: head/news/atp/Makefile
==============================================================================
--- head/news/atp/Makefile	Thu Aug  4 00:29:33 2016	(r419568)
+++ head/news/atp/Makefile	Thu Aug  4 00:31:27 2016	(r419569)
@@ -11,8 +11,7 @@ DISTFILES=	${DISTNAME}-src.tar.gz
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	QWK message packet reader and composer for FreeBSD
 
-RUN_DEPENDS=	zip:archivers/zip \
-		unzip:archivers/unzip
+RUN_DEPENDS=	zip:archivers/zip
 
 USES=		gmake perl5
 USE_PERL5=	run


More information about the svn-ports-all mailing list