diff options
author | wiz <wiz@pkgsrc.org> | 2012-10-21 22:08:45 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-10-21 22:08:45 +0000 |
commit | d050ba38f43ab3c3ea96c072448968d3b5572ca1 (patch) | |
tree | 1aa636c1b6832cef6c794c28a691a8070f457b88 /mail | |
parent | 88b44ab4971268143e4d563226b2a9cd715e80e8 (diff) | |
download | pkgsrc-d050ba38f43ab3c3ea96c072448968d3b5572ca1.tar.gz |
Update to 1.35:
version 1.35:
- added video/webm and audio/webm, although not (yet) IANA registered.
[Kurian Jose Aerthail]
version 1.34: Thu Jan 12 11:16:07 CET 2012
- subType() did not handle subType's with '+' in them.
[Roman V. Nikolaev]
version 1.33: Thu Jan 12 08:46:05 CET 2012
- all openxmlformats are binary [Beverly Wang]
- mediaType() and subType() did not handle subType's with dots
in them correctly. [Roman V. Nikolaev]
version 1.32: Thu Aug 18 23:30:25 CEST 2011
- explain how to use MIME::Types in mod_perl, after complains
from [Steve Simms], [Nicolas Mendoza], [Yves Orton] and
[Hans Dieter Pearcey]
- when you do not read the documentation about mod_perl/fork,
then it will work as ever but still inefficient.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-MIME-Types/Makefile | 5 | ||||
-rw-r--r-- | mail/p5-MIME-Types/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/mail/p5-MIME-Types/Makefile b/mail/p5-MIME-Types/Makefile index fc2fbd93201..afd36869f7e 100644 --- a/mail/p5-MIME-Types/Makefile +++ b/mail/p5-MIME-Types/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2012/10/08 12:19:22 asau Exp $ +# $NetBSD: Makefile,v 1.20 2012/10/21 22:08:45 wiz Exp $ -DISTNAME= MIME-Types-1.31 +DISTNAME= MIME-Types-1.35 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MIME/} diff --git a/mail/p5-MIME-Types/distinfo b/mail/p5-MIME-Types/distinfo index 2fe0e661740..256646d446b 100644 --- a/mail/p5-MIME-Types/distinfo +++ b/mail/p5-MIME-Types/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2010/09/21 20:57:40 sno Exp $ +$NetBSD: distinfo,v 1.11 2012/10/21 22:08:45 wiz Exp $ -SHA1 (MIME-Types-1.31.tar.gz) = eecbf7bb756f9461b0ec9acae7a15f579fe830f6 -RMD160 (MIME-Types-1.31.tar.gz) = 7a2afc81837b08aa027d06e8584cb43d4cf7b618 -Size (MIME-Types-1.31.tar.gz) = 21613 bytes +SHA1 (MIME-Types-1.35.tar.gz) = 36dae668941fea3cf002be20e069a7e91ad9d9a4 +RMD160 (MIME-Types-1.35.tar.gz) = ff747199f9f0401cadafdcc6613a2b9477036184 +Size (MIME-Types-1.35.tar.gz) = 22594 bytes |