Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: "J. S." <schonm@gmail.com>
To: openembedded-devel@lists.openembedded.org
Cc: Jason Schonberg <schonm@gmail.com>
Subject: [meta-perl][PATCH 09/42] libdata-hexdump-perl: Change references to search.cpan.org to use metacpan.org
Date: Thu, 24 Oct 2024 16:07:28 -0400	[thread overview]
Message-ID: <20241024201806.440273-10-schonm@gmail.com> (raw)
In-Reply-To: <20241024201806.440273-1-schonm@gmail.com>

Signed-off-by: Jason Schonberg <schonm@gmail.com>
---
 meta-perl/recipes-perl/libdata/libdata-hexdump-perl_0.02.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-perl/recipes-perl/libdata/libdata-hexdump-perl_0.02.bb b/meta-perl/recipes-perl/libdata/libdata-hexdump-perl_0.02.bb
index 66369df64..25483bf35 100644
--- a/meta-perl/recipes-perl/libdata/libdata-hexdump-perl_0.02.bb
+++ b/meta-perl/recipes-perl/libdata/libdata-hexdump-perl_0.02.bb
@@ -7,7 +7,7 @@ of each line shows the printable characters \
 (all others are shown as single dots).\
 "
 
-HOMEPAGE = "http://search.cpan.org/~ftassin/Data-HexDump-0.02/lib/Data/HexDump.pm"
+HOMEPAGE = "https://metacpan.org/pod/Data::HexDump"
 SECTION = "libs"
 
 LICENSE = "Artistic-1.0"
@@ -15,7 +15,7 @@ LIC_FILES_CHKSUM = "file://lib/Data/HexDump.pm;beginline=215;endline=217;md5=bf1
 
 DEPENDS = "perl"
 
-SRC_URI = "http://search.cpan.org/CPAN/authors/id/F/FT/FTASSIN/Data-HexDump-${PV}.tar.gz \
+SRC_URI = "https://cpan.metacpan.org/authors/id/F/FT/FTASSIN/Data-HexDump-${PV}.tar.gz \
            file://run-ptest \
 "
 SRC_URI[sha256sum] = "1a9d843e7f667c1c6f77c67af5d77e7462ff23b41937cb17454d03535cd9be70"
-- 
2.43.0



  parent reply	other threads:[~2024-10-24 20:36 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-24 20:07 [meta-perl][PATCH 0/42] J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 01/42] mime-construct: Change references to search.cpan.org to use metacpan.org J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 02/42] libalgorithm-diff-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 03/42] libauthen-radius-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 04/42] libauthen-sasl-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 05/42] libcapture-tiny-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 06/42] libcgi-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 07/42] libconfig-tiny-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 08/42] libconfig-autoconf-perl: " J. S.
2024-10-24 20:07 ` J. S. [this message]
2024-10-24 20:07 ` [meta-perl][PATCH 10/42] libdigest-sha1-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 11/42] libenv-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 12/42] libextutils-config-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 13/42] libextutils-cppguess-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 14/42] libextutils-helpers-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 15/42] libextutils-installpaths-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 16/42] libextutils-parsexs-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 17/42] libfile-slurp-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 18/42] libfile-slurper-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 19/42] libhtml-parser-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 20/42] libimport-into-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 21/42] libio-socket-ssl-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 22/42] libipc-signal-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 23/42] liblocale-gettext-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 24/42] libmime-charset-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 25/42] libmime-types-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 26/42] libmodule-build-tiny-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 27/42] libmodule-runtime-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 28/42] libnet-dns-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 29/42] libnet-libidn-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 30/42] libnet-ssleay-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 31/42] libnet-telnet-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 32/42] libproc-waitstat-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 33/42] libterm-readkey-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 34/42] libtest-nowarnings-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 35/42] libtest-warn-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 36/42] libtext-charwidth-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 37/42] libtext-diff-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 38/42] libtext-iconv-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 39/42] libtext-wrapi18n-perl: " J. S.
2024-10-24 20:07 ` [meta-perl][PATCH 40/42] libxml-filter-buffertext-perl: " J. S.
2024-10-24 20:08 ` [meta-perl][PATCH 41/42] libxml-libxml-perl: " J. S.
2024-10-24 20:08 ` [meta-perl][PATCH 42/42] libxml-sax-writer-perl: " J. S.
2024-10-24 22:37 ` [oe] [meta-perl][PATCH 0/42] Tim Orling

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20241024201806.440273-10-schonm@gmail.com \
    --to=schonm@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox