Switch some recipes from ftp to http

My employer blocks ftp on the company network, so I could not download
these.
This commit is contained in:
Adrien Destugues
2025-04-09 14:23:46 +02:00
parent 743c7906b4
commit a3ab25e9b5
4 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ COPYRIGHT="1986-1999 Ian F. Darwin
1994-2018 Christos Zoulas"
LICENSE="BSD (2-clause)"
REVISION="2"
SOURCE_URI="ftp://ftp.astron.com/pub/file/file-$portVersion.tar.gz"
SOURCE_URI="http://ftp.astron.com/pub/file/file-$portVersion.tar.gz"
CHECKSUM_SHA256="8c8015e91ae0e8d0321d94c78239892ef9dbc70c4ade0008c0e95894abfb1991"
PATCHES="file-$portVersion.patchset"

View File

@@ -13,7 +13,7 @@ HOMEPAGE="http://tiswww.case.edu/php/chet/readline/rltop.html"
COPYRIGHT="1989-2024 Free Software Foundation, Inc."
LICENSE="GNU GPL v3"
REVISION="1"
SOURCE_URI="ftp://ftp.gnu.org/gnu/readline/readline-8.2.tar.gz"
SOURCE_URI="http://ftp.gnu.org/gnu/readline/readline-8.2.tar.gz"
SOURCE_DIR="readline-8.2"
for i in {001..013}; do
eval "SOURCE_URI_$i=\"https://ftp.gnu.org/gnu/readline/readline-8.2-patches/readline82-$i#noarchive\""

View File

@@ -12,7 +12,7 @@ HOMEPAGE="http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html"
COPYRIGHT="1989-2011 Free Software Foundation, Inc."
LICENSE="GNU GPL v3"
REVISION="4"
SOURCE_URI="ftp://ftp.gnu.org/gnu/readline/readline-6.3.tar.gz"
SOURCE_URI="http://ftp.gnu.org/gnu/readline/readline-6.3.tar.gz"
CHECKSUM_SHA256="56ba6071b9462f980c5a72ab0023893b65ba6debb4eeb475d7a563dc65cafd43"
SOURCE_DIR="readline-6.3"
for i in {001..008}; do

View File

@@ -13,7 +13,7 @@ HOMEPAGE="http://tiswww.case.edu/php/chet/readline/rltop.html"
COPYRIGHT="1989-2017 Free Software Foundation, Inc."
LICENSE="GNU GPL v3"
REVISION="1"
SOURCE_URI="ftp://ftp.gnu.org/gnu/readline/readline-7.0.tar.gz"
SOURCE_URI="http://ftp.gnu.org/gnu/readline/readline-7.0.tar.gz"
CHECKSUM_SHA256="750d437185286f40a369e1e4f4764eda932b9459b5ec9a731628393dd3d32334"
SOURCE_DIR="readline-7.0"
for i in {001..005}; do