aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorJochen Neumeister <joneum@FreeBSD.org>2021-03-11 04:18:50 +0800
committerJochen Neumeister <joneum@FreeBSD.org>2021-03-11 04:18:50 +0800
commit513eb0b037a6ce2c6d99326a8693641a17a3cbda (patch)
treeeeda40a08b2558aac67043e3332682eba30fd411 /mail
parent6a6a91548242e5a64a3ccf4a556c3d9d90be58ea (diff)
downloadfreebsd-ports-gnome-513eb0b037a6ce2c6d99326a8693641a17a3cbda.tar.gz
freebsd-ports-gnome-513eb0b037a6ce2c6d99326a8693641a17a3cbda.tar.zst
freebsd-ports-gnome-513eb0b037a6ce2c6d99326a8693641a17a3cbda.zip
Update to 6.3.0
- Handle early connection errors such as 421 during connection and EHLO states - Switch to Github Actions for CI - Generate debug output for mail(), sendmail, and qmail transports. Enable using the same mechanism as for SMTP: set SMTPDebug > 0 - Make the mail() and sendmail transports set the envelope sender the same way as SMTP does, i.e. use whatever From is set to, only falling back to the sendmail_from php.ini setting if From is unset. This avoids errors from the mail() function if Sender is not set explicitly and php.ini is not configured. This is a minor functionality change, so bumps the minor version number. - Extend parseAddresses to decode encoded names, improve tests Sponsored by: Netzkommune GmbH
Diffstat (limited to 'mail')
-rw-r--r--mail/phpmailer6/Makefile2
-rw-r--r--mail/phpmailer6/distinfo6
2 files changed, 4 insertions, 4 deletions
diff --git a/mail/phpmailer6/Makefile b/mail/phpmailer6/Makefile
index 0a52f4c75e1a..823367ccba88 100644
--- a/mail/phpmailer6/Makefile
+++ b/mail/phpmailer6/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= phpmailer
-PORTVERSION= 6.2.0
+PORTVERSION= 6.3.0
DISTVERSIONPREFIX= v
CATEGORIES= mail
PKGNAMESUFFIX= 6
diff --git a/mail/phpmailer6/distinfo b/mail/phpmailer6/distinfo
index 2103e485b9c0..664d56b4eb9a 100644
--- a/mail/phpmailer6/distinfo
+++ b/mail/phpmailer6/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1607248409
-SHA256 (PHPMailer-PHPMailer-v6.2.0_GH0.tar.gz) = 78fc7fe56d970cbd6437173f4d75acec617a72e341d88d2b500b372c45ee6645
-SIZE (PHPMailer-PHPMailer-v6.2.0_GH0.tar.gz) = 95671
+TIMESTAMP = 1615406876
+SHA256 (PHPMailer-PHPMailer-v6.3.0_GH0.tar.gz) = c6d4d2a91f33dad5303d652c32047f5d0a0914037a68fdf57db4291a3711d100
+SIZE (PHPMailer-PHPMailer-v6.3.0_GH0.tar.gz) = 97016