svn commit: r445848 - branches/2017Q3/mail/msmtp
Roman Bogorodskiy
novel at FreeBSD.org
Sat Jul 15 06:16:10 UTC 2017
Author: novel
Date: Sat Jul 15 06:16:09 2017
New Revision: 445848
URL: https://svnweb.freebsd.org/changeset/ports/445848
Log:
MFH: r445367
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
Approved by: ports-secteam (junovitch)
Modified:
branches/2017Q3/mail/msmtp/Makefile
Directory Properties:
branches/2017Q3/ (props changed)
Modified: branches/2017Q3/mail/msmtp/Makefile
==============================================================================
--- branches/2017Q3/mail/msmtp/Makefile Sat Jul 15 06:04:07 2017 (r445847)
+++ branches/2017Q3/mail/msmtp/Makefile Sat Jul 15 06:16:09 2017 (r445848)
@@ -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-branches
mailing list