diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-07-19 09:38:07 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-07-19 09:38:07 +0000 |
commit | 3960b87dadd7732b6325c696d9f665a1d651ce84 (patch) | |
tree | 7946c2de517de657c05a5e96acfd8fcc46f96945 /mail/msmtp | |
parent | e5e0d7d82491c4cda50734fa711c3456cba9d322 (diff) | |
download | ports-3960b87dadd7732b6325c696d9f665a1d651ce84.tar.gz ports-3960b87dadd7732b6325c696d9f665a1d651ce84.zip |
Notes
Diffstat (limited to 'mail/msmtp')
-rw-r--r-- | mail/msmtp/Makefile | 5 | ||||
-rw-r--r-- | mail/msmtp/distinfo | 4 | ||||
-rw-r--r-- | mail/msmtp/pkg-descr | 6 |
3 files changed, 8 insertions, 7 deletions
diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile index ed9c6539d546..0a4c508dee36 100644 --- a/mail/msmtp/Makefile +++ b/mail/msmtp/Makefile @@ -6,15 +6,16 @@ # PORTNAME= msmtp -PORTVERSION= 1.0.0 +PORTVERSION= 1.2.0 CATEGORIES= mail ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= msmtp -MAINTAINER= rip@devco.net +MAINTAINER= bogorodskiy@inbox.ru COMMENT= SMTP plugin for MUAs GNU_CONFIGURE= yes +USE_GETOPT_LONG=yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" diff --git a/mail/msmtp/distinfo b/mail/msmtp/distinfo index 260779e2f54d..4f1fe376d029 100644 --- a/mail/msmtp/distinfo +++ b/mail/msmtp/distinfo @@ -1,2 +1,2 @@ -MD5 (msmtp-1.0.0.tar.gz) = c0cbda33411850bec811b0090d28536d -SIZE (msmtp-1.0.0.tar.gz) = 144444 +MD5 (msmtp-1.2.0.tar.gz) = ad23bc7217a6d78fdf1f9312adcd350b +SIZE (msmtp-1.2.0.tar.gz) = 154348 diff --git a/mail/msmtp/pkg-descr b/mail/msmtp/pkg-descr index 53808badff4c..ec14dc3ef0cd 100644 --- a/mail/msmtp/pkg-descr +++ b/mail/msmtp/pkg-descr @@ -1,8 +1,8 @@ msmtp -- An SMTP client -Is an SMTP client that can be used as an "SMTP plugin" for Mutt and probably -other MUAs (mail user agents). It forwards mails to an SMTP server (for -example at a free mail provider) which does the delivery. +msmtp is an SMTP client that can be used as an "SMTP plugin" for Mutt and +probably other MUAs (mail user agents). It forwards mails to an SMTP server +(for example at a free mail provider) which does the delivery. To use this program, create a configuration file with your mail account(s) and tell your MUA to call msmtp instead of /usr/sbin/sendmail. |