diff options
author | leot <leot@pkgsrc.org> | 2015-11-29 13:17:12 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2015-11-29 13:17:12 +0000 |
commit | 07044dcd4eaafc3115191cf3b339769e49354032 (patch) | |
tree | 99e07689e5a6471aba4febf5ae573245f2eebc3a /mail/msmtp | |
parent | f7ac65c2111062d469a7c24123c68a5f863b32ef (diff) | |
download | pkgsrc-07044dcd4eaafc3115191cf3b339769e49354032.tar.gz |
Update mail/msmtp to 1.6.3.
pkgsrc changes:
- Remove patches/patch-src_Makefile.in that seems no more needed
Changes:
Version 1.6.3:
- A bug in SOCKS support was fixed.
- Handling non-fatal errors in TLS handshakes was fixed.
Diffstat (limited to 'mail/msmtp')
-rw-r--r-- | mail/msmtp/Makefile | 5 | ||||
-rw-r--r-- | mail/msmtp/distinfo | 11 | ||||
-rw-r--r-- | mail/msmtp/patches/patch-src_Makefile.in | 15 |
3 files changed, 7 insertions, 24 deletions
diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile index c7cc391aebc..319a3ea3156 100644 --- a/mail/msmtp/Makefile +++ b/mail/msmtp/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.60 2015/08/23 14:30:38 wiz Exp $ +# $NetBSD: Makefile,v 1.61 2015/11/29 13:17:12 leot Exp $ -DISTNAME= msmtp-1.6.2 -PKGREVISION= 1 +DISTNAME= msmtp-1.6.3 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=msmtp/} EXTRACT_SUFX= .tar.xz diff --git a/mail/msmtp/distinfo b/mail/msmtp/distinfo index d5aeff22499..630df4812ba 100644 --- a/mail/msmtp/distinfo +++ b/mail/msmtp/distinfo @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.31 2015/11/03 23:27:10 agc Exp $ +$NetBSD: distinfo,v 1.32 2015/11/29 13:17:12 leot Exp $ -SHA1 (msmtp-1.6.2.tar.xz) = 2d2272d04851b9bc806a77f47344e61840185329 -RMD160 (msmtp-1.6.2.tar.xz) = 3e138d4fe77f0bfc7c0d215a01afc19011724ad3 -SHA512 (msmtp-1.6.2.tar.xz) = 74fb87cbf561e59059f7e5587167fb969348077b569d64dbdbfaa39820e6dc02968d77f3bc182fa714a198fa9eeebd80184b44961e2370be5660c8626b483854 -Size (msmtp-1.6.2.tar.xz) = 280292 bytes -SHA1 (patch-src_Makefile.in) = 373e20c6c683f8a0ef243f8ee9a75ec9838cd495 +SHA1 (msmtp-1.6.3.tar.xz) = a3525b42dc88e8028844ba2b4629432c478be6cf +RMD160 (msmtp-1.6.3.tar.xz) = 1eebf246a917f99814e24117c89d3f465a8ce793 +SHA512 (msmtp-1.6.3.tar.xz) = ac594e90d9ef6369fcbe130b0c05095b5729b7199129c44695edf2a4431c175edd5df1d9dadabf3f7734611acbe68d21fc4d3a446ba7c2eb7e9b811f7c07c5f2 +Size (msmtp-1.6.3.tar.xz) = 282408 bytes diff --git a/mail/msmtp/patches/patch-src_Makefile.in b/mail/msmtp/patches/patch-src_Makefile.in deleted file mode 100644 index 77baf7d37ff..00000000000 --- a/mail/msmtp/patches/patch-src_Makefile.in +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-src_Makefile.in,v 1.2 2012/01/08 00:00:09 obache Exp $ - -* Fix build - ---- src/Makefile.in.orig 2012-01-05 14:48:58.000000000 +0000 -+++ src/Makefile.in -@@ -128,7 +128,7 @@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ - INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ - INTLLIBS = @INTLLIBS@ - INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ --LDFLAGS = @LDFLAGS@ -+LDFLAGS = @LDFLAGS@ @LTLIBINTL@ - LIBICONV = @LIBICONV@ - LIBINTL = @LIBINTL@ - LIBOBJS = @LIBOBJS@ |