Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/p5-Email-MIME-ContentType p5-Email-MIME-ContentTy...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d870987e59e9
branches:  trunk
changeset: 438418:d870987e59e9
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Sep 07 11:29:07 2020 +0000

description:
p5-Email-MIME-ContentType: update to 1.024.

1.024     2020-05-24 10:19:20-04:00 America/New_York
        - no changes since stable release

1.023     2020-05-09 14:51:41-04:00 America/New_York (TRIAL RELEASE)
        - All of this release is thanks to Pali Rohár, who suffered through a
          long period of waiting while RJBS, the maintainer, let the module
          languish.  Thank you for your patience, Pali and everybody else.

        - silence an uninitalized value warning
        - avoid allowing non-Latin digits in numbers
        - add new functions build_content_type() and build_content_disposition

diffstat:

 mail/p5-Email-MIME-ContentType/Makefile |   7 ++++---
 mail/p5-Email-MIME-ContentType/distinfo |  10 +++++-----
 2 files changed, 9 insertions(+), 8 deletions(-)

diffs (38 lines):

diff -r 62e17f41b326 -r d870987e59e9 mail/p5-Email-MIME-ContentType/Makefile
--- a/mail/p5-Email-MIME-ContentType/Makefile   Mon Sep 07 11:27:06 2020 +0000
+++ b/mail/p5-Email-MIME-ContentType/Makefile   Mon Sep 07 11:29:07 2020 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.22 2020/08/31 18:10:00 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2020/09/07 11:29:07 wiz Exp $
 
-DISTNAME=              Email-MIME-ContentType-1.022
+DISTNAME=              Email-MIME-ContentType-1.024
 PKGNAME=               p5-${DISTNAME}
-PKGREVISION=           3
 CATEGORIES=            mail perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Email/}
 
@@ -11,6 +10,8 @@
 COMMENT=               Perl module for parsing a MIME Content-Type header
 LICENSE=               ${PERL5_LICENSE}
 
+DEPENDS+=              p5-Text-Unidecode-[0-9]*:../../textproc/p5-Text-Unidecode
+
 PERL5_PACKLIST=                auto/Email/MIME/ContentType/.packlist
 
 .include "../../lang/perl5/module.mk"
diff -r 62e17f41b326 -r d870987e59e9 mail/p5-Email-MIME-ContentType/distinfo
--- a/mail/p5-Email-MIME-ContentType/distinfo   Mon Sep 07 11:27:06 2020 +0000
+++ b/mail/p5-Email-MIME-ContentType/distinfo   Mon Sep 07 11:29:07 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2017/09/17 15:54:08 wiz Exp $
+$NetBSD: distinfo,v 1.9 2020/09/07 11:29:07 wiz Exp $
 
-SHA1 (Email-MIME-ContentType-1.022.tar.gz) = 5a83ada2a4f2773d4a8ef23b55aa6ee98684bb7c
-RMD160 (Email-MIME-ContentType-1.022.tar.gz) = 1ff3a6ea41698e071865d0144cd97563d595637d
-SHA512 (Email-MIME-ContentType-1.022.tar.gz) = 38561922e0dbc180ac24003a3b64ef39e25a5607bbedc75a3e4580490ab84e02bfd5165225eff4884112cf1f82ec46ee62f31c047acea6b9a3cca390deb965be
-Size (Email-MIME-ContentType-1.022.tar.gz) = 20365 bytes
+SHA1 (Email-MIME-ContentType-1.024.tar.gz) = 4d87375665f7e0407b68aa631a28319b26a9dc8a
+RMD160 (Email-MIME-ContentType-1.024.tar.gz) = 366d5d23aec18ab9cfc398073cb302ec4d64a7e3
+SHA512 (Email-MIME-ContentType-1.024.tar.gz) = 054d81ff9c4aa095e05a1bba287a26d4f7e8de3cec4d47b6cf7314acb04bb08270fac9c58d2b85e3ee5a02afa78d5f364717ff2b5793a1fe7ea1f2fef2812cfd
+Size (Email-MIME-ContentType-1.024.tar.gz) = 22946 bytes



Home | Main Index | Thread Index | Old Index