diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-09-25 21:49:26 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-09-25 21:49:26 +0000 |
commit | 686c82e0b5a8b3412e172ba1bccaa0a24562ec4a (patch) | |
tree | 8153313117b3664ec43af0baeb8071fce79c0319 /mail/msmtp | |
parent | dd0ca7d621ee2f4d2cd7d26bcfad709123a81e53 (diff) | |
download | ports-686c82e0b5a8b3412e172ba1bccaa0a24562ec4a.tar.gz ports-686c82e0b5a8b3412e172ba1bccaa0a24562ec4a.zip |
Notes
Diffstat (limited to 'mail/msmtp')
-rw-r--r-- | mail/msmtp/Makefile | 21 | ||||
-rw-r--r-- | mail/msmtp/distinfo | 2 |
2 files changed, 19 insertions, 4 deletions
diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile index bf65b15b4d94..9f84650a426e 100644 --- a/mail/msmtp/Makefile +++ b/mail/msmtp/Makefile @@ -6,20 +6,35 @@ # PORTNAME= msmtp -PORTVERSION= 0.4.2 +PORTVERSION= 0.5.0 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= msmtp MAINTAINER= rip@devco.net -COMMENT= SMTP \"plugin\" for MUAs +COMMENT= SMTP plugin for MUAs -USE_GETOPT_LONG= yes +USE_GETOPT_LONG= yes +USE_OPENSSL= yes +USE_REINPLACE= yes MAN1= msmtp.1 +post-patch: + @${REINPLACE_CMD} -e 's|CFLAGS =|CFLAGS +=|g ; \ + s|CC =|CC ?=|g' \ + ${WRKSRC}/Makefile + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/msmtp ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/msmtp.1 ${PREFIX}/man/man1 +post-install: + @${ECHO_CMD} "*****************************************************************************" + @${ECHO_CMD} "" + @${ECHO_CMD} "Please note that since version 0.5.0 this program uses a configuration file" + @${ECHO_CMD} "rather than the old command line options, see the man page." + @${ECHO_CMD} "" + @${ECHO_CMD} "***************************************************************************##" + .include <bsd.port.mk> diff --git a/mail/msmtp/distinfo b/mail/msmtp/distinfo index f5a03795fed9..0bed60d9a244 100644 --- a/mail/msmtp/distinfo +++ b/mail/msmtp/distinfo @@ -1 +1 @@ -MD5 (msmtp-0.4.2.tar.gz) = 050b077df6f5dca3067f34c8069744df +MD5 (msmtp-0.5.0.tar.gz) = 8d1f7b62eb7f9d32355bf11d6dbb5817 |