diff options
author | wiz <wiz@pkgsrc.org> | 2014-09-07 12:16:03 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-09-07 12:16:03 +0000 |
commit | 3e8c9f3c6a1c8bd747f0bf3eb11725a94196e39b (patch) | |
tree | dff53cab1a1ecdb16ab0c7907f328fa8d5063b9c /mail | |
parent | bf8343660ce0c12507655608c8d0f1c5f1103d3c (diff) | |
download | pkgsrc-3e8c9f3c6a1c8bd747f0bf3eb11725a94196e39b.tar.gz |
Update to 2.08:
version 2.08: Fri Sep 5 15:29:52 CEST 2014
Fixes:
- fix test t/40mojo.t which mojo is not installed
rt.cpan.org#98639 [Chris]
Improvements:
- remove dependency on Scalar::Util
- documentation fixes
version 2.07: Fri Sep 5 12:08:06 CEST 2014
Fixes:
- MIME::Type::equals() did cmp not eq
Improvements:
- new httpAccept() wth tests in t/21accept.t
- new httpAcceptBest() and httpAcceptSelect() with tests
in t/22accbest.t
- add MojoX::MIME::Types with tests in t/40mojo.t
- now depends on List::Util and Scalar::Util
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-MIME-Types/Makefile | 4 | ||||
-rw-r--r-- | mail/p5-MIME-Types/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/mail/p5-MIME-Types/Makefile b/mail/p5-MIME-Types/Makefile index c5e1aa0dc85..c48e75e6023 100644 --- a/mail/p5-MIME-Types/Makefile +++ b/mail/p5-MIME-Types/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.25 2014/09/06 14:37:47 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2014/09/07 12:16:03 wiz Exp $ -DISTNAME= MIME-Types-2.06 +DISTNAME= MIME-Types-2.08 PKGNAME= p5-${DISTNAME} 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 354cf2aad8b..8c6a979bf0b 100644 --- a/mail/p5-MIME-Types/distinfo +++ b/mail/p5-MIME-Types/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.14 2014/09/06 14:37:47 wiz Exp $ +$NetBSD: distinfo,v 1.15 2014/09/07 12:16:03 wiz Exp $ -SHA1 (MIME-Types-2.06.tar.gz) = bf93bdcd29e5d488eb4120f159fa2e936a2b59de -RMD160 (MIME-Types-2.06.tar.gz) = 4fe89ea1766089b23e717ad180437224b5d4ab7a -Size (MIME-Types-2.06.tar.gz) = 50778 bytes +SHA1 (MIME-Types-2.08.tar.gz) = 1595305de163906173b73b018fc545cda05406a5 +RMD160 (MIME-Types-2.08.tar.gz) = 553edc1b38c50f444d6bcd887df9688dac9bd684 +Size (MIME-Types-2.08.tar.gz) = 56061 bytes |