Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 May 2014 23:44:12 +0800
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        Wesley Shields <wxs@freebsd.org>
Cc:        svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers <ports-committers@freebsd.org>
Subject:   Re: svn commit: r355699 - head/devel/git
Message-ID:  <CAMHz58RJC5L4xfxj5vMv2-VM5wQX8fTc1tArKNW5nkN94stU5w@mail.gmail.com>
In-Reply-To: <201405291412.s4TECCFr028594@svn.freebsd.org>
References:  <201405291412.s4TECCFr028594@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, May 29, 2014 at 10:12 PM, Wesley Shields <wxs@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
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAMHz58RJC5L4xfxj5vMv2-VM5wQX8fTc1tArKNW5nkN94stU5w>