Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Aug 2016 00:10:54 +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: r419565 - head/news/mmail
Message-ID:  <201608040010.u740As6Z037772@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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"



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