diff options
author | Jochen Neumeister <joneum@FreeBSD.org> | 2022-12-14 15:59:23 +0000 |
---|---|---|
committer | Jochen Neumeister <joneum@FreeBSD.org> | 2022-12-14 16:00:51 +0000 |
commit | cb3a308772b1fe3f4f59a014b01d4319ee8dd621 (patch) | |
tree | 5f47726a88f42c1afde692692d448690a57516b3 /mail | |
parent | b1bf52d041d029e70909ac6bb187ed2d68e9c6d5 (diff) | |
download | ports-cb3a308772b1fe3f4f59a014b01d4319ee8dd621.tar.gz ports-cb3a308772b1fe3f4f59a014b01d4319ee8dd621.zip |
mail/phpmailer6: Update to 6.7.1
Changelog:
-Add official support for PHP 8.2 (on release day!)
-Add PHP 8.3 to test suite with "experimental" status
-Add ext-openssl to composer suggest list
-Bump development dependencies
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 22976b1d9d2f..1ccf104e0b49 100644 --- a/mail/phpmailer6/Makefile +++ b/mail/phpmailer6/Makefile @@ -1,5 +1,5 @@ PORTNAME= phpmailer -PORTVERSION= 6.7 +PORTVERSION= 6.7.1 DISTVERSIONPREFIX= v CATEGORIES= mail PKGNAMESUFFIX= 6 diff --git a/mail/phpmailer6/distinfo b/mail/phpmailer6/distinfo index 6cf02a826142..bde7b1eee0d4 100644 --- a/mail/phpmailer6/distinfo +++ b/mail/phpmailer6/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1670338133 -SHA256 (PHPMailer-PHPMailer-v6.7_GH0.tar.gz) = 2f4658d823a7bf115e962850459a2064a333eadf1ef169f964fa7e88b1973579 -SIZE (PHPMailer-PHPMailer-v6.7_GH0.tar.gz) = 103477 +TIMESTAMP = 1671033468 +SHA256 (PHPMailer-PHPMailer-v6.7.1_GH0.tar.gz) = eef1266aca53360ae69e3982dc0915d60ca46b2a7c08e98d1f69a5708e460d1b +SIZE (PHPMailer-PHPMailer-v6.7.1_GH0.tar.gz) = 103511 |