- Update to version 0.5.0 [1]

- Honour CFLAGS [2]

PR:		56602
Submitted by:	maintainer [1], krion [2]
This commit is contained in:
Kirill Ponomarev 2003-09-25 21:49:26 +00:00
parent dd0ca7d621
commit 686c82e0b5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=89388
2 changed files with 19 additions and 4 deletions

View file

@ -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>

View file

@ -1 +1 @@
MD5 (msmtp-0.4.2.tar.gz) = 050b077df6f5dca3067f34c8069744df
MD5 (msmtp-0.5.0.tar.gz) = 8d1f7b62eb7f9d32355bf11d6dbb5817