svn commit: r355699 - head/devel/git

Wesley Shields wxs at FreeBSD.org
Thu May 29 14:12:13 UTC 2014


Author: wxs
Date: Thu May 29 14:12:12 2014
New Revision: 355699
URL: http://svnweb.freebsd.org/changeset/ports/355699
QAT: https://qat.redports.org/buildarchive/r355699/

Log:
  Add dependencies for send-email.
  
  Noticed by:	sbruno@

Modified:
  head/devel/git/Makefile

Modified: head/devel/git/Makefile
==============================================================================
--- head/devel/git/Makefile	Thu May 29 13:49:23 2014	(r355698)
+++ head/devel/git/Makefile	Thu May 29 14:12:12 2014	(r355699)
@@ -73,7 +73,9 @@ USES+=		perl5
 MAKE_ENV+=	PERL_PATH=${PERL}
 BUILD_DEPENDS+=	p5-Error>=0:${PORTSDIR}/lang/p5-Error
 RUN_DEPENDS+=	p5-Error>=0:${PORTSDIR}/lang/p5-Error \
-		p5-Net-SMTP-SSL>=0:${PORTSDIR}/mail/p5-Net-SMTP-SSL
+		p5-Net-SMTP-SSL>=0:${PORTSDIR}/mail/p5-Net-SMTP-SSL \
+		p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 \
+		p5-Authen-SASL>=0:${PORTSDIR}/security/p5-Authen-SASL
 PLIST_SUB+=	PERLSUB=""
 .else
 MAKE_ARGS+=	NO_PERL=1


More information about the svn-ports-all mailing list