diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-07-27 14:49:49 +0800 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-07-27 14:59:24 +0800 |
commit | b4480f333aed7f7f3bc75446a1a5010ba8df738c (patch) | |
tree | 8d584b66351519849aa4ebe26bbc91eed8b2ee96 /dev-lang | |
parent | net-dns/libidn: Remove incorrect sub-SLOT. (diff) | |
download | gentoo-b4480f333aed7f7f3bc75446a1a5010ba8df738c.tar.gz gentoo-b4480f333aed7f7f3bc75446a1a5010ba8df738c.tar.bz2 gentoo-b4480f333aed7f7f3bc75446a1a5010ba8df738c.zip |
sourceforge: switch to https:// URIs
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/gdl/files/0.9.6-fun-fix.patch | 2 | ||||
-rw-r--r-- | dev-lang/gnat-gpl/files/patches/74_all_sh-pr24836.patch | 2 | ||||
-rw-r--r-- | dev-lang/polyml/files/polyml-5.5.1-inputN-return-for-zero-chars.patch | 2 | ||||
-rw-r--r-- | dev-lang/polyml/files/polyml-5.5.1-optimize-closure.patch | 2 | ||||
-rw-r--r-- | dev-lang/polyml/polyml-5.5.1.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/polyml/polyml-5.5.2.ebuild | 2 | ||||
-rw-r--r-- | dev-lang/regina-rexx/metadata.xml | 2 |
7 files changed, 8 insertions, 8 deletions
diff --git a/dev-lang/gdl/files/0.9.6-fun-fix.patch b/dev-lang/gdl/files/0.9.6-fun-fix.patch index 7151d0a36a5d..a3a4118ceb0a 100644 --- a/dev-lang/gdl/files/0.9.6-fun-fix.patch +++ b/dev-lang/gdl/files/0.9.6-fun-fix.patch @@ -1,6 +1,6 @@ Author: Vitaliy Tomin <highwaystar@users.sf.net> Description: Fix direct calling of direct function calls from Python -Bug: http://sourceforge.net/p/gnudatalanguage/bugs/678 +Bug: https://sourceforge.net/p/gnudatalanguage/bugs/678 --- a/src/pythongdl.cpp +++ b/src/pythongdl.cpp @@ -392,25 +392,31 @@ diff --git a/dev-lang/gnat-gpl/files/patches/74_all_sh-pr24836.patch b/dev-lang/gnat-gpl/files/patches/74_all_sh-pr24836.patch index 9bad985a2647..7b80acdd8fb0 100644 --- a/dev-lang/gnat-gpl/files/patches/74_all_sh-pr24836.patch +++ b/dev-lang/gnat-gpl/files/patches/74_all_sh-pr24836.patch @@ -1,4 +1,4 @@ -http://sourceforge.net/mailarchive/forum.php?thread_id=8959304&forum_id=5348 +https://sourceforge.net/mailarchive/forum.php?thread_id=8959304&forum_id=5348 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24836 --- gcc/configure.ac (revision 106699) diff --git a/dev-lang/polyml/files/polyml-5.5.1-inputN-return-for-zero-chars.patch b/dev-lang/polyml/files/polyml-5.5.1-inputN-return-for-zero-chars.patch index f86cef07ca77..8f5b02ee9084 100644 --- a/dev-lang/polyml/files/polyml-5.5.1-inputN-return-for-zero-chars.patch +++ b/dev-lang/polyml/files/polyml-5.5.1-inputN-return-for-zero-chars.patch @@ -1,4 +1,4 @@ -http://sourceforge.net/p/polyml/code/1875/ +https://sourceforge.net/p/polyml/code/1875/ Required for sci-mathematics/isabelle-2013.2 ------------------------------------------------------------------------ diff --git a/dev-lang/polyml/files/polyml-5.5.1-optimize-closure.patch b/dev-lang/polyml/files/polyml-5.5.1-optimize-closure.patch index be37cdf85093..5b33203d69e1 100644 --- a/dev-lang/polyml/files/polyml-5.5.1-optimize-closure.patch +++ b/dev-lang/polyml/files/polyml-5.5.1-optimize-closure.patch @@ -1,4 +1,4 @@ -http://sourceforge.net/p/polyml/code/1869/ +https://sourceforge.net/p/polyml/code/1869/ Required for sci-mathematics/isabelle-2013.2 ------------------------------------------------------------------------ diff --git a/dev-lang/polyml/polyml-5.5.1.ebuild b/dev-lang/polyml/polyml-5.5.1.ebuild index 806d28d65302..3fd7a02d4cb5 100644 --- a/dev-lang/polyml/polyml-5.5.1.ebuild +++ b/dev-lang/polyml/polyml-5.5.1.ebuild @@ -29,9 +29,9 @@ PATCHES=( # Bug 256679 - patch the assembler code. The remaining executable stacks in ./.libs/poly # comes from the polyml generated ./polyexport.o file. "${FILESDIR}/${PN}-5.5.0-asm.patch" - # http://sourceforge.net/p/polyml/code/1875/ for isabelle-2013.2 + # https://sourceforge.net/p/polyml/code/1875/ for isabelle-2013.2 "${FILESDIR}/${PN}-5.5.1-inputN-return-for-zero-chars.patch" - # http://sourceforge.net/p/polyml/code/1869/ + # https://sourceforge.net/p/polyml/code/1869/ # Adds Test146.ML that fails, applying it anyway as it is required by # sci-mathematics/isabelle-2013.2 "${FILESDIR}/${PN}-5.5.1-optimize-closure.patch" diff --git a/dev-lang/polyml/polyml-5.5.2.ebuild b/dev-lang/polyml/polyml-5.5.2.ebuild index 1e6897afee81..d7bdf8beea46 100644 --- a/dev-lang/polyml/polyml-5.5.2.ebuild +++ b/dev-lang/polyml/polyml-5.5.2.ebuild @@ -29,7 +29,7 @@ PATCHES=( # Bug 256679 - patch the assembler code. The remaining executable stacks in ./.libs/poly # comes from the polyml generated ./polyexport.o file. "${FILESDIR}/${PN}-5.5.0-asm.patch" - # Patches from http://sourceforge.net/p/polyml/code/HEAD/tree/fixes-5.5.2 + # Patches from https://sourceforge.net/p/polyml/code/HEAD/tree/fixes-5.5.2 # which are required to build and run sci-mathematics/isabelle-2015 "${FILESDIR}/${PN}-5.5.2-r1952-check_for_negative_sized_array.patch" "${FILESDIR}/${PN}-5.5.2-r1954_Fix_segfault_in_FFI_when_malloc_runs_out_of_memory.patch" diff --git a/dev-lang/regina-rexx/metadata.xml b/dev-lang/regina-rexx/metadata.xml index d79074b72582..66f8c4898e64 100644 --- a/dev-lang/regina-rexx/metadata.xml +++ b/dev-lang/regina-rexx/metadata.xml @@ -10,6 +10,6 @@ </longdescription> <upstream> <remote-id type="sourceforge">regina-rexx</remote-id> - <bugs-to>http://sourceforge.net/tracker/?group_id=28102</bugs-to> + <bugs-to>https://sourceforge.net/tracker/?group_id=28102</bugs-to> </upstream> </pkgmetadata> |