public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
From: Michael Mair-Keimberger <mmk@levelnine.at>
To: gentoo-dev@lists.gentoo.org
Subject: [gentoo-dev] PATCH freedict: use HTTPS for HOMEPAGE and SRC_URI
Date: Sun, 14 Jan 2024 12:00:42 +0100	[thread overview]
Message-ID: <21425d8fad42c1f31ab5bc6bb61737d7@levelnine.at> (raw)

Hi,

This is a simple fix for freedict.eclass to use https instead of http. 
I've made a PR at github: https://github.com/gentoo/gentoo/pull/34785
The changes looks as following:

diff --git a/eclass/freedict.eclass b/eclass/freedict.eclass
index 7a49a5f19778..b649afc7c1af 100644
--- a/eclass/freedict.eclass
+++ b/eclass/freedict.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
  # Distributed under the terms of the GNU General Public License v2

  # @ECLASS: freedict.eclass
@@ -28,8 +28,8 @@ FREEDICT_P=${PN/freedict-/}
  [[ ${FORLANG} ]] && die "FORLANG is banned, set DESCRIPTION instead"
  [[ ${TOLANG} ]] && die "TOLANG is banned, set DESCRIPTION instead"

-HOMEPAGE="http://freedict.sourceforge.net/en/"
-SRC_URI="http://freedict.sourceforge.net/download/linux/${FREEDICT_P}.tar.gz"
+HOMEPAGE="https://freedict.sourceforge.net/en/"
+SRC_URI="https://freedict.sourceforge.net/download/linux/${FREEDICT_P}.tar.gz"

  LICENSE="GPL-2+"
  SLOT="0"


Regards,
Michael


                 reply	other threads:[~2024-01-14 11:00 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=21425d8fad42c1f31ab5bc6bb61737d7@levelnine.at \
    --to=mmk@levelnine.at \
    --cc=gentoo-dev@lists.gentoo.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