On 2021/07/29 09:55, Yifei Zhan wrote:
> Hi,
>
> This patch updates ack from 3.3.1 to 3.5.0, with a small cosmetic change
> to keep spacing consistent. A few test cases failed but that's
> consistent with the old version.
spacing is still a bit of a mixture, i'll tweak and commit.
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/textproc/p5-ack/Makefile,v
> retrieving revision 1.29
> diff -u -p -u -r1.29 Makefile
> --- Makefile 16 Apr 2020 09:02:47 -0000 1.29
> +++ Makefile 29 Jul 2021 09:48:13 -0000
> @@ -4,7 +4,7 @@ COMMENT= grep like tool, aimed at progr
>
> MODULES= cpan
> PKG_ARCH= *
> -V= 3.3.1
> +V= 3.5.0
> DISTNAME= ack-v$V
> PKGNAME= p5-ack-$V
> CPAN_AUTHOR= PETDANCE
> @@ -13,7 +13,7 @@ CATEGORIES= textproc
> HOMEPAGE = https://beyondgrep.com/
>
> # perl
> -PERMIT_PACKAGE= Yes
> +PERMIT_PACKAGE= Yes
>
> RUN_DEPENDS= devel/p5-File-Next>=1.16
That's >=1.18 now, but 1.18 has been in the tree for a couple of releases
now, think I'll just drop the version check.
No comments:
Post a Comment