View | Details | Raw Unified | Return to bug 203980
Collapse All | Expand All

(-)Makefile (-2 / +4 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	Email-Sender-Transport-SMTP-TLS
4
PORTNAME=	Email-Sender-Transport-SMTP-TLS
5
PORTVERSION=	0.14
5
PORTVERSION=	0.15
6
PORTREVISION=	1
7
CATEGORIES=	mail perl5
6
CATEGORIES=	mail perl5
8
MASTER_SITES=	CPAN
7
MASTER_SITES=	CPAN
9
PKGNAMEPREFIX=	p5-
8
PKGNAMEPREFIX=	p5-
Lines 11-16 Link Here
11
MAINTAINER=	ale@biancalanas.net
10
MAINTAINER=	ale@biancalanas.net
12
COMMENT=	Email::Sender with Net::SMTP::TLS (Eg. Gmail)
11
COMMENT=	Email::Sender with Net::SMTP::TLS (Eg. Gmail)
13
12
13
LICENSE=	GPLv1
14
LICENSE_FILE=	${WRKSRC}/LICENSE
15
14
RUN_DEPENDS=	p5-Email-Sender>=0.091660:${PORTSDIR}/mail/p5-Email-Sender \
16
RUN_DEPENDS=	p5-Email-Sender>=0.091660:${PORTSDIR}/mail/p5-Email-Sender \
15
		p5-Net-SMTP-TLS-ButMaintained>=0.2:${PORTSDIR}/mail/p5-Net-SMTP-TLS-ButMaintained
17
		p5-Net-SMTP-TLS-ButMaintained>=0.2:${PORTSDIR}/mail/p5-Net-SMTP-TLS-ButMaintained
16
BUILD_DEPENDS:=	${RUN_DEPENDS}
18
BUILD_DEPENDS:=	${RUN_DEPENDS}
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (Email-Sender-Transport-SMTP-TLS-0.14.tar.gz) = ea7369a11bb3bcf36e0d43348c0fcc0ec65bf4eecf5c28e9d11a5aeb3a5b66b7
1
SHA256 (Email-Sender-Transport-SMTP-TLS-0.15.tar.gz) = 0eaf1f03c6b5d3eb626d793a0562d44f0feacd1ed9a601f8a9a4f852c70f2dd9
2
SIZE (Email-Sender-Transport-SMTP-TLS-0.14.tar.gz) = 13208
2
SIZE (Email-Sender-Transport-SMTP-TLS-0.15.tar.gz) = 12951
(-)pkg-descr (-1 / +1 lines)
Lines 1-4 Link Here
1
Email::Sender replaces the old and sometimes problematic Email::Send library,
1
Email::Sender replaces the old and sometimes problematic Email::Send library,
2
while this module replaces the Email::Send::SMTP::TLS.
2
while this module replaces the Email::Send::SMTP::TLS.
3
3
4
WWW: http://search.cpan.org/dist/Email-Sender-Transport-SQLite/
4
WWW: http://search.cpan.org/dist/Email-Sender-Transport-SMTP-TLS-0.15/

Return to bug 203980