Skip to content

Commit

Permalink
mail/phpmailer6: Update to 6.4.0
Browse files Browse the repository at this point in the history
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 PHPMailer/PHPMailer#2298
- Check for mbstring extension before decoding addresss in parseAddress
- Add Serbian Latin translation (sr_latn)
- Enrol PHPMailer in Tidelift

Sponsored by: Netzkommune GmbH
  • Loading branch information
joneum committed Apr 18, 2021
1 parent a52d3a8 commit ef827af
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion mail/phpmailer6/Makefile
@@ -1,5 +1,5 @@
PORTNAME= phpmailer
PORTVERSION= 6.3.0
PORTVERSION= 6.4.0
DISTVERSIONPREFIX= v
CATEGORIES= mail
PKGNAMESUFFIX= 6
Expand Down
6 changes: 3 additions & 3 deletions 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
1 change: 1 addition & 0 deletions mail/phpmailer6/pkg-plist
Expand Up @@ -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
Expand Down

0 comments on commit ef827af

Please sign in to comment.