summaryrefslogtreecommitdiff
path: root/mail/p5-Email-Simple
diff options
context:
space:
mode:
authorheinz <heinz>2007-04-21 14:30:23 +0000
committerheinz <heinz>2007-04-21 14:30:23 +0000
commitec55acd2f728ce8b98fce88f0245f38e5a0b5047 (patch)
treef576d3dc8841c26bc9fd1012af54463192060e5d /mail/p5-Email-Simple
parentb242a3648a87b06f035afb6052dd58567508a899 (diff)
downloadpkgsrc-ec55acd2f728ce8b98fce88f0245f38e5a0b5047.tar.gz
Updated to version 1.999.
Pkgsrc changes: - DESTDIR support - Added CONFLICTS line to follow the comments in Makefile.PL (see 1.998 below) Changes since version 1.995: ============================ 1.999 2007-03-20 fix bug 25496: deletion of headers affected the wrong range, sometimes deleting too many headers -- thanks, Nicholas Oxhoej! fix bug 24922: errant space in last header of CRLF-delim email thanks, Barry Downes and Alex Vandiver 1.998 2007-02-07 MAJOR REFACTORING OF GUTS If you run Email::MIME, you MUST be running Email::MIME 1.857 or better. require Email::MIME 1.857 in Makefile.PL only if an older version is already installed boldly moving forward with refactored headers and Email::Simple:::Header greatly reduce memory footprint add crlf method to allow other modules to avoid ->{mycrlf} fix broken header-junk test 1.996 2006-11-27 - do not wrap Content-Type field; it can cause Outlook to go nuts while this is a special case, it does not make E::S incorrect, as folding long headers is allowed (for aesthetics) and not mandated
Diffstat (limited to 'mail/p5-Email-Simple')
-rw-r--r--mail/p5-Email-Simple/Makefile9
-rw-r--r--mail/p5-Email-Simple/distinfo8
2 files changed, 11 insertions, 6 deletions
diff --git a/mail/p5-Email-Simple/Makefile b/mail/p5-Email-Simple/Makefile
index 134a9f70002..6bae016c30a 100644
--- a/mail/p5-Email-Simple/Makefile
+++ b/mail/p5-Email-Simple/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2006/10/26 14:31:48 obache Exp $
+# $NetBSD: Makefile,v 1.6 2007/04/21 14:30:23 heinz Exp $
-DISTNAME= Email-Simple-1.995
+DISTNAME= Email-Simple-1.999
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5ems
CATEGORIES= mail perl5
@@ -10,6 +10,11 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Email-Simple/
COMMENT= Perl5 module for simple parsing of RFC2822 message format and headers
+PKG_DESTDIR_SUPPORT= user-destdir
+
+# versions before 1.857 meddled in the guts of Email::Simple
+CONFLICTS= p5-Email-MIME<1.857
+
PERL5_PACKLIST= auto/Email/Simple/.packlist
.include "../../lang/perl5/module.mk"
diff --git a/mail/p5-Email-Simple/distinfo b/mail/p5-Email-Simple/distinfo
index 909f201a5ac..899500b3635 100644
--- a/mail/p5-Email-Simple/distinfo
+++ b/mail/p5-Email-Simple/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2006/10/26 14:31:48 obache Exp $
+$NetBSD: distinfo,v 1.3 2007/04/21 14:30:23 heinz Exp $
-SHA1 (Email-Simple-1.995.tar.gz) = f3019c408e6db3c92bc4fdb18b79f8ff28be7f5c
-RMD160 (Email-Simple-1.995.tar.gz) = 090de3c7d206b6149047c9fbff178b520e8d6bc3
-Size (Email-Simple-1.995.tar.gz) = 17684 bytes
+SHA1 (Email-Simple-1.999.tar.gz) = 3c1294c69bd3918d9f6f7c589c8f96f56b108521
+RMD160 (Email-Simple-1.999.tar.gz) = 1fb55454f39bb4ff0716797aa03fdf316bedf190
+Size (Email-Simple-1.999.tar.gz) = 27466 bytes