app-text/mupdf: use HTTPS instead of HTTP.
authorFrancesco Turco <fturco@fastmail.fm>
Fri, 2 Feb 2018 13:50:31 +0000 (14:50 +0100)
committerPatrice Clement <monsieurp@gentoo.org>
Sun, 4 Feb 2018 22:49:32 +0000 (23:49 +0100)
Closes: https://github.com/gentoo/gentoo/pull/7022

app-text/mupdf/mupdf-1.11-r1.ebuild
app-text/mupdf/mupdf-1.11-r2.ebuild
app-text/mupdf/mupdf-1.12.0.ebuild

index eb9d06b4a3a79b9b427fcea423b8d00fc107b594..0b2990cc8b25906e61ecaddd51c9e37d83a9f09b 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,8 +6,8 @@ EAPI=6
 inherit flag-o-matic toolchain-funcs
 
 DESCRIPTION="a lightweight PDF viewer and toolkit written in portable C"
-HOMEPAGE="http://mupdf.com/"
-SRC_URI="http://mupdf.com/downloads/${P}-source.tar.gz"
+HOMEPAGE="https://mupdf.com/"
+SRC_URI="https://mupdf.com/downloads/${P}-source.tar.gz"
 
 LICENSE="AGPL-3"
 SLOT="0/${PV}"
@@ -96,8 +96,8 @@ src_prepare() {
                cp -a "${S}" "${S}"-static || die
                #add missing Libs.private for xcb and freetype
                sed -e 's:\(pkg-config --libs\):\1 --static:' \
-                   -e '/^SYS_X11_LIBS = /s:\(.*\):\1 -lpthread:' \
-                   -e '/^SYS_FREETYPE_LIBS = /s:\(.*\):\1 -lbz2:' \
+                       -e '/^SYS_X11_LIBS = /s:\(.*\):\1 -lpthread:' \
+                       -e '/^SYS_FREETYPE_LIBS = /s:\(.*\):\1 -lbz2:' \
                        -i "${S}"-static/Makerules || die
        fi
 
index ba45032f21938d9e790a4f4b6767da327f56371d..da582f3a29182ef48f0ab13ce5015c7fae4d0e43 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,8 +6,8 @@ EAPI=6
 inherit flag-o-matic toolchain-funcs
 
 DESCRIPTION="a lightweight PDF viewer and toolkit written in portable C"
-HOMEPAGE="http://mupdf.com/"
-SRC_URI="http://mupdf.com/downloads/${P}-source.tar.gz"
+HOMEPAGE="https://mupdf.com/"
+SRC_URI="https://mupdf.com/downloads/${P}-source.tar.gz"
 
 LICENSE="AGPL-3"
 SLOT="0/${PV}"
@@ -97,8 +97,8 @@ src_prepare() {
                cp -a "${S}" "${S}"-static || die
                #add missing Libs.private for xcb and freetype
                sed -e 's:\(pkg-config --libs\):\1 --static:' \
-                   -e '/^SYS_X11_LIBS = /s:\(.*\):\1 -lpthread:' \
-                   -e '/^SYS_FREETYPE_LIBS = /s:\(.*\):\1 -lbz2:' \
+                       -e '/^SYS_X11_LIBS = /s:\(.*\):\1 -lpthread:' \
+                       -e '/^SYS_FREETYPE_LIBS = /s:\(.*\):\1 -lbz2:' \
                        -i "${S}"-static/Makerules || die
        fi
 
index bb542060cd74dac17a85d5fcb5ad0c3b9737703f..9f1100e51cb39a3942d9b4362a52462d093b751a 100644 (file)
@@ -6,8 +6,8 @@ EAPI=6
 inherit flag-o-matic toolchain-funcs xdg
 
 DESCRIPTION="a lightweight PDF viewer and toolkit written in portable C"
-HOMEPAGE="http://mupdf.com/"
-SRC_URI="http://mupdf.com/downloads/${P}-source.tar.gz"
+HOMEPAGE="https://mupdf.com/"
+SRC_URI="https://mupdf.com/downloads/${P}-source.tar.gz"
 
 LICENSE="AGPL-3"
 SLOT="0/${PV}"
@@ -104,8 +104,8 @@ src_prepare() {
                cp -a "${S}" "${S}"-static || die
                #add missing Libs.private for xcb and freetype
                sed -e 's:\(pkg-config --libs\):\1 --static:' \
-                   -e '/^SYS_X11_LIBS = /s:\(.*\):\1 -lpthread:' \
-                   -e '/^SYS_FREETYPE_LIBS = /s:\(.*\):\1 -lbz2:' \
+                       -e '/^SYS_X11_LIBS = /s:\(.*\):\1 -lpthread:' \
+                       -e '/^SYS_FREETYPE_LIBS = /s:\(.*\):\1 -lbz2:' \
                        -i "${S}"-static/Makerules || die
        fi