git: ef827af6095c - main - mail/phpmailer6: Update to 6.4.0

Jochen Neumeister joneum at FreeBSD.org
Sun Apr 18 07:47:54 UTC 2021


The branch main has been updated by joneum:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ef827af6095cfcc6206f30710e128b258310e388

commit ef827af6095cfcc6206f30710e128b258310e388
Author:     Jochen Neumeister <joneum at FreeBSD.org>
AuthorDate: 2021-04-18 07:37:06 +0000
Commit:     Jochen Neumeister <joneum at FreeBSD.org>
CommitDate: 2021-04-18 07:38:35 +0000

    mail/phpmailer6: Update to 6.4.0
    
    Changelog:
    
    - Revert change that made the mail() and sendmail transports set the envelope sender if one isn't explicitly provided, as it causes problems described in https://github.com/PHPMailer/PHPMailer/issues/2298
    - Check for mbstring extension before decoding addresss in parseAddress
    - Add Serbian Latin translation (sr_latn)
    - Enrol PHPMailer in Tidelift
    
    Sponsored by: Netzkommune GmbH
---
 mail/phpmailer6/Makefile  | 2 +-
 mail/phpmailer6/distinfo  | 6 +++---
 mail/phpmailer6/pkg-plist | 1 +
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/mail/phpmailer6/Makefile b/mail/phpmailer6/Makefile
index 57adebb8dcb0..a1301950d9f8 100644
--- a/mail/phpmailer6/Makefile
+++ b/mail/phpmailer6/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	phpmailer
-PORTVERSION=	6.3.0
+PORTVERSION=	6.4.0
 DISTVERSIONPREFIX=	v
 CATEGORIES=	mail
 PKGNAMESUFFIX=	6
diff --git a/mail/phpmailer6/distinfo b/mail/phpmailer6/distinfo
index 664d56b4eb9a..12121ba9faf0 100644
--- a/mail/phpmailer6/distinfo
+++ b/mail/phpmailer6/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1615406876
-SHA256 (PHPMailer-PHPMailer-v6.3.0_GH0.tar.gz) = c6d4d2a91f33dad5303d652c32047f5d0a0914037a68fdf57db4291a3711d100
-SIZE (PHPMailer-PHPMailer-v6.3.0_GH0.tar.gz) = 97016
+TIMESTAMP = 1618688641
+SHA256 (PHPMailer-PHPMailer-v6.4.0_GH0.tar.gz) = 4315ca6227f777a8f991e618a2c4cf46f513ec5248f17c242502085e72024863
+SIZE (PHPMailer-PHPMailer-v6.4.0_GH0.tar.gz) = 97758
diff --git a/mail/phpmailer6/pkg-plist b/mail/phpmailer6/pkg-plist
index f08d61a019b9..ff2ac3e37ca2 100644
--- a/mail/phpmailer6/pkg-plist
+++ b/mail/phpmailer6/pkg-plist
@@ -46,6 +46,7 @@
 %%DATADIR%%/language/phpmailer.lang-sk.php
 %%DATADIR%%/language/phpmailer.lang-sl.php
 %%DATADIR%%/language/phpmailer.lang-sr.php
+%%DATADIR%%/language/phpmailer.lang-sr_latn.php
 %%DATADIR%%/language/phpmailer.lang-sv.php
 %%DATADIR%%/language/phpmailer.lang-tl.php
 %%DATADIR%%/language/phpmailer.lang-tr.php


More information about the dev-commits-ports-all mailing list