pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/p5-Mail-Sendmail p5-Mail-Sendmail: update to 0.80.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/efd932467291
branches:  trunk
changeset: 368669:efd932467291
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Sep 17 19:57:17 2017 +0000

description:
p5-Mail-Sendmail: update to 0.80.

0.80 2017-08-20 NEILB
    - NEILB got co-maint to do a release that includes META.yml and META.json.
    - Switched to Dist::Zilla.
    - Added COPYRIGHT section to pod.
    - Fixed the NAME section in pod to follow expected format.
    - Added "use warnings" and fixed all the warnings.
    - Manually set $VERSION, as it's used in the code

0.79_16 2006-07-08 MIVKOVIC
    - experimental SMTP AUTH support (LOGIN PLAIN CRAM-MD5 DIGEST-MD5)
    - Fix bug where one refused RCPT TO: would abort everything
    - send EHLO, and parse response (for later AUTH implementation)
    - better handling of multi-line responses, and better error-messages
    - Also normalize line endings in headers
    - Now keeps the Sender header if it was used. Previous versions
      only used it for the MAIL FROM: command and deleted it.
    - No space between "MAIL FROM:" or "RCPT TO:" and address.

diffstat:

 mail/p5-Mail-Sendmail/Makefile |   8 +++-----
 mail/p5-Mail-Sendmail/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 10 deletions(-)

diffs (38 lines):

diff -r 45dc6be23bc0 -r efd932467291 mail/p5-Mail-Sendmail/Makefile
--- a/mail/p5-Mail-Sendmail/Makefile    Sun Sep 17 19:55:43 2017 +0000
+++ b/mail/p5-Mail-Sendmail/Makefile    Sun Sep 17 19:57:17 2017 +0000
@@ -1,16 +1,14 @@
-# $NetBSD: Makefile,v 1.29 2017/06/05 14:24:07 ryoon Exp $
+# $NetBSD: Makefile,v 1.30 2017/09/17 19:57:17 wiz Exp $
 
-DISTNAME=      Mail-Sendmail-0.79
+DISTNAME=      Mail-Sendmail-0.80
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   10
 CATEGORIES=    mail perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Mail/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://alma.ch/perl/
 COMMENT=       Perl5 module dedicated to Sendmail
-
-#DEPENDS+=     {perl>=5.7.3,p5-MIME-Base64-[0-9]*}:../../converters/p5-MIME-Base64
+LICENSE=       ${PERL5_LICENSE}
 
 PERL5_PACKLIST=                auto/Mail/Sendmail/.packlist
 
diff -r 45dc6be23bc0 -r efd932467291 mail/p5-Mail-Sendmail/distinfo
--- a/mail/p5-Mail-Sendmail/distinfo    Sun Sep 17 19:55:43 2017 +0000
+++ b/mail/p5-Mail-Sendmail/distinfo    Sun Sep 17 19:57:17 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2015/11/03 23:27:15 agc Exp $
+$NetBSD: distinfo,v 1.6 2017/09/17 19:57:17 wiz Exp $
 
-SHA1 (Mail-Sendmail-0.79.tar.gz) = 606d1dc108fad8ec962062b8dbdee0f7dfa82329
-RMD160 (Mail-Sendmail-0.79.tar.gz) = 6f593aecbbffed43c592e58d8dd2c342d70c8e93
-SHA512 (Mail-Sendmail-0.79.tar.gz) = 5a39efa2f059e97b8da2d3e5f08fc30f7ac990dc7fe4f8df9580314e11c111884942335ab64af5dc4082d3a807381a8db281122237471888ecb92da6ee874e85
-Size (Mail-Sendmail-0.79.tar.gz) = 16245 bytes
+SHA1 (Mail-Sendmail-0.80.tar.gz) = 60b755192f78daaf12367d5a96ff6205fedd4316
+RMD160 (Mail-Sendmail-0.80.tar.gz) = 29b3c2e19497cf62b0d0f80b35911678a37f9ec3
+SHA512 (Mail-Sendmail-0.80.tar.gz) = 848ec471938d679645dfb4e032a33d35e49655a336dc6ff3a24ffa35606bff77e73162af672d1a60ad3a7bf571113e802fc42d6cb9a072cdca0d89f707f54a08
+Size (Mail-Sendmail-0.80.tar.gz) = 23537 bytes



Home | Main Index | Thread Index | Old Index