From owner-freebsd-ports@freebsd.org Mon Aug 20 11:21:52 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A75A3108D006 for ; Mon, 20 Aug 2018 11:21:52 +0000 (UTC) (envelope-from herbert@gojira.at) Received: from mail.bsd4all.net (mail.bsd4all.net [144.76.30.122]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.bsd4all.net", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CD6488904 for ; Mon, 20 Aug 2018 11:21:51 +0000 (UTC) (envelope-from herbert@gojira.at) Date: Mon, 20 Aug 2018 13:21:44 +0200 From: "Herbert J. Skuhra" To: freebsd-ports@freebsd.org Subject: Re: Wrong hint while updating p5-Net-SMTP-SSL Message-ID: <20180820112144.jpdfgjf7wylmsb27@mail.bsd4all.net> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20180716 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2018 11:21:52 -0000 On Mon, Aug 20, 2018 at 11:53:07AM +0200, freebsd@doom-labs.net wrote: > Ahoi! > > If you try upgrading mentioned port you get: > ---8<-- > > ===>>> p5-Net-SMTP-SSL-1.04 > > ===>>> The mail/p5-Net-SMTP-SSL port has been deleted: Has expired: > Deprecated by upstream, use Net::SMTP instead > ===>>> Aborting update > ---8<--- > > I guess this should be either NET:SMTPS or (even better) mail/p5-Net-SMTPS Why? https://perldoc.perl.org/5.24.0/Net/SMTP.html https://perldoc.perl.org/5.26.0/Net/SMTP.html Description: This module implements a client interface to the SMTP and ESMTP protocol, enabling a perl5 application to talk to SMTP servers. This documentation assumes that you are familiar with the concepts of the SMTP protocol described in RFC2821. With IO::Socket::SSL installed it also provides support for implicit and explicit TLS encryption, i.e. SMTPS or SMTP+STARTTLS. -- Herbert