svn commit: r445367 - head/mail/msmtp

Roman Bogorodskiy novel at FreeBSD.org
Sun Jul 9 04:47:18 UTC 2017


Author: novel
Date: Sun Jul  9 04:47:17 2017
New Revision: 445367
URL: https://svnweb.freebsd.org/changeset/ports/445367

Log:
  mail/msmtp: depend on bash for msmtpq
  
  When MSMTPQ option (which installs offline message queueing scripts)
  is enabled, depend on shells/bash because these scripts require bash.
  
  Bump PORTREVISION.
  
  PR:		220439
  Submitted by:	Moritz Wilhelmy
  MFH:		2017Q3

Modified:
  head/mail/msmtp/Makefile

Modified: head/mail/msmtp/Makefile
==============================================================================
--- head/mail/msmtp/Makefile	Sun Jul  9 03:33:57 2017	(r445366)
+++ head/mail/msmtp/Makefile	Sun Jul  9 04:47:17 2017	(r445367)
@@ -3,6 +3,7 @@
 
 PORTNAME=	msmtp
 PORTVERSION=	1.6.6
+PORTREVISION=	1
 CATEGORIES=	mail ipv6
 MASTER_SITES=	SF
 
@@ -34,6 +35,7 @@ IDN_LIB_DEPENDS=	libidn.so:dns/libidn
 LIBSECRET_CONFIGURE_WITH=	libsecret
 LIBSECRET_LIB_DEPENDS=	libsecret-1.so:security/libsecret
 MSMTPQ_PORTDOCS=	README.msmtpq
+MSMTPQ_RUN_DEPENDS=	bash:shells/bash
 NLS_CONFIGURE_ENABLE=	nls
 NLS_USES=		gettext
 


More information about the svn-ports-all mailing list