Here is an update for Net::SMTPS.
What's new upstream [0]: - fix STARTTLS - improvement for the debug option: it sets $IO::Socket::SSL::DEBUG now Port-wise it's a simple update with refreshed version for depends. Testing: - 'make test' passes - There are 2 consumers that i've tested [1], and found no new failures due to that update. Comments/feedback are welcome :) Charlène. [0] https://metacpan.org/source/TOMO/Net-SMTPS-0.09/Changes [1] http://0x0.st/zAL9.tgz Index: Makefile =================================================================== RCS file: /cvs/ports/net/p5-Net-SMTPS/Makefile,v retrieving revision 1.4 diff -u -p -u -p -r1.4 Makefile --- Makefile 30 Apr 2017 11:41:38 -0000 1.4 +++ Makefile 14 May 2019 17:54:10 -0000 @@ -4,13 +4,13 @@ COMMENT= SSL/STARTTLS support for Net::S MODULES= cpan PKG_ARCH= * -DISTNAME = Net-SMTPS-0.06 +DISTNAME = Net-SMTPS-0.09 CATEGORIES= net mail -# perl +# Perl PERMIT_PACKAGE_CDROM= Yes -RUN_DEPENDS= security/p5-IO-Socket-SSL \ - security/p5-Authen-SASL +RUN_DEPENDS= security/p5-Authen-SASL>=2 \ + security/p5-IO-Socket-SSL>=1 .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /cvs/ports/net/p5-Net-SMTPS/distinfo,v retrieving revision 1.3 diff -u -p -u -p -r1.3 distinfo --- distinfo 30 Apr 2017 11:41:38 -0000 1.3 +++ distinfo 14 May 2019 17:54:10 -0000 @@ -1,2 +1,2 @@ -SHA256 (Net-SMTPS-0.06.tar.gz) = /+hMJtWgWJ8cVa+Y0SI7lHKFXKc6GulebC+HxcDe2Vo= -SIZE (Net-SMTPS-0.06.tar.gz) = 4701 +SHA256 (Net-SMTPS-0.09.tar.gz) = U3kalX0BgwYpWetmxmewsKsqMvbR5hNYibzBMrF5Weg= +SIZE (Net-SMTPS-0.09.tar.gz) = 5263
