Date: Wed, 25 Nov 2015 06:11:21 +0000 (UTC) From: Wen Heping <wen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402389 - head/mail/p5-Email-Sender-Transport-SMTP-TLS Message-ID: <201511250611.tAP6BLPj066316@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wen Date: Wed Nov 25 06:11:21 2015 New Revision: 402389 URL: https://svnweb.freebsd.org/changeset/ports/402389 Log: - Update to 0.15 - Add LICENSE - Pet portlint PR: 203980 Submitted by: ports@toco-domains.de Approved by: maintainer(timeout, >30 days) Modified: head/mail/p5-Email-Sender-Transport-SMTP-TLS/Makefile head/mail/p5-Email-Sender-Transport-SMTP-TLS/distinfo head/mail/p5-Email-Sender-Transport-SMTP-TLS/pkg-descr Modified: head/mail/p5-Email-Sender-Transport-SMTP-TLS/Makefile ============================================================================== --- head/mail/p5-Email-Sender-Transport-SMTP-TLS/Makefile Wed Nov 25 02:28:59 2015 (r402388) +++ head/mail/p5-Email-Sender-Transport-SMTP-TLS/Makefile Wed Nov 25 06:11:21 2015 (r402389) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Email-Sender-Transport-SMTP-TLS -PORTVERSION= 0.14 -PORTREVISION= 1 +PORTVERSION= 0.15 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,6 +10,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= ale@biancalanas.net COMMENT= Email::Sender with Net::SMTP::TLS (Eg. Gmail) +LICENSE= GPLv1 +LICENSE_FILE= ${WRKSRC}/LICENSE + RUN_DEPENDS= p5-Email-Sender>=0.091660:${PORTSDIR}/mail/p5-Email-Sender \ p5-Net-SMTP-TLS-ButMaintained>=0.2:${PORTSDIR}/mail/p5-Net-SMTP-TLS-ButMaintained BUILD_DEPENDS:= ${RUN_DEPENDS} Modified: head/mail/p5-Email-Sender-Transport-SMTP-TLS/distinfo ============================================================================== --- head/mail/p5-Email-Sender-Transport-SMTP-TLS/distinfo Wed Nov 25 02:28:59 2015 (r402388) +++ head/mail/p5-Email-Sender-Transport-SMTP-TLS/distinfo Wed Nov 25 06:11:21 2015 (r402389) @@ -1,2 +1,2 @@ -SHA256 (Email-Sender-Transport-SMTP-TLS-0.14.tar.gz) = ea7369a11bb3bcf36e0d43348c0fcc0ec65bf4eecf5c28e9d11a5aeb3a5b66b7 -SIZE (Email-Sender-Transport-SMTP-TLS-0.14.tar.gz) = 13208 +SHA256 (Email-Sender-Transport-SMTP-TLS-0.15.tar.gz) = 0eaf1f03c6b5d3eb626d793a0562d44f0feacd1ed9a601f8a9a4f852c70f2dd9 +SIZE (Email-Sender-Transport-SMTP-TLS-0.15.tar.gz) = 12951 Modified: head/mail/p5-Email-Sender-Transport-SMTP-TLS/pkg-descr ============================================================================== --- head/mail/p5-Email-Sender-Transport-SMTP-TLS/pkg-descr Wed Nov 25 02:28:59 2015 (r402388) +++ head/mail/p5-Email-Sender-Transport-SMTP-TLS/pkg-descr Wed Nov 25 06:11:21 2015 (r402389) @@ -1,4 +1,4 @@ Email::Sender replaces the old and sometimes problematic Email::Send library, while this module replaces the Email::Send::SMTP::TLS. -WWW: http://search.cpan.org/dist/Email-Sender-Transport-SQLite/ +WWW: http://search.cpan.org/dist/Email-Sender-Transport-SMTP-TLS/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511250611.tAP6BLPj066316>