summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorrhaen <rhaen@pkgsrc.org>2008-07-22 13:33:46 +0000
committerrhaen <rhaen@pkgsrc.org>2008-07-22 13:33:46 +0000
commit5b73ce14d48565a229c081486d2b2191e418a9aa (patch)
treef355e353cc699e81da02af4ec5bb701bb26de70f /mail
parent7f0ee84c630e6ea9e8a42c0a4ce85785056e08d1 (diff)
downloadpkgsrc-5b73ce14d48565a229c081486d2b2191e418a9aa.tar.gz
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 (limited to 'mail')
-rw-r--r--mail/p5-Email-Simple-Creator/Makefile6
-rw-r--r--mail/p5-Email-Simple-Creator/distinfo8
2 files changed, 7 insertions, 7 deletions
diff --git a/mail/p5-Email-Simple-Creator/Makefile b/mail/p5-Email-Simple-Creator/Makefile
index e42f63ef481..a93be86791c 100644
--- a/mail/p5-Email-Simple-Creator/Makefile
+++ b/mail/p5-Email-Simple-Creator/Makefile
@@ -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 @@ COMMENT= Constructor to Email::Simple for creating messages from scratch
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 --git a/mail/p5-Email-Simple-Creator/distinfo b/mail/p5-Email-Simple-Creator/distinfo
index 24f1ec9a407..041265f3c49 100644
--- a/mail/p5-Email-Simple-Creator/distinfo
+++ b/mail/p5-Email-Simple-Creator/distinfo
@@ -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