svn commit: r431794 - in head/devel/git: . files

Adam Weinberger adamw at adamw.org
Wed Jan 18 15:35:51 UTC 2017


> On 18 Jan, 2017, at 8:31, Matthew Seaman <m.seaman at infracaninophile.co.uk> wrote:
> 
> 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.

Oh geez, you're completely right. I need to hold off on thinking until after coffee.

# Adam


-- 
Adam Weinberger
adamw at adamw.org
https://www.adamw.org



More information about the svn-ports-head mailing list