Date: Sun, 25 Nov 2018 11:04:12 +0000 (UTC) From: Jochen Neumeister <joneum@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r485851 - branches/2018Q4/mail/phpmailer Message-ID: <201811251104.wAPB4CmV071163@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: joneum Date: Sun Nov 25 11:04:12 2018 New Revision: 485851 URL: https://svnweb.freebsd.org/changeset/ports/485851 Log: MFH: r485661 Update to 5.2.27 Changelog: https://github.com/PHPMailer/PHPMailer/releases/tag/v5.2.27 PR: 233420 Reported by: Derek Schrock <dereks@lifeofadishwasher.com> Security: b036faba-edd8-11e8-b3b7-00e04c1ea73d Sponsored by: Netzkommune GmbH Approved by: ports-secteam (riggs) Modified: branches/2018Q4/mail/phpmailer/Makefile branches/2018Q4/mail/phpmailer/distinfo Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/mail/phpmailer/Makefile ============================================================================== --- branches/2018Q4/mail/phpmailer/Makefile Sun Nov 25 10:54:59 2018 (r485850) +++ branches/2018Q4/mail/phpmailer/Makefile Sun Nov 25 11:04:12 2018 (r485851) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= phpmailer -PORTVERSION= 5.2.26 +PORTVERSION= 5.2.27 DISTVERSIONPREFIX= v CATEGORIES= mail @@ -12,6 +12,8 @@ COMMENT= Full Featured Email Transfer Class for PHP LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/LICENSE +USES= cpe dos2unix php + CONFLICTS_INSTALL= phpmailer6 PORTSCOUT= limit:^5\. @@ -22,7 +24,6 @@ GH_PROJECT= PHPMailer NO_BUILD= yes NO_ARCH= yes -USES= cpe dos2unix php CPE_VENDOR= phpmailer_project SUB_FILES= pkg-message Modified: branches/2018Q4/mail/phpmailer/distinfo ============================================================================== --- branches/2018Q4/mail/phpmailer/distinfo Sun Nov 25 10:54:59 2018 (r485850) +++ branches/2018Q4/mail/phpmailer/distinfo Sun Nov 25 11:04:12 2018 (r485851) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526637076 -SHA256 (PHPMailer-PHPMailer-v5.2.26_GH0.tar.gz) = b1b1f7c3a81bdf9958fc0194b2243f500c34ca62f3ff85a64565dc2605c4c894 -SIZE (PHPMailer-PHPMailer-v5.2.26_GH0.tar.gz) = 159174 +TIMESTAMP = 1542983984 +SHA256 (PHPMailer-PHPMailer-v5.2.27_GH0.tar.gz) = 7ce21bf73eedce0631a47cbce3b5e16b634d66dc80266a32a5c904a5a0e62bf1 +SIZE (PHPMailer-PHPMailer-v5.2.27_GH0.tar.gz) = 159227
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811251104.wAPB4CmV071163>