On Thu, 9 May 2019 09:11:16 -0700
Andrew Hewus Fresh <and...@afresh1.com> wrote:

> A fairly straight forward update, mostly just a couple of new
> features. A new header_as_obj method and a new module for handling
> AddressLists.
> 
> https://metacpan.org/changes/distribution/Email-MIME
> 
> Comments, OK?

No issue with that diff, i tested the direct consumers as well:
100% passing rate :))

OK cwen@


> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/mail/p5-Email-MIME/Makefile,v
> retrieving revision 1.22
> diff -u -p -r1.22 Makefile
> --- Makefile  25 Jul 2018 08:45:15 -0000      1.22
> +++ Makefile  9 May 2019 16:08:32 -0000
> @@ -1,23 +1,22 @@
>  # $OpenBSD: Makefile,v 1.22 2018/07/25 08:45:15 ajacoutot Exp $
>  
> -COMMENT=     handle MIME messages
> +COMMENT=     easy MIME message handling
>  
> -CPAN_AUTHOR= RJBS
>  MODULES=     cpan
>  PKG_ARCH=    *
> -DISTNAME =   Email-MIME-1.940
> +DISTNAME=    Email-MIME-1.946
>  CATEGORIES=  mail
>  EPOCH=               0
>  
>  # Same as Perl
>  PERMIT_PACKAGE_CDROM=        Yes
>  
> -MAKE_ENV=    TEST_POD=Yes
> -
> -RUN_DEPENDS= mail/p5-Email-MessageID \
> -             mail/p5-Email-MIME-ContentType \
> -             mail/p5-Email-MIME-Encodings \
> +RUN_DEPENDS= devel/p5-Module-Runtime \
> +             mail/p5-Email-Address-XS \
> +             mail/p5-Email-MIME-ContentType>=1.022 \
> +             mail/p5-Email-MIME-Encodings>=1.314 \
> +             mail/p5-Email-MessageID \
>               mail/p5-Email-Simple \
> -             mail/p5-MIME-Types
> +             mail/p5-MIME-Types>=1.13
>  
>  .include <bsd.port.mk>
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/mail/p5-Email-MIME/distinfo,v
> retrieving revision 1.14
> diff -u -p -r1.14 distinfo
> --- distinfo  25 Jul 2018 08:45:15 -0000      1.14
> +++ distinfo  9 May 2019 16:08:32 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (Email-MIME-1.940.tar.gz) =
> OboK1BnGDbbewiBAvGNiUCuSWv3pQtxN8rhYZkJe3V4= -SIZE
> (Email-MIME-1.940.tar.gz) = 118337 +SHA256 (Email-MIME-1.946.tar.gz)
> = aO55AjFl13vsmaLhLvia1OElAebDIfaCIFPcT0EcM3w= +SIZE
> (Email-MIME-1.946.tar.gz) = 125304 Index: pkg/PLIST
> ===================================================================
> RCS file: /cvs/ports/mail/p5-Email-MIME/pkg/PLIST,v
> retrieving revision 1.6
> diff -u -p -r1.6 PLIST
> --- pkg/PLIST 25 Jul 2018 08:45:15 -0000      1.6
> +++ pkg/PLIST 9 May 2019 16:08:32 -0000
> @@ -6,10 +6,13 @@
>  ${P5SITE}/Email/MIME.pm
>  ${P5SITE}/Email/MIME/Creator.pm
>  ${P5SITE}/Email/MIME/Encode.pm
> +${P5SITE}/Email/MIME/Header/
>  ${P5SITE}/Email/MIME/Header.pm
> +${P5SITE}/Email/MIME/Header/AddressList.pm
>  ${P5SITE}/Email/MIME/Modifier.pm
>  @man man/man3p/Email::MIME.3p
>  @man man/man3p/Email::MIME::Creator.3p
>  @man man/man3p/Email::MIME::Encode.3p
>  @man man/man3p/Email::MIME::Header.3p
> +@man man/man3p/Email::MIME::Header::AddressList.3p
>  @man man/man3p/Email::MIME::Modifier.3p
> 

Reply via email to