svn commit: r505814 - head/mail/nmh

Cy Schubert cy at FreeBSD.org
Thu Jul 4 03:26:50 UTC 2019


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 at 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>
 


More information about the svn-ports-head mailing list