diff options
author | nia <nia@pkgsrc.org> | 2019-06-30 20:14:13 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2019-06-30 20:14:13 +0000 |
commit | a26023904ced14f040255c9f714eb4a2f3d0574d (patch) | |
tree | c1169401a488525d33c5215d027068f2808ed067 /converters/p5-JSON-PP/Makefile | |
parent | 98ad08b0567692edb1539a641e589043c2816c34 (diff) | |
download | pkgsrc-a26023904ced14f040255c9f714eb4a2f3d0574d.tar.gz |
Update packages using a search.cpan.org HOMEPAGE to metacpan.org.
The former now redirects to the latter.
This covers the most simple cases where http://search.cpan.org/dist/name
can be changed to https://metacpan.org/release/name.
Reviewed by hand to hopefully make sure no unwanted changes sneak in.
Diffstat (limited to 'converters/p5-JSON-PP/Makefile')
-rw-r--r-- | converters/p5-JSON-PP/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/p5-JSON-PP/Makefile b/converters/p5-JSON-PP/Makefile index 193d403a4f3..595d17d61d2 100644 --- a/converters/p5-JSON-PP/Makefile +++ b/converters/p5-JSON-PP/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2019/03/02 04:01:58 wen Exp $ +# $NetBSD: Makefile,v 1.19 2019/06/30 20:14:17 nia Exp $ DISTNAME= JSON-PP-4.02 PKGNAME= p5-${DISTNAME} @@ -6,7 +6,7 @@ CATEGORIES= www perl5 converters MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=JSON/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://search.cpan.org/dist/JSON-PP/ +HOMEPAGE= https://metacpan.org/release/JSON-PP COMMENT= JSON::XS compatible pure-Perl module LICENSE= ${PERL5_LICENSE} |