Skip to content

Commit

Permalink
dev-lang/php: Use https for HOMEPAGE and SRC_URI
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.12, Repoman-2.3.3
  • Loading branch information
Brian Evans committed Oct 27, 2017
1 parent b07a040 commit 43baf3f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions dev-lang/php/php-5.6.31.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ EAPI=6
inherit autotools flag-o-matic versionator systemd

DESCRIPTION="The PHP language runtime engine"
HOMEPAGE="http://php.net/"
SRC_URI="http://php.net/distributions/${P}.tar.xz"
HOMEPAGE="https://secure.php.net/"
SRC_URI="https://secure.php.net/distributions/${P}.tar.xz"

LICENSE="PHP-3.01
BSD
Expand Down
4 changes: 2 additions & 2 deletions dev-lang/php/php-7.0.23.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ EAPI=6
inherit flag-o-matic versionator systemd

DESCRIPTION="The PHP language runtime engine"
HOMEPAGE="http://php.net/"
SRC_URI="http://php.net/distributions/${P}.tar.xz"
HOMEPAGE="https://secure.php.net/"
SRC_URI="https://secure.php.net/distributions/${P}.tar.xz"

LICENSE="PHP-3.01
BSD
Expand Down
4 changes: 2 additions & 2 deletions dev-lang/php/php-7.0.25.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ EAPI=6
inherit flag-o-matic versionator systemd

DESCRIPTION="The PHP language runtime engine"
HOMEPAGE="http://php.net/"
SRC_URI="http://php.net/distributions/${P}.tar.xz"
HOMEPAGE="https://secure.php.net/"
SRC_URI="https://secure.php.net/distributions/${P}.tar.xz"

LICENSE="PHP-3.01
BSD
Expand Down
2 changes: 1 addition & 1 deletion dev-lang/php/php-7.2.0_rc5.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ inherit flag-o-matic versionator systemd
MY_PV="${PV/_rc/RC}"

DESCRIPTION="The PHP language runtime engine"
HOMEPAGE="http://php.net/"
HOMEPAGE="https://secure.php.net/"
SRC_URI="https://downloads.php.net/~pollita/${PN}-${MY_PV}.tar.xz"

LICENSE="PHP-3.01
Expand Down

0 comments on commit 43baf3f

Please sign in to comment.