From d76e9f254660e8acd10548e91acda80bba8ef5fe Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 21 Feb 2014 15:15:17 +0100 Subject: [PATCH] msmtp: remove long_desc. --- srcpkgs/msmtp/template | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/srcpkgs/msmtp/template b/srcpkgs/msmtp/template index 82bcc1c5e2e..0e28ae1c76b 100644 --- a/srcpkgs/msmtp/template +++ b/srcpkgs/msmtp/template @@ -1,7 +1,7 @@ # Template file for 'msmtp' pkgname=msmtp version=1.4.31 -revision=1 +revision=2 build_style=gnu-configure hostmakedepends="pkg-config" short_desc="A mini smtp client" @@ -10,23 +10,6 @@ homepage="http://msmtp.sourceforge.net" license="GPL-3" distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.bz2" checksum=247af9a95fa22f506e85109fc4268a5d91ca03af9b17eebcc1e46b7cd64c225f -long_desc=" - msmtp is an SMTP client. - - In the default mode, it transmits a mail to an SMTP server (for example at a - free mail provider) which takes care of further delivery. - - Features include: - - Sendmail compatible interface (command line options and exit codes). - - TLS/SSL support, including client certificates. - - Authentication methods PLAIN, LOGIN, CRAM-MD5, EXTERNAL, GSSAPI, SCRAM-SHA-1, - DIGEST-MD5 [, and NTLM (NOTE: NTLM DISABLED)]. - - PIPELINING support for increased transmission speed. - - DSN (Delivery Status Notification) support. - - RMQS (Remote Message Queue Starting) support (ETRN keyword). - - IPv6 support. - - LMTP support. - - Support for multiple accounts." # Package build options build_options="openssl gnutls idn sasl gnome"