mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
devel/git: Add missing (send-email) dependency
The send-email command uses (require's) IO:Socket:SSL directly, and the devel/git port previously depended on mail/p5-Net-SMTP-SSL, which depended on and brought in the security/p5-IO-Socket-SSL port to satisfy it. ports r431794 [1] removed the dependency on p5-Net-SMTP-SSL due to deprecation which prevented the (direct) dependency from being installed (via another dependency), resulting in breaking function for encrypted/secured mail destinations. This change adds a direct dependency on IO::Socket::SSL as it ought to have been originally. [1] https://svnweb.freebsd.org/changeset/ports/431794 Reported by: ns5 (via IRC) Approved by: portmgr (blanket: broken dependencies) MFH: 2018Q3
This commit is contained in:
parent
2448b593d2
commit
cfc6fa4623
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=477627
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= git
|
||||
DISTVERSION= 2.18.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= KERNEL_ORG/software/scm/git
|
||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
|
||||
@ -87,7 +87,8 @@ PCRE2_LIB_DEPENDS= libpcre2-8.so:devel/pcre2
|
||||
PCRE2_CONFIGURE_WITH= libpcre
|
||||
|
||||
SEND_EMAIL_IMPLIES= PERL
|
||||
SEND_EMAIL_RUN_DEPENDS= p5-Authen-SASL>=0:security/p5-Authen-SASL
|
||||
SEND_EMAIL_RUN_DEPENDS= p5-Authen-SASL>=0:security/p5-Authen-SASL \
|
||||
p5-IO-Socket-SSL>=0:security/p5-IO-Socket-SSL
|
||||
|
||||
ICONV_USES= iconv
|
||||
ICONV_MAKE_ARGS_OFF= NO_ICONV=1
|
||||
|
Loading…
Reference in New Issue
Block a user