On Fri, Jul 30, 2021 at 01:26:28AM +0000, Yifei Zhan wrote:
> Hi,
> 
> This is an update to cloc 1.90, which fixes some minor bugs and adds 
> support for more languages. I also updated the MASTER_SITES link to the 
> new syntax and added a missing TESTDEP. All included tests except one 
> related to git submodule are successful which is expected since we are 
> using tarball instead of git clone.

Committed, thanks!
 
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/textproc/cloc/Makefile,v
> retrieving revision 1.16
> diff -u -p -u -r1.16 Makefile
> --- Makefile  14 Jun 2021 23:57:16 -0000      1.16
> +++ Makefile  30 Jul 2021 01:14:37 -0000
> @@ -2,9 +2,8 @@
>  
>  COMMENT=             count lines of code
>  
> -V=                   1.86
> +V=                   1.90
>  DISTNAME=            cloc-${V}
> -REVISION=            0
>  
>  CATEGORIES=          textproc devel
>  
> @@ -15,15 +14,19 @@ MAINTAINER=               Joerg Jung <j...@openbsd.or
>  # GPLv2+
>  PERMIT_PACKAGE=      Yes
>  
> -MASTER_SITES=                
> https://github.com/AlDanial/cloc/releases/download/${V}/
> +MASTER_SITES=                
> https://github.com/AlDanial/cloc/releases/download/v${V}/
>  
>  NO_BUILD=            Yes
>  PKG_ARCH=            *
>  
>  RUN_DEPENDS=         devel/p5-Algorithm-Diff \
>                       devel/p5-Parallel-ForkManager \
> -                     textproc/p5-Regexp-Common
> +                     textproc/p5-Regexp-Common \
> +                     security/p5-Digest-Perl-MD5
> +
>  BUILD_DEPENDS+=              ${RUN_DEPENDS}
> +
> +TEST_DEPENDS+=               archivers/unzip
>  
>  FAKE_FLAGS=          prefix="${PREFIX}" \
>                       man_prefix="${PREFIX}" \
> 
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/textproc/cloc/distinfo,v
> retrieving revision 1.11
> diff -u -p -u -r1.11 distinfo
> --- distinfo  1 Jun 2020 21:24:48 -0000       1.11
> +++ distinfo  30 Jul 2021 01:15:08 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (cloc-1.86.tar.gz) = Z7flCgOwKQMULiA4DHcWvbUwYRMtXg353kpjiycSZ+M=
> -SIZE (cloc-1.86.tar.gz) = 554097
> +SHA256 (cloc-1.90.tar.gz) = FSUCph1LrkpAagWgG/UkibMQ7APb2MZF0LsFH6Rxfds=
> +SIZE (cloc-1.90.tar.gz) = 614306
> 

Reply via email to