pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/p5-Email-Simple-Creator updated to 1.424



details:   https://anonhg.NetBSD.org/pkgsrc/rev/178b57d380a4
branches:  trunk
changeset: 544916:178b57d380a4
user:      rhaen <rhaen%pkgsrc.org@localhost>
date:      Tue Jul 22 13:33:46 2008 +0000

description:
updated to 1.424
fixed dependency to new module mail/p5-Email-Date-Format

ChangeLog:

Revision history for Email-Simple-Creator

1.424     2007-11-30
          replace Email::Date prereq with Email::Date::Format

1.423     2007-11-01
          update Email::Simple prereq version
          * https://rt.cpan.org/Ticket/Display.html?id=28520

1.422     2007-07-13
          fixed header: why was it creating LFCR?
          normalize line endings to CRLF in body
          improve reliability of existing line-ending code
          improve tests
          packaging improvements

1.420     2007-02-23
          reduce use of unneeded variables during creation
          fix bugs that skipped creating headers with false values
          use standard crlf for creating mail
            A changelog entry below indicates that this was not the goal, but
            all the code seems as if it was meant to do this.  There was a bug
            in the logic, and there were no tests.

1.41      2006-07-03
          don't use no_plan in test; it breaks under old Test::More
          (applied by RJBS, thanks to LTHEGLER)

diffstat:

 mail/p5-Email-Simple-Creator/Makefile |  6 +++---
 mail/p5-Email-Simple-Creator/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (34 lines):

diff -r 1e82b2db95ee -r 178b57d380a4 mail/p5-Email-Simple-Creator/Makefile
--- a/mail/p5-Email-Simple-Creator/Makefile     Tue Jul 22 13:31:13 2008 +0000
+++ b/mail/p5-Email-Simple-Creator/Makefile     Tue Jul 22 13:33:46 2008 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2008/07/20 16:09:34 heinz Exp $
+# $NetBSD: Makefile,v 1.4 2008/07/22 13:33:46 rhaen Exp $
 
-DISTNAME=      Email-Simple-Creator-1.4
+DISTNAME=      Email-Simple-Creator-1.424
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    mail perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Email/}
@@ -12,7 +12,7 @@
 PKG_DESTDIR_SUPPORT=   user-destdir
 
 DEPENDS+=      p5-Email-Simple>=0:../../mail/p5-Email-Simple
-DEPENDS+=      p5-Email-Date>=0:../../mail/p5-Email-Date
+DEPENDS+=      p5-Email-Date-Format>=1.000:../../mail/p5-Email-Date-Format
 DEPENDS+=      {perl>=5.7.3,p5-Test-Simple>=0.47}:../../devel/p5-Test-Simple
 
 PERL5_PACKLIST= auto/Email/Simple/Creator/.packlist
diff -r 1e82b2db95ee -r 178b57d380a4 mail/p5-Email-Simple-Creator/distinfo
--- a/mail/p5-Email-Simple-Creator/distinfo     Tue Jul 22 13:31:13 2008 +0000
+++ b/mail/p5-Email-Simple-Creator/distinfo     Tue Jul 22 13:33:46 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2007/07/29 12:06:22 adrianp Exp $
+$NetBSD: distinfo,v 1.2 2008/07/22 13:33:46 rhaen Exp $
 
-SHA1 (Email-Simple-Creator-1.4.tar.gz) = 4751257441da2d7771c828a50eefbab2ac6926a0
-RMD160 (Email-Simple-Creator-1.4.tar.gz) = b1c972f15abcf1dde888238819daea0c50a39a2b
-Size (Email-Simple-Creator-1.4.tar.gz) = 2866 bytes
+SHA1 (Email-Simple-Creator-1.424.tar.gz) = 9c77f86e9da950632a26a65161993a272219ad71
+RMD160 (Email-Simple-Creator-1.424.tar.gz) = 86d6abfa438825abbf0a6637e231462406c4ed28
+Size (Email-Simple-Creator-1.424.tar.gz) = 11562 bytes



Home | Main Index | Thread Index | Old Index