network/msmtp: Updated for version 1.4.13

This commit is contained in:
Martin Lefebvre 2010-05-11 19:45:56 +02:00 committed by Robby Workman
parent 9a824398b8
commit bfcbe9eacf
4 changed files with 26 additions and 16 deletions

View file

@ -1,6 +1,8 @@
msmtp is a simple SMTP client
In the default mode, msmtp transmits a mail to an SMTP server (for
example at a free mail provider) which does the delivery.
example, at a free mail provider) which does the delivery.
To use this program with your mail user agent (MUA), create a configuration
file with your mail account(s) and tell your MUA to call msmtp instead of
/usr/sbin/sendmail.

View file

@ -2,7 +2,7 @@
# Slackware build script for msmtp
# Copyright 2006 Martin Lefebvre <dadexter@gmail.com>
# Copyright 2007 Martin Lefebvre <dadexter@sekurity.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -25,11 +25,11 @@
# Modified by the SlackBuilds.org project
PRGNAM=msmtp
VERSION=1.4.6
VERSION=1.4.13
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
CWD=`pwd`
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
@ -44,9 +44,8 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP || exit 1
rm -rf $PRGNAM-$VERSION
tar -xjvf $CWD/$PRGNAM-$VERSION.tar.bz2 || exit 1
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 || exit 1
cd $PRGNAM-$VERSION || exit 1
chown -R root:root .
chmod -R a-s,u+w,go+r-w .

View file

@ -1,8 +1,8 @@
PRGNAM="msmtp"
VERSION="1.4.6"
VERSION="1.4.13"
HOMEPAGE="http://msmtp.sf.net"
DOWNLOAD="http://dl.sourceforge.net/sourceforge/msmtp/msmtp-1.4.6.tar.bz2"
MD5SUM="0f76ca980151db88d5c26dda995c8701"
DOWNLOAD="http://downloads.sourceforge.net/msmtp/msmtp-1.4.13.tar.bz2"
MD5SUM="021a91d7145100ad0f00c912c8104e03"
MAINTAINER="Martin Lefebvre"
EMAIL="dadexter@gmail.com"
APPROVED="robw810"
APPROVED="rworkman"

View file

@ -1,10 +1,19 @@
msmtp: A simple SMTP client
# 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 ':'.
|-----handy-ruler------------------------------------------------------|
msmtp: msmtp (simple SMTP client)
msmtp:
msmtp: In the default mode, msmtp transmits a mail to an SMTP server (for
msmtp: example at a free mail provider) which does the delivery.
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: to call msmtp instead of /usr/sbin/sendmail.
msmtp:
msmtp: To use this program with your mail user agent (MUA), create a configuration
msmtp: file with your mail account(s) and tell your MUA to call msmtp instead of
msmtp: /usr/sbin/sendmail.
msmtp:
msmtp: