diff options
| author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-07-08 11:35:56 +0200 |
|---|---|---|
| committer | Tony Vroon <chainsaw@gentoo.org> | 2018-07-11 11:48:37 +0100 |
| commit | 7bcf9e89e93e1a68e82db8dcb019ece4b4390f50 (patch) | |
| tree | dad98832050665f107170cc47f961253f3547ac7 /dev-db/mariadb/mariadb-10.0.35-r2.ebuild | |
| parent | 03dee5eb6ff4d6f3fcd6a0d1de6a6cfc0850a49d (diff) | |
| download | gentoo-7bcf9e89e93e1a68e82db8dcb019ece4b4390f50.tar.gz gentoo-7bcf9e89e93e1a68e82db8dcb019ece4b4390f50.tar.bz2 gentoo-7bcf9e89e93e1a68e82db8dcb019ece4b4390f50.zip | |
dev-db/mariadb: use HTTPs
Diffstat (limited to 'dev-db/mariadb/mariadb-10.0.35-r2.ebuild')
| -rw-r--r-- | dev-db/mariadb/mariadb-10.0.35-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-db/mariadb/mariadb-10.0.35-r2.ebuild b/dev-db/mariadb/mariadb-10.0.35-r2.ebuild index 98b873c5e0c0..894bbb803b7e 100644 --- a/dev-db/mariadb/mariadb-10.0.35-r2.ebuild +++ b/dev-db/mariadb/mariadb-10.0.35-r2.ebuild @@ -23,7 +23,7 @@ if [[ "${MY_EXTRAS_VER}" != "live" && "${MY_EXTRAS_VER}" != "none" ]]; then https://dev.gentoo.org/~jmbsvicetto/distfiles/mysql-extras-${MY_EXTRAS_VER}.tar.bz2" fi -HOMEPAGE="http://mariadb.org/" +HOMEPAGE="https://mariadb.org/" DESCRIPTION="An enhanced, drop-in replacement for MySQL" LICENSE="GPL-2" SLOT="0/${SUBSLOT:-0}" @@ -737,7 +737,7 @@ pkg_config() { local sqltmp="$(emktemp)" # Fix bug 446200. Don't reference host my.cnf, needs to come first, - # see http://bugs.mysql.com/bug.php?id=31312 + # see https://bugs.mysql.com/bug.php?id=31312 use prefix && options="${options} '--defaults-file=${MY_SYSCONFDIR}/my.cnf'" # Figure out which options we need to disable to do the setup @@ -766,7 +766,7 @@ pkg_config() { pushd "${TMPDIR}" &>/dev/null || die # Filling timezones, see - # http://dev.mysql.com/doc/mysql/en/time-zone-support.html + # https://dev.mysql.com/doc/mysql/en/time-zone-support.html "${EROOT}/usr/bin/mysql_tzinfo_to_sql" "${EROOT}/usr/share/zoneinfo" > "${sqltmp}" 2>/dev/null local cmd=( "${EROOT}usr/share/mariadb/scripts/mysql_install_db" ) |
