summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwen <wen@pkgsrc.org>2015-08-03 03:28:09 +0000
committerwen <wen@pkgsrc.org>2015-08-03 03:28:09 +0000
commit0e0ced3cf6890e287a4c8f6b19046e19da648e53 (patch)
tree24f8b5d04a2930c4a93c1f7a303983fef1ac034f
parent12732c71c69d46002260f18cd1931e22c19d59bb (diff)
downloadpkgsrc-0e0ced3cf6890e287a4c8f6b19046e19da648e53.tar.gz
Update to 1.934
Update DEPENDS Comment out CONFLICTS and SUPERSEDES lines since p5-Email-MIME-Creator and p5-Email-MIME-Modifier had been removed from pkgsrc 5 years ago. Upstream changes: 1.934 2015-08-01 20:33:57-04:00 America/New_York - fix debug_structure for multipart mail with only one subpart 1.933 2015-07-25 09:30:56-04:00 America/New_York - correct Email::Simple prereq - skip omitting content-type attributes with undef value 1.932 2015-07-24 22:24:06-04:00 America/New_York - stable release of previous trial releases - see v1.930 and v1.931, below 1.931 2015-07-12 17:31:01-04:00 America/New_York (TRIAL RELEASE) - When doing parts_set to become single-part, do not lose the charset and set the mail to us-ascii. This is almost certainly a half measure, and this whole hunk of code should be improved. 1.930 2015-03-25 22:58:42-04:00 America/New_York (TRIAL RELEASE) - rely on the new header_raw methods in new Email::Simple 1.929 2015-02-17 09:31:35-05:00 America/New_York - try not to lose unrecognized content-type parameters - avoid copying the body content when not needed during construction 1.928 2014-12-15 21:47:49-05:00 America/New_York - when converting from single part to multipart, drop Content-Transfer-Encoding and Content-Type's charset property - update subparts in walk_parts if stringification changes 1.927 2014-12-04 10:19:58-05:00 America/New_York - add header_str_pairs; like header_pairs, but decoded - remove Email:MIME::Creator from synopsis 1.926 2014-01-28 23:28:41-05:00 America/New_York - improve EOL processing with quoted-printable (thanks, Tomohiro Hosaka!) - avoid uninitialized warnings [rt.cpan.org #91707] 1.925 2013-11-08 07:01:03 America/New_York - improve reliability of mail reconstruction during walk_parts (thanks, Tomohiro Hosaka!)
-rw-r--r--mail/p5-Email-MIME/Makefile15
-rw-r--r--mail/p5-Email-MIME/distinfo8
2 files changed, 11 insertions, 12 deletions
diff --git a/mail/p5-Email-MIME/Makefile b/mail/p5-Email-MIME/Makefile
index d1f5cee5750..cbd01194894 100644
--- a/mail/p5-Email-MIME/Makefile
+++ b/mail/p5-Email-MIME/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.22 2015/07/12 18:56:23 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2015/08/03 03:28:09 wen Exp $
-DISTNAME= Email-MIME-1.924
+DISTNAME= Email-MIME-1.934
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 2
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Email/}
@@ -15,16 +14,16 @@ DEPENDS+= p5-Email-MIME-ContentType>=1.016:../../mail/p5-Email-MIME-ContentType
DEPENDS+= p5-Email-MIME-Encodings>=1.314:../../mail/p5-Email-MIME-Encodings
DEPENDS+= p5-Email-MessageID-[0-9]*:../../mail/p5-Email-MessageID
# Email::Simple-2.100 contains both: Email::Simple and Email::Simple::Creator
-DEPENDS+= p5-Email-Simple>=2.102:../../mail/p5-Email-Simple
+DEPENDS+= p5-Email-Simple>=2.206:../../mail/p5-Email-Simple
#DEPENDS+= {perl>=5.8.1,p5-Encode>=1.98.01}:../../textproc/p5-Encode
DEPENDS+= p5-MIME-Types>=1.13:../../mail/p5-MIME-Types
#BUILD_DEPENDS+= {perl>=5.7.3,p5-Test-Simple>=0.47}:../../devel/p5-Test-Simple
-CONFLICTS+= p5-Email-MIME-Creator-[0-9]*
-CONFLICTS+= p5-Email-MIME-Modifier-[0-9]*
+#CONFLICTS+= p5-Email-MIME-Creator-[0-9]*
+#CONFLICTS+= p5-Email-MIME-Modifier-[0-9]*
-SUPERSEDES+= p5-Email-MIME-Creator<=1.444
-SUPERSEDES+= p5-Email-MIME-Modifier<=1.456
+#SUPERSEDES+= p5-Email-MIME-Creator<=1.444
+#SUPERSEDES+= p5-Email-MIME-Modifier<=1.456
PERL5_PACKLIST= auto/Email/MIME/.packlist
diff --git a/mail/p5-Email-MIME/distinfo b/mail/p5-Email-MIME/distinfo
index 52a6a217fcb..0a466ff5fef 100644
--- a/mail/p5-Email-MIME/distinfo
+++ b/mail/p5-Email-MIME/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2013/09/08 10:52:29 wen Exp $
+$NetBSD: distinfo,v 1.11 2015/08/03 03:28:09 wen Exp $
-SHA1 (Email-MIME-1.924.tar.gz) = b809a3755d9b75836c14206165671ab2d56a0ee0
-RMD160 (Email-MIME-1.924.tar.gz) = dc47ddde9822836214203b8962343b63e15793ec
-Size (Email-MIME-1.924.tar.gz) = 111251 bytes
+SHA1 (Email-MIME-1.934.tar.gz) = 1b153d31d1204f92c079b7ae756600d34d8ecb86
+RMD160 (Email-MIME-1.934.tar.gz) = eac6e68cb5127faea764475b6c8768072516f3df
+Size (Email-MIME-1.934.tar.gz) = 116979 bytes