Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Jul 2019 03:26:49 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r505814 - head/mail/nmh
Message-ID:  <201907040326.x643Qo9w018651@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Thu Jul  4 03:26:49 2019
New Revision: 505814
URL: https://svnweb.freebsd.org/changeset/ports/505814

Log:
  Recommended by our nmh upline, make the W3M option to depend on
  www/w3m the default in order to install a text-based browser
  to render HTML for nmh. Users can still deselect the option to
  obtain a leaner install base. The other HTML rendering options
  also still available.
  
  Suggested by:	Ken Hornstein <kenh@cmf.nrl.navy.mil> (nmh upline)

Modified:
  head/mail/nmh/Makefile   (contents, props changed)

Modified: head/mail/nmh/Makefile
==============================================================================
--- head/mail/nmh/Makefile	Thu Jul  4 02:52:20 2019	(r505813)
+++ head/mail/nmh/Makefile	Thu Jul  4 03:26:49 2019	(r505814)
@@ -3,7 +3,7 @@
 
 PORTNAME=	nmh
 PORTVERSION=	1.7.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	mail
 MASTER_SITES=	SAVANNAH
 
@@ -77,7 +77,7 @@ W3M_DESC=	Install dependencies for www/w3m
 W3M_BUILD_DEPENDS=	w3m>=0:www/w3m
 W3M_RUN_DEPENDS=	w3m>=0:www/w3m
 
-OPTIONS_DEFAULT=	SMTP FLOCK
+OPTIONS_DEFAULT=	SMTP FLOCK W3M
 
 .include <bsd.port.options.mk>
 



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