Treewide: use HTTPS on SourceForge
This commit is contained in:
parent
a04a512f34
commit
0f868d8116
@ -18,7 +18,7 @@ let
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://faust.grame.fr/;
|
||||
downloadPage = http://sourceforge.net/projects/faudiostream/files/;
|
||||
downloadPage = https://sourceforge.net/projects/faudiostream/files/;
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ magnetophon pmahoney ];
|
||||
|
@ -27,7 +27,7 @@ let
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://faust.grame.fr/;
|
||||
downloadPage = http://sourceforge.net/projects/faudiostream/files/;
|
||||
downloadPage = https://sourceforge.net/projects/faudiostream/files/;
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ magnetophon pmahoney ];
|
||||
|
@ -64,7 +64,7 @@ let
|
||||
gtdialog_url = "http://foicica.com/gtdialog/download/" + gtdialog_zip;
|
||||
lspawn_url = "http://foicica.com/lspawn/download/" + lspawn_zip;
|
||||
|
||||
scintilla_url = "http://prdownloads.sourceforge.net/scintilla/" + scintilla_tgz;
|
||||
scintilla_url = "mirror://sourceforge/scintilla/" + scintilla_tgz;
|
||||
lua_url = "http://www.lua.org/ftp/" + lua_tgz;
|
||||
lpeg_url = "http://www.inf.puc-rio.br/~roberto/lpeg/" + lpeg_tgz;
|
||||
lfs_url = "https://github.com/keplerproject/luafilesystem/archive/" + lfs_zip;
|
||||
|
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
||||
# trick on NIX_LDFLAGS and dontPatchELF to make it find them.
|
||||
# I use 'yes y' to skip a build error linking with xineLib,
|
||||
# because xine stopped exporting "_x_vo_new_port"
|
||||
# http://sourceforge.net/projects/eaglemode/forums/forum/808824/topic/5115261
|
||||
# https://sourceforge.net/projects/eaglemode/forums/forum/808824/topic/5115261
|
||||
buildPhase = ''
|
||||
export NIX_LDFLAGS="$NIX_LDFLAGS -lXxf86vm -lXext"
|
||||
perl make.pl build
|
||||
|
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
||||
Trivial, but useful nonetheless.
|
||||
'';
|
||||
homepage = http://gtk2fontsel.sourceforge.net/;
|
||||
downloadPage = http://sourceforge.net/projects/gtk2fontsel/;
|
||||
downloadPage = https://sourceforge.net/projects/gtk2fontsel/;
|
||||
license = licenses.gpl2;
|
||||
maintainers = [ maintainers.prikhi ];
|
||||
platforms = platforms.linux;
|
||||
|
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [ openssl curl ];
|
||||
|
||||
# Add support for CURL_CA_BUNDLE variable.
|
||||
# Fix <http://sourceforge.net/p/esniper/bugs/648/>.
|
||||
# Fix <https://sourceforge.net/p/esniper/bugs/648/>.
|
||||
patches = [ ./find-ca-bundle.patch ];
|
||||
|
||||
postInstall = ''
|
||||
|
@ -77,7 +77,7 @@ stdenv.mkDerivation ({
|
||||
|
||||
# Failures in the regression test suite won't abort the build process. We run
|
||||
# the suite only so that potential errors show up in the build log. See also:
|
||||
# http://sourceforge.net/tracker/?func=detail&aid=3365831&group_id=4933&atid=104933.
|
||||
# https://sourceforge.net/tracker/?func=detail&aid=3365831&group_id=4933&atid=104933.
|
||||
doCheck = true;
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
@ -12,10 +12,10 @@ python27Packages.buildPythonApplication rec {
|
||||
homepage = https://github.com/quiet-oceans/motuclient-setuptools;
|
||||
description = "CLI to query oceanographic data to Motu servers";
|
||||
longDescription = ''
|
||||
Access data from (motu)[http://sourceforge.net/projects/cls-motu/] servers.
|
||||
Access data from (motu)[https://sourceforge.net/projects/cls-motu/] servers.
|
||||
This is a refactored fork of the original release in order to simplify integration,
|
||||
deployment and packaging. Upstream code can be found at
|
||||
http://sourceforge.net/projects/cls-motu/ .
|
||||
https://sourceforge.net/projects/cls-motu/ .
|
||||
'';
|
||||
license = licenses.lgpl3Plus;
|
||||
maintainers = [ maintainers.lsix ];
|
||||
|
@ -1,4 +1,4 @@
|
||||
url http://sourceforge.net/projects/freepascal/files/Source/
|
||||
url https://sourceforge.net/projects/freepascal/files/Source/
|
||||
SF_version_dir
|
||||
version_link 'fpcbuild-[0-9.]+[.]tar[.]gz/download$'
|
||||
SF_redirect
|
||||
|
@ -1,4 +1,4 @@
|
||||
url http://sourceforge.net/projects/lush/files/lush2/
|
||||
url https://sourceforge.net/projects/lush/files/lush2/
|
||||
version_link '[.]tar[.]gz/download$'
|
||||
SF_redirect
|
||||
minimize_overwrite
|
||||
|
@ -1,4 +1,4 @@
|
||||
url http://sourceforge.net/projects/regina-rexx/files/regina-rexx/
|
||||
url https://sourceforge.net/projects/regina-rexx/files/regina-rexx/
|
||||
SF_version_dir
|
||||
SF_version_tarball
|
||||
SF_redirect
|
||||
|
@ -9,7 +9,7 @@ stdenv.mkDerivation {
|
||||
};
|
||||
|
||||
# gcc 4.8 optimisations break judy.
|
||||
# http://sourceforge.net/p/judy/mailman/message/31995144/
|
||||
# https://sourceforge.net/p/judy/mailman/message/31995144/
|
||||
preConfigure = stdenv.lib.optionalString stdenv.cc.isGNU ''
|
||||
configureFlagsArray+=("CFLAGS=-fno-strict-aliasing -fno-aggressive-loop-optimizations")
|
||||
'';
|
||||
|
@ -1,4 +1,4 @@
|
||||
url http://sourceforge.net/projects/libebook/files/
|
||||
url https://sourceforge.net/projects/libebook/files/
|
||||
SF_version_dir libe-book-
|
||||
version_link '[.]tar.xz/download$'
|
||||
SF_redirect
|
||||
|
@ -1,4 +1,4 @@
|
||||
url http://sourceforge.net/projects/libmwaw/files/libmwaw/
|
||||
url https://sourceforge.net/projects/libmwaw/files/libmwaw/
|
||||
SF_version_dir libmwaw-
|
||||
version_link '[.]tar.xz/download$'
|
||||
SF_redirect
|
||||
|
@ -1,4 +1,4 @@
|
||||
url http://sourceforge.net/projects/libwpd/files/libodfgen/
|
||||
url https://sourceforge.net/projects/libwpd/files/libodfgen/
|
||||
SF_version_dir libodfgen-
|
||||
version_link '[.]tar.xz/download$'
|
||||
SF_redirect
|
||||
|
@ -1,4 +1,4 @@
|
||||
url http://sourceforge.net/projects/libwpd/files/librevenge/
|
||||
url https://sourceforge.net/projects/libwpd/files/librevenge/
|
||||
SF_version_dir librevenge-
|
||||
version_link '[.]tar.xz/download$'
|
||||
SF_redirect
|
||||
|
@ -15,7 +15,7 @@ in stdenv.mkDerivation {
|
||||
# add pkgconfig file
|
||||
./2.6.2-add-pkgconfig.patch
|
||||
|
||||
# http://sourceforge.net/tracker/index.php?func=detail&aid=3031828&group_id=13559&atid=313559
|
||||
# https://sourceforge.net/tracker/index.php?func=detail&aid=3031828&group_id=13559&atid=313559
|
||||
./2.6.2-entity.patch
|
||||
|
||||
# Use CC, CXX, and LD from environment
|
||||
|
@ -10,7 +10,7 @@ buildPythonPackage rec {
|
||||
pname = "mmpython";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://sourceforge.net/projects/mmpython/files/latest/download;
|
||||
url = https://sourceforge.net/projects/mmpython/files/latest/download;
|
||||
sha256 = "1b7qfad3shgakj37gcj1b9h78j1hxlz6wp9k7h76pb4sq4bfyihy";
|
||||
name = "${pname}-${version}.tar.gz";
|
||||
};
|
||||
|
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
||||
patches = [ ./gentoo-prototypes.patch ];
|
||||
|
||||
postPatch = ''
|
||||
# Fix http://sourceforge.net/p/gltron/bugs/15
|
||||
# Fix https://sourceforge.net/p/gltron/bugs/15
|
||||
sed -i /__USE_MISC/d lua/src/lib/liolib.c
|
||||
'';
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
url http://sourceforge.net/projects/quantumminigolf/files/quantumminigolf/
|
||||
url https://sourceforge.net/projects/quantumminigolf/files/quantumminigolf/
|
||||
SF_version_dir
|
||||
version_link '[.]tar[.][^.]+/download$'
|
||||
SF_redirect
|
||||
|
@ -23,6 +23,6 @@ stdenv.mkDerivation rec {
|
||||
maintainers = with maintainers; [ raskin ];
|
||||
platforms = platforms.linux;
|
||||
license = licenses.free;
|
||||
downloadPage = http://sourceforge.net/projects/soi/files/;
|
||||
downloadPage = https://sourceforge.net/projects/soi/files/;
|
||||
};
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
url http://sourceforge.net/projects/conspy/files/
|
||||
url https://sourceforge.net/projects/conspy/files/
|
||||
version_link 'conspy-[-0-9.]+/$'
|
||||
version_link '[-0-9.]+[.]tar[.][a-z0-9]+/download$'
|
||||
SF_redirect
|
||||
|
@ -29,15 +29,15 @@ let
|
||||
};
|
||||
in rec {
|
||||
deu2eng = makeDictdDBFreedict (fetchurl {
|
||||
url = http://prdownloads.sourceforge.net/freedict/deu-eng.tar.gz;
|
||||
url = mirror://sourceforge/freedict/deu-eng.tar.gz;
|
||||
sha256 = "0dqrhv04g4f5s84nbgisgcfwk5x0rpincif0yfhfh4sc1bsvzsrb";
|
||||
}) "deu-eng" "de_DE";
|
||||
eng2deu = makeDictdDBFreedict (fetchurl {
|
||||
url = http://prdownloads.sourceforge.net/freedict/eng-deu.tar.gz;
|
||||
url = mirror://sourceforge/freedict/eng-deu.tar.gz;
|
||||
sha256 = "01x12p72sa3071iff3jhzga8588440f07zr56r3x98bspvdlz73r";
|
||||
}) "eng-deu" "en_EN";
|
||||
nld2eng = makeDictdDBFreedict (fetchurl {
|
||||
url = http://prdownloads.sourceforge.net/freedict/nld-eng.tar.gz;
|
||||
url = mirror://sourceforge/freedict/nld-eng.tar.gz;
|
||||
sha256 = "1vhw81pphb64fzsjvpzsnnyr34ka2fxizfwilnxyjcmpn9360h07";
|
||||
}) "nld-eng" "nl_NL";
|
||||
eng2nld = makeDictdDBFreedict (fetchurl {
|
||||
|
@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
|
||||
this protocol and the syntax is lp=remotehost%9100 in /etc/printcap.
|
||||
'';
|
||||
homepage = http://p910nd.sourceforge.net/;
|
||||
downloadPage = http://sourceforge.net/projects/p910nd/;
|
||||
downloadPage = https://sourceforge.net/projects/p910nd/;
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
|
@ -1,4 +1,4 @@
|
||||
url http://sourceforge.net/projects/asymptote/files/
|
||||
url https://sourceforge.net/projects/asymptote/files/
|
||||
SF_version_dir
|
||||
version_link 'src[.]tgz/download$'
|
||||
SF_redirect
|
||||
|
@ -1,4 +1,4 @@
|
||||
url http://sourceforge.net/projects/libdmtx/files/libdmtx/
|
||||
url https://sourceforge.net/projects/libdmtx/files/libdmtx/
|
||||
SF_version_dir
|
||||
version_link 'dmtx-utils-.*[.]tar[.][a-z0-9]+/download$'
|
||||
SF_redirect
|
||||
|
@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
|
||||
scanbuttond project.
|
||||
'';
|
||||
homepage = http://scanbd.sourceforge.net/;
|
||||
downloadPage = http://sourceforge.net/projects/scanbd/;
|
||||
downloadPage = https://sourceforge.net/projects/scanbd/;
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
|
@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
|
||||
name = "poedit-1.5.7";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://prdownloads.sourceforge.net/poedit/${name}.tar.gz";
|
||||
url = "mirror://sourceforge/poedit/${name}.tar.gz";
|
||||
sha256 = "0y0gbkb1jvp61qhh8sh7ar8849mwirizc42pk57zpxy84an5qlr4";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user