Index: head/mail/msmtp/Makefile =================================================================== --- head/mail/msmtp/Makefile (revision 559807) +++ head/mail/msmtp/Makefile (revision 559808) @@ -1,71 +1,71 @@ # Created by: R.I.Pienaar # $FreeBSD$ PORTNAME= msmtp -PORTVERSION= 1.8.13 +PORTVERSION= 1.8.14 CATEGORIES= mail MASTER_SITES= https://marlam.de/msmtp/releases/ MAINTAINER= novel@FreeBSD.org COMMENT= SMTP plugin for MUAs LICENSE= GPLv3 GNU_CONFIGURE= yes USES= gmake makeinfo pkgconfig tar:xz CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INFO= msmtp OPTIONS_DEFINE= DOCS GSASL NLS IDN LIBSECRET MSMTPD MSMTPQ OPTIONS_RADIO= TLS OPTIONS_RADIO_TLS= GNUTLS 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/libgsasl IDN_CONFIGURE_WITH= 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 NLS_USES= gettext GNUTLS_CONFIGURE_ON= --with-tls=gnutls GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls OPENSSL_USES= ssl OPENSSL_CONFIGURE_ON= --with-tls=openssl OPENSSL_CONFIGURE_ENV= libssl_CFLAGS="-I${OPENSSLINC}" \ libssl_LIBS="-L${OPENSSLLIB} -lssl -lcrypto" CERTSFILE= ${LOCALBASE}/share/certs/ca-root-nss.crt .include .if ${PORT_OPTIONS:MGNUTLS} || ${PORT_OPTIONS:MOPENSSL} RUN_DEPENDS+= ${CERTSFILE}:security/ca_root_nss .else CONFIGURE_ARGS+= --with-tls=no .endif post-extract: @${REINPLACE_CMD} -e 's|/etc/ssl/certs/ca\\-certificates.crt|${CERTSFILE}|' \ ${WRKSRC}/doc/msmtp.1 .if ${PORT_OPTIONS:MMSMTPQ} post-install: ${INSTALL_SCRIPT} ${WRKSRC}/scripts/msmtpq/msmtp-queue ${STAGEDIR}${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/scripts/msmtpq/msmtpq ${STAGEDIR}${PREFIX}/bin ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_SCRIPT} ${WRKSRC}/scripts/msmtpq/README.msmtpq ${STAGEDIR}${DOCSDIR} .endif .include Index: head/mail/msmtp/distinfo =================================================================== --- head/mail/msmtp/distinfo (revision 559807) +++ head/mail/msmtp/distinfo (revision 559808) @@ -1,3 +1,3 @@ -TIMESTAMP = 1605518273 -SHA256 (msmtp-1.8.13.tar.xz) = ada945ab8d519102bb632f197273b3326ded25b38c003b0cf3861d1d6d4a9bb9 -SIZE (msmtp-1.8.13.tar.xz) = 359536 +TIMESTAMP = 1609479096 +SHA256 (msmtp-1.8.14.tar.xz) = d56f065d711486e9c234618515a02a48a48dab4051b34f3e108fbecb6fb773b4 +SIZE (msmtp-1.8.14.tar.xz) = 363988 Index: head/mail/msmtp/files/patch-src_net.c =================================================================== --- head/mail/msmtp/files/patch-src_net.c (revision 559807) +++ head/mail/msmtp/files/patch-src_net.c (nonexistent) @@ -1,10 +0,0 @@ ---- src/net.c.orig 2018-06-29 17:27:11 UTC -+++ src/net.c -@@ -40,6 +40,7 @@ - #include - #include - #include -+#include - #ifdef HAVE_SYS_SOCKET_H - # include - #endif Property changes on: head/mail/msmtp/files/patch-src_net.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/mail/msmtp/files/patch-src_msmtpd.c =================================================================== --- head/mail/msmtp/files/patch-src_msmtpd.c (nonexistent) +++ head/mail/msmtp/files/patch-src_msmtpd.c (revision 559808) @@ -0,0 +1,10 @@ +--- src/msmtpd.c.orig 2021-01-01 05:37:02 UTC ++++ src/msmtpd.c +@@ -33,6 +33,7 @@ + #include + #include + #include ++#include + #include + extern char *optarg; + extern int optind; Property changes on: head/mail/msmtp/files/patch-src_msmtpd.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property