diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 12:47:45 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 12:49:19 +0200 |
commit | eaaface92ee81f30a6ac66fe7acbcc42c00dc450 (patch) | |
tree | 6a380aa33005e1997c9dbe6f1c00520274543303 /www-apps/mythweb | |
parent | sci-libs/ViSP: Disable Coin3D to avoid automagic. Bug #558498. (diff) | |
download | gentoo-eaaface92ee81f30a6ac66fe7acbcc42c00dc450.tar.gz gentoo-eaaface92ee81f30a6ac66fe7acbcc42c00dc450.tar.bz2 gentoo-eaaface92ee81f30a6ac66fe7acbcc42c00dc450.zip |
Use https by default
Convert all URLs for sites supporting encrypted connections from http to https
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'www-apps/mythweb')
-rw-r--r-- | www-apps/mythweb/metadata.xml | 2 | ||||
-rw-r--r-- | www-apps/mythweb/mythweb-0.26.0.ebuild | 2 | ||||
-rw-r--r-- | www-apps/mythweb/mythweb-0.27.1.ebuild | 2 | ||||
-rw-r--r-- | www-apps/mythweb/mythweb-0.27.ebuild | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/www-apps/mythweb/metadata.xml b/www-apps/mythweb/metadata.xml index bbe97fab0a78..c1a8a6f64146 100644 --- a/www-apps/mythweb/metadata.xml +++ b/www-apps/mythweb/metadata.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>mythtv</herd> <herd>web-apps</herd> diff --git a/www-apps/mythweb/mythweb-0.26.0.ebuild b/www-apps/mythweb/mythweb-0.26.0.ebuild index 3caefcebf3bf..f16b5a30b482 100644 --- a/www-apps/mythweb/mythweb-0.26.0.ebuild +++ b/www-apps/mythweb/mythweb-0.26.0.ebuild @@ -15,7 +15,7 @@ DESCRIPTION="PHP scripts intended to manage MythTV from a web browser" HOMEPAGE="http://www.mythtv.org" LICENSE="GPL-2" SRC_URI="ftp://ftp.osuosl.org/pub/mythtv/${MY_P}.tar.bz2 - ${BACKPORTS:+http://dev.gentoo.org/~cardoe/distfiles/${MY_P}-${BACKPORTS}.tar.xz}" + ${BACKPORTS:+https://dev.gentoo.org/~cardoe/distfiles/${MY_P}-${BACKPORTS}.tar.xz}" IUSE="" KEYWORDS="~amd64 ~ppc ~x86" diff --git a/www-apps/mythweb/mythweb-0.27.1.ebuild b/www-apps/mythweb/mythweb-0.27.1.ebuild index ebd589327833..affada03c0f0 100644 --- a/www-apps/mythweb/mythweb-0.27.1.ebuild +++ b/www-apps/mythweb/mythweb-0.27.1.ebuild @@ -15,7 +15,7 @@ DESCRIPTION="PHP scripts intended to manage MythTV from a web browser" HOMEPAGE="http://www.mythtv.org" LICENSE="GPL-2" SRC_URI="https://github.com/MythTV/mythweb/archive/v${MY_PV}.tar.gz -> mythweb-${MY_PV}.tar.gz - ${BACKPORTS:+http://dev.gentoo.org/~cardoe/distfiles/${MY_P}-${BACKPORTS}.tar.xz}" + ${BACKPORTS:+https://dev.gentoo.org/~cardoe/distfiles/${MY_P}-${BACKPORTS}.tar.xz}" IUSE="" KEYWORDS="~amd64 ~ppc ~x86" diff --git a/www-apps/mythweb/mythweb-0.27.ebuild b/www-apps/mythweb/mythweb-0.27.ebuild index ebd589327833..affada03c0f0 100644 --- a/www-apps/mythweb/mythweb-0.27.ebuild +++ b/www-apps/mythweb/mythweb-0.27.ebuild @@ -15,7 +15,7 @@ DESCRIPTION="PHP scripts intended to manage MythTV from a web browser" HOMEPAGE="http://www.mythtv.org" LICENSE="GPL-2" SRC_URI="https://github.com/MythTV/mythweb/archive/v${MY_PV}.tar.gz -> mythweb-${MY_PV}.tar.gz - ${BACKPORTS:+http://dev.gentoo.org/~cardoe/distfiles/${MY_P}-${BACKPORTS}.tar.xz}" + ${BACKPORTS:+https://dev.gentoo.org/~cardoe/distfiles/${MY_P}-${BACKPORTS}.tar.xz}" IUSE="" KEYWORDS="~amd64 ~ppc ~x86" |