diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2018-10-06 13:50:14 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2018-10-06 13:50:14 +0000 |
commit | 5aed9e844b79baaa0927129e3497b06a89596f07 (patch) | |
tree | b95a4efc150f3074691cede2afa01dd32f3102da /mail/msmtp | |
parent | 9dff3523203bdda7ae358dcff3eb5a5ef3e54d33 (diff) |
Notes
Diffstat (limited to 'mail/msmtp')
-rw-r--r-- | mail/msmtp/Makefile | 10 | ||||
-rw-r--r-- | mail/msmtp/distinfo | 6 | ||||
-rw-r--r-- | mail/msmtp/pkg-plist | 2 |
3 files changed, 11 insertions, 7 deletions
diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile index 7a81436178a0..0b32369d5954 100644 --- a/mail/msmtp/Makefile +++ b/mail/msmtp/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= msmtp -PORTVERSION= 1.6.8 +PORTVERSION= 1.8.0 CATEGORIES= mail ipv6 MASTER_SITES= https://marlam.de/msmtp/releases/ @@ -17,22 +17,24 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INFO= msmtp -OPTIONS_DEFINE= DOCS GSASL NLS IDN LIBSECRET MSMTPQ +OPTIONS_DEFINE= DOCS GSASL NLS IDN LIBSECRET MSMTPD MSMTPQ OPTIONS_RADIO= TLS OPTIONS_RADIO_TLS= GNUTLS OPENSSL -OPTIONS_DEFAULT= MSMTPQ OPENSSL +OPTIONS_DEFAULT= GNUTLS MSMTPD MSMTPQ OPTIONS_SUB= yes GSASL_DESC= GSASL support LIBSECRET_DESC= GNOME password management +MSMTPD_DESC= Include minimal SMTP server that pipes mails to msmtp MSMTPQ_DESC= Install offline messaging scripts GSASL_CONFIGURE_WITH= libgsasl GSASL_LIB_DEPENDS= libgsasl.so:security/gsasl IDN_CONFIGURE_WITH= libidn -IDN_LIB_DEPENDS= libidn.so:dns/libidn +IDN_LIB_DEPENDS= libidn2.so:dns/libidn2 LIBSECRET_CONFIGURE_WITH= libsecret LIBSECRET_LIB_DEPENDS= libsecret-1.so:security/libsecret +MSMTPD_CONFIGURE_WITH= msmtpd MSMTPQ_PORTDOCS= README.msmtpq MSMTPQ_RUN_DEPENDS= bash:shells/bash NLS_CONFIGURE_ENABLE= nls diff --git a/mail/msmtp/distinfo b/mail/msmtp/distinfo index ae6c11749785..0b42cd390074 100644 --- a/mail/msmtp/distinfo +++ b/mail/msmtp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1530293115 -SHA256 (msmtp-1.6.8.tar.xz) = 55ff95a304d888b56d07d9c62327ab9bfe26532c9c2a2ed6aefc43bea1b659fb -SIZE (msmtp-1.6.8.tar.xz) = 294872 +TIMESTAMP = 1538831806 +SHA256 (msmtp-1.8.0.tar.xz) = bd730cbf000d1b8382849ea21d569a387e63f936be00dc07c569f67915e53ccd +SIZE (msmtp-1.8.0.tar.xz) = 302680 diff --git a/mail/msmtp/pkg-plist b/mail/msmtp/pkg-plist index eb96f695de27..2ce888b9cc85 100644 --- a/mail/msmtp/pkg-plist +++ b/mail/msmtp/pkg-plist @@ -1,5 +1,7 @@ bin/msmtp +%%MSMTPD%%bin/msmtpd man/man1/msmtp.1.gz +%%MSMTPD%%man/man1/msmtpd.1.gz %%MSMTPQ%%bin/msmtp-queue %%MSMTPQ%%bin/msmtpq %%NLS%%share/locale/de/LC_MESSAGES/msmtp.mo |