pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: pkgsrc/time/p5-DateTime-Locale
On Wed, Apr 12, 2017 at 02:49:10AM +0000, Amitai Schleier wrote:
> Module Name: pkgsrc
> Committed By: schmonz
> Date: Wed Apr 12 02:49:10 UTC 2017
>
> Modified Files:
> pkgsrc/time/p5-DateTime-Locale: Makefile
>
> Log Message:
> Fix dependency on File::ShareDir. Bump PKGREVISION.
I think it might need both:
work/DateTime-Locale-1.16/cpanfile:requires "File::ShareDir" => "0";
work/DateTime-Locale-1.16/cpanfile: requires "Test::File::ShareDir::Dist" => "0";
work/DateTime-Locale-1.16/cpanfile: requires "File::ShareDir::Install" => "0.06";
...
work/DateTime-Locale-1.16/META.json: "File::ShareDir::Install" : "0.06"
work/DateTime-Locale-1.16/META.json: "File::ShareDir" : "0",
work/DateTime-Locale-1.16/META.json: "Test::File::ShareDir::Dist" : "0",
Thomas
>
> To generate a diff of this commit:
> cvs rdiff -u -r1.42 -r1.43 pkgsrc/time/p5-DateTime-Locale/Makefile
>
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.
>
> Modified files:
>
> Index: pkgsrc/time/p5-DateTime-Locale/Makefile
> diff -u pkgsrc/time/p5-DateTime-Locale/Makefile:1.42 pkgsrc/time/p5-DateTime-Locale/Makefile:1.43
> --- pkgsrc/time/p5-DateTime-Locale/Makefile:1.42 Tue Apr 4 11:59:54 2017
> +++ pkgsrc/time/p5-DateTime-Locale/Makefile Wed Apr 12 02:49:10 2017
> @@ -1,7 +1,8 @@
> -# $NetBSD: Makefile,v 1.42 2017/04/04 11:59:54 wiz Exp $
> +# $NetBSD: Makefile,v 1.43 2017/04/12 02:49:10 schmonz Exp $
>
> DISTNAME= DateTime-Locale-1.16
> PKGNAME= p5-${DISTNAME}
> +PKGREVISION= 1
> CATEGORIES= time perl5
> MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
>
> @@ -11,7 +12,7 @@ COMMENT= Localization data for p5-DateTi
> LICENSE= ${PERL5_LICENSE}
>
> DEPENDS+= p5-Dist-CheckConflicts>=0.02:../../devel/p5-Dist-CheckConflicts
> -DEPENDS+= p5-File-ShareDir-Install-[0-9]*:../../devel/p5-File-ShareDir-Install
> +DEPENDS+= p5-File-ShareDir-[0-9]*:../../devel/p5-File-ShareDir
> DEPENDS+= p5-Params-ValidationCompiler>=0.13:../../devel/p5-Params-ValidationCompiler
> DEPENDS+= p5-Scalar-List-Utils>=1.45:../../devel/p5-Scalar-List-Utils
> DEPENDS+= p5-Specio-[0-9]*:../../devel/p5-Specio
>
Home |
Main Index |
Thread Index |
Old Index