From bfcbe9eacf6db21ab6c359297e374f1c6e6e80e7 Mon Sep 17 00:00:00 2001 From: Martin Lefebvre Date: Tue, 11 May 2010 19:45:56 +0200 Subject: network/msmtp: Updated for version 1.4.13 --- network/msmtp/README | 4 +++- network/msmtp/msmtp.SlackBuild | 9 ++++----- network/msmtp/msmtp.info | 8 ++++---- network/msmtp/slack-desc | 21 +++++++++++++++------ 4 files changed, 26 insertions(+), 16 deletions(-) (limited to 'network/msmtp') diff --git a/network/msmtp/README b/network/msmtp/README index 16092984fe..5ddec9b8c0 100644 --- a/network/msmtp/README +++ b/network/msmtp/README @@ -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. diff --git a/network/msmtp/msmtp.SlackBuild b/network/msmtp/msmtp.SlackBuild index eee3344bd1..e5b63bb074 100644 --- a/network/msmtp/msmtp.SlackBuild +++ b/network/msmtp/msmtp.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for msmtp -# Copyright 2006 Martin Lefebvre +# Copyright 2007 Martin Lefebvre # 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 . diff --git a/network/msmtp/msmtp.info b/network/msmtp/msmtp.info index ec0ef667a2..0e9a6abd75 100644 --- a/network/msmtp/msmtp.info +++ b/network/msmtp/msmtp.info @@ -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" diff --git a/network/msmtp/slack-desc b/network/msmtp/slack-desc index c29947e136..a66686c190 100644 --- a/network/msmtp/slack-desc +++ b/network/msmtp/slack-desc @@ -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: -- cgit v1.2.3