From owner-svn-ports-all@FreeBSD.ORG Sun May 4 12:52:26 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 23A06E0A; Sun, 4 May 2014 12:52:26 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 EACFE1213; Sun, 4 May 2014 12:52:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s44CqPNj075930; Sun, 4 May 2014 12:52:25 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s44CqPda075927; Sun, 4 May 2014 12:52:25 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201405041252.s44CqPda075927@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sun, 4 May 2014 12:52:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r352948 - head/mail/p5-Net-SMTP-SSL 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.17 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: Sun, 04 May 2014 12:52:26 -0000 Author: sunpoet Date: Sun May 4 12:52:25 2014 New Revision: 352948 URL: http://svnweb.freebsd.org/changeset/ports/352948 QAT: https://qat.redports.org/buildarchive/r352948/ Log: - Update COMMENT and pkg-descr - Take maintainership Modified: head/mail/p5-Net-SMTP-SSL/Makefile head/mail/p5-Net-SMTP-SSL/pkg-descr head/mail/p5-Net-SMTP-SSL/pkg-plist Modified: head/mail/p5-Net-SMTP-SSL/Makefile ============================================================================== --- head/mail/p5-Net-SMTP-SSL/Makefile Sun May 4 12:52:19 2014 (r352947) +++ head/mail/p5-Net-SMTP-SSL/Makefile Sun May 4 12:52:25 2014 (r352948) @@ -7,8 +7,8 @@ CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org -COMMENT= SMTP client supporting SSL +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= SSL support for Net::SMTP LICENSE= ART10 GPLv1 LICENSE_COMB= dual @@ -16,7 +16,7 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 USE_PERL5= configure +USES= perl5 .include Modified: head/mail/p5-Net-SMTP-SSL/pkg-descr ============================================================================== --- head/mail/p5-Net-SMTP-SSL/pkg-descr Sun May 4 12:52:19 2014 (r352947) +++ head/mail/p5-Net-SMTP-SSL/pkg-descr Sun May 4 12:52:25 2014 (r352948) @@ -1,7 +1,7 @@ -Implements the same API as Net::SMTP, but uses IO::Socket::SSL for its -network operations. Due to the nature of Net::SMTP's new method, it is -not overridden to make use of a default port for the SMTPS service. -Perhaps future versions will be smart like that. Port 465 is usually -what you want, and it's not a pain to specify that. +Net::SMTP::SSL implements the same API as Net::SMTP, but uses IO::Socket::SSL +for its network operations. Due to the nature of Net::SMTP's new method, it is +not overridden to make use of a default port for the SMTPS service. Perhaps +future versions will be smart like that. Port 465 is usually what you want, and +it's not a pain to specify that. WWW: http://search.cpan.org/dist/Net-SMTP-SSL/ Modified: head/mail/p5-Net-SMTP-SSL/pkg-plist ============================================================================== --- head/mail/p5-Net-SMTP-SSL/pkg-plist Sun May 4 12:52:19 2014 (r352947) +++ head/mail/p5-Net-SMTP-SSL/pkg-plist Sun May 4 12:52:25 2014 (r352948) @@ -1,7 +1,7 @@ %%SITE_PERL%%/Net/SMTP/SSL.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SMTP/SSL/.packlist %%PERL5_MAN3%%/Net::SMTP::SSL.3.gz -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SMTP/SSL +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SMTP/SSL @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SMTP @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net @dirrmtry %%SITE_PERL%%/Net/SMTP