svn commit: r419565 - head/news/mmail

John Marino marino at FreeBSD.org
Thu Aug 4 00:10:55 UTC 2016


Author: marino
Date: Thu Aug  4 00:10:54 2016
New Revision: 419565
URL: https://svnweb.freebsd.org/changeset/ports/419565

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

Modified: head/news/mmail/Makefile
==============================================================================
--- head/news/mmail/Makefile	Thu Aug  4 00:05:05 2016	(r419564)
+++ head/news/mmail/Makefile	Thu Aug  4 00:10:54 2016	(r419565)
@@ -9,8 +9,7 @@ MASTER_SITES=	SF/multimail/MultiMail/${P
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Offline BBS mail packet reader supporting QWK/OMEN/SOUP/OPX/BLUEWAVE
 
-RUN_DEPENDS=	zip:archivers/zip \
-		unzip:archivers/unzip
+RUN_DEPENDS=	zip:archivers/zip
 
 USES=		gmake ncurses
 MAKE_ARGS=	OPTS="" LIBS="${LDFLAGS} -lncurses"


More information about the svn-ports-all mailing list