On Wed, Oct 30, 2019 at 06:03:21PM +0000, Stuart Henderson wrote:
> On 2019/10/21 13:53, Henry Jensen wrote:
> > Gretings,
> > 
> > attached diff updates imapsync from 1.727 to 1.945.
> > Three new dependencies (RUN_DEPENDS) were added:
> > 
> > sysutils/p5-Sys-MemInfo
> > textproc/p5-Regexp-Common
> > devel/p5-File-Tail
> > 
> > tested on -current amd64
> > 
> > If OK, someone is needed to push it to CVS.
> 
> Here it is with RUN_DEPENDS sorted and the duplicate entry removed.
> I've only build tested it - is it ok with you pea@?
> 
>

Yes looks good for me.
Ok pea@

> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/mail/imapsync/Makefile,v
> retrieving revision 1.19
> diff -u -p -r1.19 Makefile
> --- Makefile  17 Oct 2019 20:15:55 -0000      1.19
> +++ Makefile  30 Oct 2019 18:02:11 -0000
> @@ -2,7 +2,7 @@
>  
>  GH_ACCOUNT=  imapsync
>  GH_PROJECT=  imapsync
> -GH_TAGNAME=  imapsync-1.727
> +GH_TAGNAME=  imapsync-1.945
>  DISTNAME=    ${GH_TAGNAME}
>  
>  COMMENT=     IMAP synchronization tool
> @@ -15,20 +15,22 @@ MAINTAINER=       Pierre-Emmanuel Andre <pea@o
>  PERMIT_PACKAGE=      Yes
>  
>  RUN_DEPENDS= converters/p5-DateManip \
> -             security/p5-IO-Socket-SSL \
> -             security/p5-Digest-HMAC \
> -             mail/p5-Mail-IMAPClient \
> -             net/p5-IO-Socket-INET6 \
> -             security/p5-IO-Socket-SSL \
> -             devel/p5-IO-Tee \
>               converters/p5-Unicode-String \
> -             www/p5-URI \
> -             security/p5-Authen-NTLM \
> +             devel/p5-Data-Uniqid \
>               devel/p5-File-Copy-Recursive \
> +             devel/p5-File-Tail \
> +             devel/p5-IO-Tee \
>               devel/p5-Parse-RecDescent \
> +             devel/p5-Readonly \
>               devel/p5-Test-Pod \
> -             devel/p5-Data-Uniqid \
> -             devel/p5-Readonly
> +             mail/p5-Mail-IMAPClient \
> +             net/p5-IO-Socket-INET6 \
> +             security/p5-Authen-NTLM \
> +             security/p5-Digest-HMAC \
> +             security/p5-IO-Socket-SSL \
> +             sysutils/p5-Sys-MemInfo \
> +             textproc/p5-Regexp-Common \
> +             www/p5-URI
>  
>  NO_BUILD=    Yes
>  NO_TEST=     Yes
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/mail/imapsync/distinfo,v
> retrieving revision 1.13
> diff -u -p -r1.13 distinfo
> --- distinfo  10 May 2017 12:47:56 -0000      1.13
> +++ distinfo  30 Oct 2019 18:02:11 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (imapsync-1.727.tar.gz) = UChyfUdqWBM1EF/yTqZ3MRr6XOb4EvCSbLI3djV5FGg=
> -SIZE (imapsync-1.727.tar.gz) = 1056838
> +SHA256 (imapsync-1.945.tar.gz) = U2OGojF4knVbJ1M02LH0zsowJG3XnAc7ySJ8EX36cak=
> +SIZE (imapsync-1.945.tar.gz) = 1708572
> 

Reply via email to