diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-12-04 00:40:06 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-12-04 00:40:06 +0800 |
commit | a056d4348511a2ffd0ed82b2872616ee10f0059e (patch) | |
tree | fef28240a2097ba2b1a3a477b0e6aa2264829fa5 /mail/phpmailer | |
parent | 2c5960e4726ef319c48d984410c207870957b2b2 (diff) | |
download | freebsd-ports-gnome-a056d4348511a2ffd0ed82b2872616ee10f0059e.tar.gz freebsd-ports-gnome-a056d4348511a2ffd0ed82b2872616ee10f0059e.tar.zst freebsd-ports-gnome-a056d4348511a2ffd0ed82b2872616ee10f0059e.zip |
- Update to 5.2.14
- Pass maintainership to submitter
PR: 204500
Submitted by: ports@toco-domains.de
MFH: 2015Q4
Security: 8a90dc87-89f9-11e5-a408-00248c0c745d
Diffstat (limited to 'mail/phpmailer')
-rw-r--r-- | mail/phpmailer/Makefile | 6 | ||||
-rw-r--r-- | mail/phpmailer/distinfo | 4 | ||||
-rw-r--r-- | mail/phpmailer/pkg-descr | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/mail/phpmailer/Makefile b/mail/phpmailer/Makefile index 691b340ca1fa..ec058338437a 100644 --- a/mail/phpmailer/Makefile +++ b/mail/phpmailer/Makefile @@ -2,18 +2,18 @@ # $FreeBSD$ PORTNAME= phpmailer -PORTVERSION= 5.2.13 +PORTVERSION= 5.2.14 DISTVERSIONPREFIX= v CATEGORIES= mail -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ports@toco-domains.de COMMENT= Full Featured Email Transfer Class for PHP LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes -GH_ACCOUNT= Synchro +GH_ACCOUNT= PHPMailer GH_PROJECT= PHPMailer NO_BUILD= yes diff --git a/mail/phpmailer/distinfo b/mail/phpmailer/distinfo index 46abc54c25a9..bb549c0872a4 100644 --- a/mail/phpmailer/distinfo +++ b/mail/phpmailer/distinfo @@ -1,2 +1,2 @@ -SHA256 (Synchro-PHPMailer-v5.2.13_GH0.tar.gz) = 6259ddd93e84a92fc70f5fe66b977cedbb71ccfda69b9350f50524a919b843c2 -SIZE (Synchro-PHPMailer-v5.2.13_GH0.tar.gz) = 189248 +SHA256 (PHPMailer-PHPMailer-v5.2.14_GH0.tar.gz) = 54acc99a6cdd807c5646e712e4499308d885bc76a3dc27679388fe0359bd3a93 +SIZE (PHPMailer-PHPMailer-v5.2.14_GH0.tar.gz) = 192100 diff --git a/mail/phpmailer/pkg-descr b/mail/phpmailer/pkg-descr index f2ba05fe5eb0..771e0330b4b6 100644 --- a/mail/phpmailer/pkg-descr +++ b/mail/phpmailer/pkg-descr @@ -3,4 +3,4 @@ servers, CCs, BCCs, HTML messages, and word wrap, and more. It can send email via sendmail, PHP mail(), or with SMTP. Methods are based on the popular AspEmail active server component. -WWW: http://sourceforge.net/projects/phpmailer +WWW: https://github.com/PHPMailer/PHPMailer |