svn commit: r431794 - in head/devel/git: . files
Matthew Seaman
m.seaman at infracaninophile.co.uk
Wed Jan 18 15:31:49 UTC 2017
On 2017/01/18 15:19, Adam Weinberger wrote:
>> On 18 Jan, 2017, at 5:40, Renato Botelho <garga at FreeBSD.org> wrote:
>>
>> Author: garga
>> Date: Wed Jan 18 12:40:53 2017
>> New Revision: 431794
>> URL: https://svnweb.freebsd.org/changeset/ports/431794
>>
>> Log:
>> Remove dependency of DEPRECATED mail/p5-Net-SMTP-SSL from devel/git
>>
>> PR: 214335
>> Obtained from: git development mailing list
>> Sponsored by: Rubicon Communications (Netgate)
>>
>> Added:
>> head/devel/git/files/patch-git-send-email.perl (contents, props changed)
>> Modified:
>> head/devel/git/Makefile
>>
>>
>> Added: head/devel/git/files/patch-git-send-email.perl
>> ==============================================================================
>> --- /dev/null 00:00:00 1970 (empty, because file is newly added)
>> +++ head/devel/git/files/patch-git-send-email.perl Wed Jan 18 12:40:53 2017 (r431794)
>>
>> ++ require Net::SMTP;
>>
>
> Hi Renato,
>
> This patch doesn't remove the Net::SMTP::SSL dependency, it changes it to Net::SMTP (part of p5-Net).
>
> This needs
> SEND_EMAIL_RUN_DEPENDS+= p5-Net>=0:net/p5-Net
>
> # Adam
>
>
Net::SMTP is a core perl module:
stingray:~:% corelist Net::SMTP
Data for 2017-01-14
Net::SMTP was first released with perl v5.7.3
The version supplied with perl-5.25 is up to date, but no idea if the
older versions of Net::SMTP supplied with perl-5.24 or below are
sufficiently far behind to warrant depending on the external pkg.
Cheers,
Matthew
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 972 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20170118/615ed821/attachment.sig>
More information about the svn-ports-head
mailing list