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 Updated to version 1.999.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bafd7a0aef54
branches:  trunk
changeset: 528127:bafd7a0aef54
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Sat Apr 21 14:30:23 2007 +0000

description:
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:

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

diffs (37 lines):

diff -r 59ac89a475f2 -r bafd7a0aef54 mail/p5-Email-Simple/Makefile
--- a/mail/p5-Email-Simple/Makefile     Sat Apr 21 14:15:59 2007 +0000
+++ b/mail/p5-Email-Simple/Makefile     Sat Apr 21 14:30:23 2007 +0000
@@ -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 @@
 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 -r 59ac89a475f2 -r bafd7a0aef54 mail/p5-Email-Simple/distinfo
--- a/mail/p5-Email-Simple/distinfo     Sat Apr 21 14:15:59 2007 +0000
+++ b/mail/p5-Email-Simple/distinfo     Sat Apr 21 14:30:23 2007 +0000
@@ -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



Home | Main Index | Thread Index | Old Index