Hi,
I was trying to send a patch using 'git send-email'. Right after I
supply password for my email account I get this:
Need MIME::Base64 and Authen::SASL todo auth at
/usr/local/libexec/git/git-send-email line 1520.
MIME::Base64 is part of the Perl core modules, but Authen::SASL is not.
So maybe this (silly) diff could be useful ... don't know.
Cheers,
--
Paco Esteban
https://onna.be/gpgkey.asc
Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/git/Makefile,v
retrieving revision 1.194
diff -u -p -r1.194 Makefile
--- Makefile 5 Oct 2018 21:54:41 -0000 1.194
+++ Makefile 18 Nov 2018 16:49:23 -0000
@@ -43,7 +43,8 @@ WANTLIB-main = c crypto curl expat icon
RUN_DEPENDS-main = net/rsync \
devel/p5-Error \
- devel/cvsps
+ devel/cvsps \
+ security/p5-Authen-SASL
LIB_DEPENDS-main = devel/gettext \
net/curl