Date: Fri, 23 Nov 2018 14:42:29 +0000 (UTC) From: Jochen Neumeister <joneum@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r485661 - head/mail/phpmailer Message-ID: <201811231442.wANEgTtx070778@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: joneum Date: Fri Nov 23 14:42:29 2018 New Revision: 485661 URL: https://svnweb.freebsd.org/changeset/ports/485661 Log: 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> MFH: 2018Q4 Security: b036faba-edd8-11e8-b3b7-00e04c1ea73d Sponsored by: Netzkommune GmbH Modified: head/mail/phpmailer/Makefile head/mail/phpmailer/distinfo Modified: head/mail/phpmailer/Makefile ============================================================================== --- head/mail/phpmailer/Makefile Fri Nov 23 14:37:10 2018 (r485660) +++ head/mail/phpmailer/Makefile Fri Nov 23 14:42:29 2018 (r485661) @@ -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: head/mail/phpmailer/distinfo ============================================================================== --- head/mail/phpmailer/distinfo Fri Nov 23 14:37:10 2018 (r485660) +++ head/mail/phpmailer/distinfo Fri Nov 23 14:42:29 2018 (r485661) @@ -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?201811231442.wANEgTtx070778>