diff options
author | Jochen Neumeister <joneum@FreeBSD.org> | 2020-12-06 10:00:57 +0000 |
---|---|---|
committer | Jochen Neumeister <joneum@FreeBSD.org> | 2020-12-06 10:00:57 +0000 |
commit | fe969f6567910bb88a405d6d1ffe85668bd2081b (patch) | |
tree | 9af6e5fc60f1d9bf4aacbde0cbacb1509f1d31a5 /mail | |
parent | b200caa7271a411f050788020151589c5ccc9c26 (diff) | |
download | freebsd-ports-fe969f6567910bb88a405d6d1ffe85668bd2081b.zip |
Update to 6.2.0
PHP 8.0 compatibility, many thanks to @jrf_nl!
Switch from PHP CS Fixer to PHP CodeSniffer for coding standards
Create class constants for the debug levels in the POP3 class
Improve French, Slovenian, and Ukrainian translations
Improve file upload examples so file extensions are retained
Resolve PHP 8 line break issues due to a very old PHP bug being fixed
Avoid warnings when using old openssl functions
Improve Travis-CI build configuration
Sponsored by: Netzkommune GmbH
Diffstat (limited to 'mail')
-rw-r--r-- | mail/phpmailer6/Makefile | 2 | ||||
-rw-r--r-- | mail/phpmailer6/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/mail/phpmailer6/Makefile b/mail/phpmailer6/Makefile index b0ab7b3551eb..0a52f4c75e1a 100644 --- a/mail/phpmailer6/Makefile +++ b/mail/phpmailer6/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= phpmailer -PORTVERSION= 6.1.8 +PORTVERSION= 6.2.0 DISTVERSIONPREFIX= v CATEGORIES= mail PKGNAMESUFFIX= 6 diff --git a/mail/phpmailer6/distinfo b/mail/phpmailer6/distinfo index fed8921fc5de..2103e485b9c0 100644 --- a/mail/phpmailer6/distinfo +++ b/mail/phpmailer6/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1602881973 -SHA256 (PHPMailer-PHPMailer-v6.1.8_GH0.tar.gz) = d55cab685e28e1eac269067bce32f7a81fccc4787f90e2c12a627775e3364621 -SIZE (PHPMailer-PHPMailer-v6.1.8_GH0.tar.gz) = 95389 +TIMESTAMP = 1607248409 +SHA256 (PHPMailer-PHPMailer-v6.2.0_GH0.tar.gz) = 78fc7fe56d970cbd6437173f4d75acec617a72e341d88d2b500b372c45ee6645 +SIZE (PHPMailer-PHPMailer-v6.2.0_GH0.tar.gz) = 95671 |