On Wed, Apr 12, 2023 at 10:48:32AM -0400, Sven F. wrote:
> Hello,
> 
> p5-DateTime-Cron-Simple depends on  p5-DateTime

Except the missing revision bump, your fix is correct.

But when looking at the Perl module, I found no license file.
I see this line, which means it is not free software.

    Copyright (c) 2004 - Brendan Fagan

I have no idea how the Artistic license marker came into our
Makefile.  It was there from the beginning.

Do we have to delete the port?

bluhm

> # pkg_info -L p5-DateTime-Cron-Simple | grep Simple.pm
> /usr/local/libdata/perl5/site_perl/DateTime/Cron/Simple.pm
> 
> here it includes
> 
> grep 'use DateTime;' 
> /usr/local/libdata/perl5/site_perl/DateTime/Cron/Simple.pm
> 
> so
> 
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/devel/p5-DateTime-Cron-Simple/Makefile,v
> retrieving revision 1.11
> diff -u -p -r1.11 Makefile
> --- Makefile    11 Mar 2022 18:51:16 -0000      1.11
> +++ Makefile    12 Apr 2023 14:46:02 -0000
> @@ -9,4 +9,6 @@ CATEGORIES=     devel
>  # Artistic
>  PERMIT_PACKAGE=        Yes
> 
> +RUN_DEPENDS=   devel/p5-DateTime
> +
>  .include <bsd.port.mk>
> cvs server: Diffing pkg
> 
> Best.

Reply via email to