From b37f276200bfc32e4d7e450ca6efdb8791a689e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Wed, 6 Nov 2019 10:18:25 +0100 Subject: [PATCH] html_parser: update to metacpan.org. --- dev-perl/html_parser/html_parser-3.70.recipe | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-perl/html_parser/html_parser-3.70.recipe b/dev-perl/html_parser/html_parser-3.70.recipe index 5e54ba1c2..1c4987b03 100644 --- a/dev-perl/html_parser/html_parser-3.70.recipe +++ b/dev-perl/html_parser/html_parser-3.70.recipe @@ -3,15 +3,15 @@ SUMMARY="Encode or decode strings with HTML entities" DESCRIPTION="The HTML-Parser distribution is is a collection of perl modules \ that parse and extract information from HTML documents." -HOMEPAGE="http://search.cpan.org/~gaas/HTML-Parser/" +HOMEPAGE="https://metacpan.org/release/HTML-Parser" COPYRIGHT="1995-2009 Gisle Aas 1999-2000 Michael A. Chase" LICENSE="GNU GPL v1 Artistic" -REVISION="1" -SOURCE_URI="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/HTML-Parser-3.70.tar.gz" +REVISION="2" +SOURCE_URI="https://cpan.metacpan.org/authors/id/G/GA/GAAS/HTML-Parser-$portVersion.tar.gz" CHECKSUM_SHA256="a9a18c79b1d2b315daedafe7598dc1068d562eaeaa5bd46265a6ebd2805446c1" -SOURCE_DIR="HTML-Parser-3.70" +SOURCE_DIR="HTML-Parser-$portVersion" ARCHITECTURES="x86 x86_gcc2"