Re: UPDATE: msmtp-1.4.31

2013-04-23 Thread David Coppa
On Mon, Apr 22, 2013 at 10:10 PM, Gleydson Soares gsoa...@openbsd.org wrote:

 A new version of msmtp has been released today; version 1.4.31

 upstream notes:
 - Updated the msmtpq script.
 - Fixed building of the documentation with texinfo = 5.0.

 more tests, comments, OKs are welcome.
 diff attached.

Works for me on amd64.

ok dcoppa@

ciao,
David


 Index: Makefile
 ===
 RCS file: /cvs/ports/mail/msmtp/Makefile,v
 retrieving revision 1.36
 diff -u -p -r1.36 Makefile
 --- Makefile11 Mar 2013 11:23:51 -  1.36
 +++ Makefile22 Apr 2013 19:53:08 -
 @@ -2,7 +2,7 @@

  COMMENT =  SMTP plugin for MUAs

 -DISTNAME = msmtp-1.4.30
 +DISTNAME = msmtp-1.4.31
  CATEGORIES =   mail

  HOMEPAGE = http://msmtp.sourceforge.net/
 Index: distinfo
 ===
 RCS file: /cvs/ports/mail/msmtp/distinfo,v
 retrieving revision 1.23
 diff -u -p -r1.23 distinfo
 --- distinfo29 Oct 2012 13:41:06 -  1.23
 +++ distinfo22 Apr 2013 19:53:08 -
 @@ -1,2 +1,2 @@
 -SHA256 (msmtp-1.4.30.tar.bz2) = 8VK5KW4240DrBJx+5NaYD82ynZSOZUvcdL6n7pdAmIY=
 -SIZE (msmtp-1.4.30.tar.bz2) = 303226
 +SHA256 (msmtp-1.4.31.tar.bz2) = JHr5qV+iL1BuhRCfxCaKXZHKA6+bF+68weRrfNZMIl8=
 +SIZE (msmtp-1.4.31.tar.bz2) = 305770
 Index: patches/patch-scripts_msmtpq_msmtpq
 ===
 RCS file: /cvs/ports/mail/msmtp/patches/patch-scripts_msmtpq_msmtpq,v
 retrieving revision 1.1
 diff -u -p -r1.1 patch-scripts_msmtpq_msmtpq
 --- patches/patch-scripts_msmtpq_msmtpq 19 Oct 2008 20:35:01 -  1.1
 +++ patches/patch-scripts_msmtpq_msmtpq 22 Apr 2013 19:53:08 -
 @@ -1,9 +1,9 @@
  $OpenBSD: patch-scripts_msmtpq_msmtpq,v 1.1 2008/10/19 20:35:01 jasper Exp $
  scripts/msmtpq/msmtpq.orig Mon Jul 28 00:20:41 2008
 -+++ scripts/msmtpq/msmtpq  Tue Oct 14 14:18:13 2008
 +--- scripts/msmtpq/msmtpq.orig Thu Feb 14 16:33:59 2013
  scripts/msmtpq/msmtpq  Thu Mar 21 21:12:19 2013
  @@ -1,4 +1,4 @@
  -#!/usr/bin/env bash
  +#!/bin/sh

 - #--
 - #
 + ##--
 + ##




UPDATE: msmtp-1.4.31

2013-04-22 Thread Gleydson Soares

A new version of msmtp has been released today; version 1.4.31 

upstream notes:
- Updated the msmtpq script.
- Fixed building of the documentation with texinfo = 5.0.

more tests, comments, OKs are welcome.
diff attached.

Index: Makefile
===
RCS file: /cvs/ports/mail/msmtp/Makefile,v
retrieving revision 1.36
diff -u -p -r1.36 Makefile
--- Makefile11 Mar 2013 11:23:51 -  1.36
+++ Makefile22 Apr 2013 19:53:08 -
@@ -2,7 +2,7 @@
 
 COMMENT =  SMTP plugin for MUAs
 
-DISTNAME = msmtp-1.4.30
+DISTNAME = msmtp-1.4.31
 CATEGORIES =   mail
 
 HOMEPAGE = http://msmtp.sourceforge.net/
Index: distinfo
===
RCS file: /cvs/ports/mail/msmtp/distinfo,v
retrieving revision 1.23
diff -u -p -r1.23 distinfo
--- distinfo29 Oct 2012 13:41:06 -  1.23
+++ distinfo22 Apr 2013 19:53:08 -
@@ -1,2 +1,2 @@
-SHA256 (msmtp-1.4.30.tar.bz2) = 8VK5KW4240DrBJx+5NaYD82ynZSOZUvcdL6n7pdAmIY=
-SIZE (msmtp-1.4.30.tar.bz2) = 303226
+SHA256 (msmtp-1.4.31.tar.bz2) = JHr5qV+iL1BuhRCfxCaKXZHKA6+bF+68weRrfNZMIl8=
+SIZE (msmtp-1.4.31.tar.bz2) = 305770
Index: patches/patch-scripts_msmtpq_msmtpq
===
RCS file: /cvs/ports/mail/msmtp/patches/patch-scripts_msmtpq_msmtpq,v
retrieving revision 1.1
diff -u -p -r1.1 patch-scripts_msmtpq_msmtpq
--- patches/patch-scripts_msmtpq_msmtpq 19 Oct 2008 20:35:01 -  1.1
+++ patches/patch-scripts_msmtpq_msmtpq 22 Apr 2013 19:53:08 -
@@ -1,9 +1,9 @@
 $OpenBSD: patch-scripts_msmtpq_msmtpq,v 1.1 2008/10/19 20:35:01 jasper Exp $
 scripts/msmtpq/msmtpq.orig Mon Jul 28 00:20:41 2008
-+++ scripts/msmtpq/msmtpq  Tue Oct 14 14:18:13 2008
+--- scripts/msmtpq/msmtpq.orig Thu Feb 14 16:33:59 2013
 scripts/msmtpq/msmtpq  Thu Mar 21 21:12:19 2013
 @@ -1,4 +1,4 @@
 -#!/usr/bin/env bash
 +#!/bin/sh
  
- #--
- #
+ ##--
+ ##