Minor feature changes and enhancements, nothing exciting, but build no longer requires RUN_DEPENDS and the POD tests moved to xt/
https://metacpan.org/changes/distribution/Email-Simple No fallout in dependencies. OK? Index: Makefile =================================================================== RCS file: /cvs/ports/mail/p5-Email-Simple/Makefile,v retrieving revision 1.19 diff -u -p -r1.19 Makefile --- Makefile 12 Jan 2017 14:37:03 -0000 1.19 +++ Makefile 22 Feb 2019 04:23:00 -0000 @@ -1,18 +1,15 @@ # $OpenBSD: Makefile,v 1.19 2017/01/12 14:37:03 sthen Exp $ -COMMENT = simple module for handling email messages +COMMENT = simple parsing of RFC2822 message format and headers MODULES = cpan PKG_ARCH = * -DISTNAME = Email-Simple-2.213 +DISTNAME = Email-Simple-2.216 CATEGORIES = mail # Perl PERMIT_PACKAGE_CDROM = Yes RUN_DEPENDS = mail/p5-Email-Date-Format -BUILD_DEPENDS = ${RUN_DEPENDS} - -MAKE_ENV = TEST_POD=Yes .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /cvs/ports/mail/p5-Email-Simple/distinfo,v retrieving revision 1.11 diff -u -p -r1.11 distinfo --- distinfo 12 Jan 2017 14:37:03 -0000 1.11 +++ distinfo 22 Feb 2019 04:23:00 -0000 @@ -1,2 +1,2 @@ -SHA256 (Email-Simple-2.213.tar.gz) = zbl6nWRyMcwPcgejHtbsX/3muKxlBJENw3i/YZ7VfMU= -SIZE (Email-Simple-2.213.tar.gz) = 39302 +SHA256 (Email-Simple-2.216.tar.gz) = 2F9jzRCI0RMREDZ2qM9Jj/9WSiAbU43lLNdTteXKi9Q= +SIZE (Email-Simple-2.216.tar.gz) = 39695
