public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/smrsh/
Date: Wed, 02 Apr 2025 01:43:22 +0000 (UTC)	[thread overview]
Message-ID: <1743558002.ba02b3343546f99556589102c64e15dd427f4029.sam@gentoo> (raw)

commit:     ba02b3343546f99556589102c64e15dd427f4029
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr  2 01:25:08 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Apr  2 01:40:02 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba02b334

app-shells/smrsh: update SRC_URI (FTP->HTTPS)

... and add fallback URL.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-shells/smrsh/smrsh-8.15.2-r1.ebuild | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/app-shells/smrsh/smrsh-8.15.2-r1.ebuild b/app-shells/smrsh/smrsh-8.15.2-r1.ebuild
index 3288e11b0579..64a1ee3e9606 100644
--- a/app-shells/smrsh/smrsh-8.15.2-r1.ebuild
+++ b/app-shells/smrsh/smrsh-8.15.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -7,7 +7,12 @@ inherit toolchain-funcs
 
 DESCRIPTION="Sendmail restricted shell, for use with MTAs other than Sendmail"
 HOMEPAGE="https://www.proofpoint.com/us/products/email-protection/open-source-email-solution"
-SRC_URI="https://ftp.sendmail.org/sendmail.${PV}.tar.gz"
+if [[ -n $(ver_cut 4) ]] ; then
+	# Snapshots have an extra version component (e.g. 8.17.1 vs 8.17.1.9)
+	SRC_URI="https://ftp.sendmail.org/snapshots/sendmail.${PV}.tar.gz"
+fi
+SRC_URI+=" https://ftp.sendmail.org/sendmail.${PV}.tar.gz"
+SRC_URI+=" https://ftp.sendmail.org/past-releases/sendmail.${PV}.tar.gz"
 S="${WORKDIR}/sendmail-${PV}"
 
 LICENSE="Sendmail"


             reply	other threads:[~2025-04-02  1:44 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-02  1:43 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-10  9:34 [gentoo-commits] repo/gentoo:master commit in: app-shells/smrsh/ Sam James
2025-04-02  1:43 Sam James
2024-01-13 20:46 Conrad Kostecki
2022-11-13 18:34 Conrad Kostecki
2021-04-21 19:55 Sam James
2020-03-24 13:32 Ben Kohler
2015-10-16  6:29 Patrice Clement
2015-10-15 20:51 Patrice Clement

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=1743558002.ba02b3343546f99556589102c64e15dd427f4029.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --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