From owner-svn-ports-all@FreeBSD.ORG Thu Jul 31 10:05:44 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 9D4C1943; Thu, 31 Jul 2014 10:05:44 +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 72C6B2586; Thu, 31 Jul 2014 10:05:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s6VA5itM096993; Thu, 31 Jul 2014 10:05:44 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s6VA5hg5096980; Thu, 31 Jul 2014 10:05:43 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201407311005.s6VA5hg5096980@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Thu, 31 Jul 2014 10:05:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363559 - head/mail/p5-Net-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.18 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: Thu, 31 Jul 2014 10:05:44 -0000 Author: sunpoet Date: Thu Jul 31 10:05:43 2014 New Revision: 363559 URL: http://svnweb.freebsd.org/changeset/ports/363559 QAT: https://qat.redports.org/buildarchive/r363559/ Log: - Add LICENSE - Add BUILD_DEPENDS - Sort PLIST - Reformat pkg-descr Modified: head/mail/p5-Net-SMTP-TLS/Makefile head/mail/p5-Net-SMTP-TLS/pkg-descr head/mail/p5-Net-SMTP-TLS/pkg-plist Modified: head/mail/p5-Net-SMTP-TLS/Makefile ============================================================================== --- head/mail/p5-Net-SMTP-TLS/Makefile Thu Jul 31 10:05:37 2014 (r363558) +++ head/mail/p5-Net-SMTP-TLS/Makefile Thu Jul 31 10:05:43 2014 (r363559) @@ -11,11 +11,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= SMTP client supporting TLS and AUTH -RUN_DEPENDS= p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC \ +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC \ p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \ p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay +RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 USE_PERL5= configure +USES= perl5 .include Modified: head/mail/p5-Net-SMTP-TLS/pkg-descr ============================================================================== --- head/mail/p5-Net-SMTP-TLS/pkg-descr Thu Jul 31 10:05:37 2014 (r363558) +++ head/mail/p5-Net-SMTP-TLS/pkg-descr Thu Jul 31 10:05:43 2014 (r363559) @@ -1,6 +1,6 @@ -Net::SMTP::TLS is a TLS and AUTH capable SMTP client which offers an -interface that users will find familiar from Net::SMTP. Net::SMTP::TLS -implements a subset of the methods provided by that module, but -certainly not (yet) a complete mirror image of that API. +Net::SMTP::TLS is a TLS and AUTH capable SMTP client which offers an interface +that users will find familiar from Net::SMTP. Net::SMTP::TLS implements a subset +of the methods provided by that module, but certainly not (yet) a complete +mirror image of that API. WWW: http://search.cpan.org/dist/Net-SMTP-TLS/ Modified: head/mail/p5-Net-SMTP-TLS/pkg-plist ============================================================================== --- head/mail/p5-Net-SMTP-TLS/pkg-plist Thu Jul 31 10:05:37 2014 (r363558) +++ head/mail/p5-Net-SMTP-TLS/pkg-plist Thu Jul 31 10:05:43 2014 (r363559) @@ -1,5 +1,5 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SMTP/TLS/.packlist %%SITE_PERL%%/Net/SMTP/TLS.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SMTP/TLS/.packlist %%PERL5_MAN3%%/Net::SMTP::TLS.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SMTP/TLS @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SMTP