diff options
author | David Woodfall <dave@dawoodfall.net> | 2013-05-19 09:12:18 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2013-05-19 09:12:18 -0400 |
commit | bf6496538d34711f1edd1295101e52c0a0367ff0 (patch) | |
tree | 9e34b2a41f849bdba80f24a65431b33d4141e5c3 /network/msmtp | |
parent | 3d0c381a2cddece0ff2c7850ad576c7f8ae72b52 (diff) | |
download | slackbuilds-bf6496538d34711f1edd1295101e52c0a0367ff0.tar.gz |
network/msmtp: Updated for version 1.4.31.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'network/msmtp')
-rw-r--r-- | network/msmtp/msmtp.SlackBuild | 3 | ||||
-rw-r--r-- | network/msmtp/msmtp.info | 10 | ||||
-rw-r--r-- | network/msmtp/slack-desc | 13 |
3 files changed, 13 insertions, 13 deletions
diff --git a/network/msmtp/msmtp.SlackBuild b/network/msmtp/msmtp.SlackBuild index f1071bdd98..c103f523dc 100644 --- a/network/msmtp/msmtp.SlackBuild +++ b/network/msmtp/msmtp.SlackBuild @@ -2,6 +2,7 @@ # Slackware build script for msmtp # Copyright 2009-2012 Grigorios Bouzakis <grbzks@imap.cc> +# Upgrade 2013 Dave Woodfall <dave@dawoodfall.net> # All rights reserved. # # Permission to use, copy, modify, and distribute this software for any purpose @@ -20,7 +21,7 @@ # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=msmtp -VERSION=${VERSION:-1.4.27} +VERSION=${VERSION:-1.4.31} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/network/msmtp/msmtp.info b/network/msmtp/msmtp.info index e2ab66590f..7b3ff5f622 100644 --- a/network/msmtp/msmtp.info +++ b/network/msmtp/msmtp.info @@ -1,10 +1,10 @@ PRGNAM="msmtp" -VERSION="1.4.27" +VERSION="1.4.31" HOMEPAGE="http://msmtp.sourceforge.net" -DOWNLOAD="http://downloads.sourceforge.net/msmtp/msmtp-1.4.27.tar.bz2" -MD5SUM="2d6d10d9c59ed2b2635554ed35fb9226" +DOWNLOAD="http://downloads.sourceforge.net/msmtp/msmtp-1.4.31.tar.bz2" +MD5SUM="792ac0ffa30dc95ea1889a548128186d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -MAINTAINER="Grigorios Bouzakis" -EMAIL="grbzks@imap.cc" +MAINTAINER="David Woodfall" +EMAIL="dave@dawoodfall.net" diff --git a/network/msmtp/slack-desc b/network/msmtp/slack-desc index ceac6866a8..8bb9b9788c 100644 --- a/network/msmtp/slack-desc +++ b/network/msmtp/slack-desc @@ -1,10 +1,9 @@ # HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' -# on the right side marks the last column you can put a character in. You must -# make exactly 11 lines for the formatting to be correct. It's also -# customary to leave one space after the ':'. - +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| msmtp: msmtp (simple SMTP client) msmtp: @@ -12,7 +11,7 @@ msmtp: In the default mode, msmtp transmits a mail to an SMTP server msmtp: (for example, at a free mail provider) which does the delivery. msmtp: msmtp: To use this program with your mail user agent (MUA), create a -msmtp: configuration file with your mail account(s) and tell your MUA +msmtp: configuration file with your mail account(s) and tell your MUA msmtp: to call msmtp instead of /usr/sbin/sendmail. msmtp: msmtp: Homepage: http://msmtp.sourceforge.net |