From owner-freebsd-perl@FreeBSD.ORG Mon Mar 31 23:20:02 2014 Return-Path: Delivered-To: perl@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 497BBE4D for ; Mon, 31 Mar 2014 23:20:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 2A97C1E7 for ; Mon, 31 Mar 2014 23:20:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2VNK2Cr095266 for ; Mon, 31 Mar 2014 23:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2VNK2QT095265; Mon, 31 Mar 2014 23:20:02 GMT (envelope-from gnats) Date: Mon, 31 Mar 2014 23:20:02 GMT Message-Id: <201403312320.s2VNK2QT095265@freefall.freebsd.org> To: perl@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/185428: commit references a PR X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: dfilter service List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Mar 2014 23:20:02 -0000 The following reply was made to PR ports/185428; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/185428: commit references a PR Date: Mon, 31 Mar 2014 23:13:20 +0000 (UTC) Author: lippe Date: Mon Mar 31 23:13:16 2014 New Revision: 349815 URL: http://svnweb.freebsd.org/changeset/ports/349815 QAT: https://qat.redports.org/buildarchive/r349815/ Log: Net::SMTPS - SSL/STARTTLS support for Net::SMTP WWW: http://search.cpan.org/dist/Net-SMTPS/ PR: ports/185428 Submitted by: Alexandre Biancalana Added: head/mail/p5-Net-SMTPS/ head/mail/p5-Net-SMTPS/Makefile (contents, props changed) head/mail/p5-Net-SMTPS/distinfo (contents, props changed) head/mail/p5-Net-SMTPS/pkg-descr (contents, props changed) head/mail/p5-Net-SMTPS/pkg-plist (contents, props changed) Added: head/mail/p5-Net-SMTPS/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/p5-Net-SMTPS/Makefile Mon Mar 31 23:13:16 2014 (r349815) @@ -0,0 +1,24 @@ +# Created by: Alexandre Biancalana +# $FreeBSD$ + +PORTNAME= Net-SMTPS +PORTVERSION= 0.03 +CATEGORIES= mail perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= ale@biancalanas.net +COMMENT= SSL/STARTTLS support for Net::SMTP + +RUN_DEPENDS= p5-Authen-SASL>=2:${PORTSDIR}/security/p5-Authen-SASL \ + p5-IO-Socket-SSL>=1.9:${PORTSDIR}/security/p5-IO-Socket-SSL +BUILD_DEPENDS:= ${RUN_DEPENDS} + +MAKE_JOBS_UNSAFE= yes +USES= perl5 +USE_PERL5= configure + + +MAN3= Net::SMTPS.3 + +.include Added: head/mail/p5-Net-SMTPS/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/p5-Net-SMTPS/distinfo Mon Mar 31 23:13:16 2014 (r349815) @@ -0,0 +1,2 @@ +SHA256 (Net-SMTPS-0.03.tar.gz) = f8b2f1c2812df87e4a901388df760de913607481747e9a39e495582baeeb0a08 +SIZE (Net-SMTPS-0.03.tar.gz) = 4569 Added: head/mail/p5-Net-SMTPS/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/p5-Net-SMTPS/pkg-descr Mon Mar 31 23:13:16 2014 (r349815) @@ -0,0 +1,3 @@ +Net::SMTPS - SSL/STARTTLS support for Net::SMTP + +WWW: http://search.cpan.org/dist/Net-SMTPS/ Added: head/mail/p5-Net-SMTPS/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/p5-Net-SMTPS/pkg-plist Mon Mar 31 23:13:16 2014 (r349815) @@ -0,0 +1,5 @@ +%%SITE_PERL%%/Net/SMTPS.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SMTPS/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SMTPS +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net +@dirrmtry %%SITE_PERL%%/Net _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"