svn commit: r355699 - head/devel/git

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu May 29 15:44:35 UTC 2014


On Thu, May 29, 2014 at 10:12 PM, Wesley Shields <wxs at freebsd.org> wrote:
> 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 \

Hi,

MIME::Base64 is in Perl core module. You could safely remove this line
if send-email does not specify a newer MIME::Base64. :)
BTW, it would be better to bump PORTREVISION for runtime dependency change.

Regards,
sunpoet

> +               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