From owner-svn-ports-all@freebsd.org Wed Nov 25 06:11:23 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 64EABA363F5; Wed, 25 Nov 2015 06:11:23 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 12812158D; Wed, 25 Nov 2015 06:11:22 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAP6BM7O066320; Wed, 25 Nov 2015 06:11:22 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAP6BLPj066316; Wed, 25 Nov 2015 06:11:21 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201511250611.tAP6BLPj066316@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Wed, 25 Nov 2015 06:11:21 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Nov 2015 06:11:23 -0000 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/