pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail/p5-Mail-Sendmail
Module Name: pkgsrc
Committed By: wiz
Date: Sun Sep 17 19:57:17 UTC 2017
Modified Files:
pkgsrc/mail/p5-Mail-Sendmail: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/mail/p5-Mail-Sendmail/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/mail/p5-Mail-Sendmail/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mail/p5-Mail-Sendmail/Makefile
diff -u pkgsrc/mail/p5-Mail-Sendmail/Makefile:1.29 pkgsrc/mail/p5-Mail-Sendmail/Makefile:1.30
--- pkgsrc/mail/p5-Mail-Sendmail/Makefile:1.29 Mon Jun 5 14:24:07 2017
+++ pkgsrc/mail/p5-Mail-Sendmail/Makefile Sun Sep 17 19:57:17 2017
@@ -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
Index: pkgsrc/mail/p5-Mail-Sendmail/distinfo
diff -u pkgsrc/mail/p5-Mail-Sendmail/distinfo:1.5 pkgsrc/mail/p5-Mail-Sendmail/distinfo:1.6
--- pkgsrc/mail/p5-Mail-Sendmail/distinfo:1.5 Tue Nov 3 23:27:15 2015
+++ pkgsrc/mail/p5-Mail-Sendmail/distinfo Sun Sep 17 19:57:17 2017
@@ -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