View | Details | Raw Unified | Return to bug 204500 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-3 / +3 lines)
Lines 2-12 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	phpmailer
4
PORTNAME=	phpmailer
5
PORTVERSION=	5.2.13
5
PORTVERSION=	5.2.14
6
DISTVERSIONPREFIX=	v
6
DISTVERSIONPREFIX=	v
7
CATEGORIES=	mail
7
CATEGORIES=	mail
8
8
9
MAINTAINER=	ports@FreeBSD.org
9
MAINTAINER=	ports@toco-domains.de
10
COMMENT=	Full Featured Email Transfer Class for PHP
10
COMMENT=	Full Featured Email Transfer Class for PHP
11
11
12
LICENSE=	LGPL21
12
LICENSE=	LGPL21
Lines 13-19 Link Here
13
LICENSE_FILE=	${WRKSRC}/LICENSE
13
LICENSE_FILE=	${WRKSRC}/LICENSE
14
14
15
USE_GITHUB=	yes
15
USE_GITHUB=	yes
16
GH_ACCOUNT=	Synchro
16
GH_ACCOUNT=	PHPMailer
17
GH_PROJECT=	PHPMailer
17
GH_PROJECT=	PHPMailer
18
18
19
NO_BUILD=	yes
19
NO_BUILD=	yes
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (Synchro-PHPMailer-v5.2.13_GH0.tar.gz) = 6259ddd93e84a92fc70f5fe66b977cedbb71ccfda69b9350f50524a919b843c2
1
SHA256 (PHPMailer-PHPMailer-v5.2.14_GH0.tar.gz) = 54acc99a6cdd807c5646e712e4499308d885bc76a3dc27679388fe0359bd3a93
2
SIZE (Synchro-PHPMailer-v5.2.13_GH0.tar.gz) = 189248
2
SIZE (PHPMailer-PHPMailer-v5.2.14_GH0.tar.gz) = 192100
(-)pkg-descr (-1 / +1 lines)
Lines 3-6 Link Here
3
send email via sendmail, PHP mail(), or with SMTP. Methods are based
3
send email via sendmail, PHP mail(), or with SMTP. Methods are based
4
on the popular AspEmail active server component. 
4
on the popular AspEmail active server component. 
5
5
6
WWW: http://sourceforge.net/projects/phpmailer
6
WWW: https://github.com/PHPMailer/PHPMailer

Return to bug 204500