svn commit: r557124 - head/mail/phpmailer6

Jochen Neumeister joneum at FreeBSD.org
Sun Dec 6 10:00:58 UTC 2020


Author: joneum
Date: Sun Dec  6 10:00:57 2020
New Revision: 557124
URL: https://svnweb.freebsd.org/changeset/ports/557124

Log:
  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

Modified:
  head/mail/phpmailer6/Makefile
  head/mail/phpmailer6/distinfo

Modified: head/mail/phpmailer6/Makefile
==============================================================================
--- head/mail/phpmailer6/Makefile	Sun Dec  6 09:44:40 2020	(r557123)
+++ head/mail/phpmailer6/Makefile	Sun Dec  6 10:00:57 2020	(r557124)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	phpmailer
-PORTVERSION=	6.1.8
+PORTVERSION=	6.2.0
 DISTVERSIONPREFIX=	v
 CATEGORIES=	mail
 PKGNAMESUFFIX=	6

Modified: head/mail/phpmailer6/distinfo
==============================================================================
--- head/mail/phpmailer6/distinfo	Sun Dec  6 09:44:40 2020	(r557123)
+++ head/mail/phpmailer6/distinfo	Sun Dec  6 10:00:57 2020	(r557124)
@@ -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


More information about the svn-ports-all mailing list