Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/
Date: Fri, 03 Jul 2020 23:23:07
Message-Id: 1593818539.320fb282c81c80f7c41bba21c539f4a7f53d8aa9.bman@gentoo
1 commit: 320fb282c81c80f7c41bba21c539f4a7f53d8aa9
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Thu Jul 2 17:57:17 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 3 23:22:19 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=320fb282
7
8 dev-db/postgresql: use HTTPS
9
10 Package-Manager: Portage-2.3.103, Repoman-2.3.23
11 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
12 Closes: https://github.com/gentoo/gentoo/pull/16548
13 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
14
15 dev-db/postgresql/postgresql-11.7.ebuild | 8 ++++----
16 dev-db/postgresql/postgresql-11.8.ebuild | 8 ++++----
17 dev-db/postgresql/postgresql-12.2.ebuild | 8 ++++----
18 dev-db/postgresql/postgresql-12.3.ebuild | 8 ++++----
19 dev-db/postgresql/postgresql-13_beta1.ebuild | 8 ++++----
20 5 files changed, 20 insertions(+), 20 deletions(-)
21
22 diff --git a/dev-db/postgresql/postgresql-11.7.ebuild b/dev-db/postgresql/postgresql-11.7.ebuild
23 index 372964685b5..affe9b75b79 100644
24 --- a/dev-db/postgresql/postgresql-11.7.ebuild
25 +++ b/dev-db/postgresql/postgresql-11.7.ebuild
26 @@ -22,7 +22,7 @@ SRC_URI="https://ftp.postgresql.org/pub/source/v${MY_PV}/postgresql-${MY_PV}.tar
27
28 LICENSE="POSTGRESQL GPL-2"
29 DESCRIPTION="PostgreSQL RDBMS"
30 -HOMEPAGE="http://www.postgresql.org/"
31 +HOMEPAGE="https://www.postgresql.org/"
32
33 IUSE="debug doc icu kerberos kernel_linux ldap libressl llvm nls pam
34 perl python +readline selinux +server systemd ssl static-libs tcl
35 @@ -290,7 +290,7 @@ pkg_postinst() {
36 elog "https://wiki.gentoo.org/wiki/PostgreSQL"
37 elog
38 elog "Official documentation:"
39 - elog "http://www.postgresql.org/docs/${SLOT}/static/index.html"
40 + elog "https://www.postgresql.org/docs/${SLOT}/static/index.html"
41 elog
42 elog "The default location of the Unix-domain socket is:"
43 elog " ${EROOT}/run/postgresql/"
44 @@ -363,8 +363,8 @@ pkg_config() {
45 einfo " ${EROOT}/etc/conf.d/postgresql-${SLOT}"
46 einfo
47 einfo "Information on options that can be passed to initdb are found at:"
48 - einfo " http://www.postgresql.org/docs/${SLOT}/static/creating-cluster.html"
49 - einfo " http://www.postgresql.org/docs/${SLOT}/static/app-initdb.html"
50 + einfo " https://www.postgresql.org/docs/${SLOT}/static/creating-cluster.html"
51 + einfo " https://www.postgresql.org/docs/${SLOT}/static/app-initdb.html"
52 einfo
53 einfo "PG_INITDB_OPTS is currently set to:"
54 if [[ -z "${PG_INITDB_OPTS}" ]] ; then
55
56 diff --git a/dev-db/postgresql/postgresql-11.8.ebuild b/dev-db/postgresql/postgresql-11.8.ebuild
57 index fadb6959719..e17cfba0e92 100644
58 --- a/dev-db/postgresql/postgresql-11.8.ebuild
59 +++ b/dev-db/postgresql/postgresql-11.8.ebuild
60 @@ -18,7 +18,7 @@ SRC_URI="https://ftp.postgresql.org/pub/source/v${MY_PV}/postgresql-${MY_PV}.tar
61
62 LICENSE="POSTGRESQL GPL-2"
63 DESCRIPTION="PostgreSQL RDBMS"
64 -HOMEPAGE="http://www.postgresql.org/"
65 +HOMEPAGE="https://www.postgresql.org/"
66
67 IUSE="debug doc icu kerberos kernel_linux ldap libressl llvm nls pam
68 perl python +readline selinux +server systemd ssl static-libs tcl
69 @@ -281,7 +281,7 @@ pkg_postinst() {
70 elog "https://wiki.gentoo.org/wiki/PostgreSQL"
71 elog
72 elog "Official documentation:"
73 - elog "http://www.postgresql.org/docs/${SLOT}/static/index.html"
74 + elog "https://www.postgresql.org/docs/${SLOT}/static/index.html"
75 elog
76 elog "The default location of the Unix-domain socket is:"
77 elog " ${EROOT}/run/postgresql/"
78 @@ -354,8 +354,8 @@ pkg_config() {
79 einfo " ${EROOT}/etc/conf.d/postgresql-${SLOT}"
80 einfo
81 einfo "Information on options that can be passed to initdb are found at:"
82 - einfo " http://www.postgresql.org/docs/${SLOT}/static/creating-cluster.html"
83 - einfo " http://www.postgresql.org/docs/${SLOT}/static/app-initdb.html"
84 + einfo " https://www.postgresql.org/docs/${SLOT}/static/creating-cluster.html"
85 + einfo " https://www.postgresql.org/docs/${SLOT}/static/app-initdb.html"
86 einfo
87 einfo "PG_INITDB_OPTS is currently set to:"
88 if [[ -z "${PG_INITDB_OPTS}" ]] ; then
89
90 diff --git a/dev-db/postgresql/postgresql-12.2.ebuild b/dev-db/postgresql/postgresql-12.2.ebuild
91 index 57f10573d89..b6592df117f 100644
92 --- a/dev-db/postgresql/postgresql-12.2.ebuild
93 +++ b/dev-db/postgresql/postgresql-12.2.ebuild
94 @@ -22,7 +22,7 @@ SRC_URI="https://ftp.postgresql.org/pub/source/v${MY_PV}/postgresql-${MY_PV}.tar
95
96 LICENSE="POSTGRESQL GPL-2"
97 DESCRIPTION="PostgreSQL RDBMS"
98 -HOMEPAGE="http://www.postgresql.org/"
99 +HOMEPAGE="https://www.postgresql.org/"
100
101 IUSE="debug doc icu kerberos kernel_linux ldap libressl llvm nls pam
102 perl python +readline selinux +server systemd ssl static-libs tcl
103 @@ -290,7 +290,7 @@ pkg_postinst() {
104 elog "https://wiki.gentoo.org/wiki/PostgreSQL"
105 elog
106 elog "Official documentation:"
107 - elog "http://www.postgresql.org/docs/${SLOT}/static/index.html"
108 + elog "https://www.postgresql.org/docs/${SLOT}/static/index.html"
109 elog
110 elog "The default location of the Unix-domain socket is:"
111 elog " ${EROOT}/run/postgresql/"
112 @@ -363,8 +363,8 @@ pkg_config() {
113 einfo " ${EROOT}/etc/conf.d/postgresql-${SLOT}"
114 einfo
115 einfo "Information on options that can be passed to initdb are found at:"
116 - einfo " http://www.postgresql.org/docs/${SLOT}/static/creating-cluster.html"
117 - einfo " http://www.postgresql.org/docs/${SLOT}/static/app-initdb.html"
118 + einfo " https://www.postgresql.org/docs/${SLOT}/static/creating-cluster.html"
119 + einfo " https://www.postgresql.org/docs/${SLOT}/static/app-initdb.html"
120 einfo
121 einfo "PG_INITDB_OPTS is currently set to:"
122 if [[ -z "${PG_INITDB_OPTS}" ]] ; then
123
124 diff --git a/dev-db/postgresql/postgresql-12.3.ebuild b/dev-db/postgresql/postgresql-12.3.ebuild
125 index e0a0549f88a..cfae19554b2 100644
126 --- a/dev-db/postgresql/postgresql-12.3.ebuild
127 +++ b/dev-db/postgresql/postgresql-12.3.ebuild
128 @@ -18,7 +18,7 @@ SRC_URI="https://ftp.postgresql.org/pub/source/v${MY_PV}/postgresql-${MY_PV}.tar
129
130 LICENSE="POSTGRESQL GPL-2"
131 DESCRIPTION="PostgreSQL RDBMS"
132 -HOMEPAGE="http://www.postgresql.org/"
133 +HOMEPAGE="https://www.postgresql.org/"
134
135 IUSE="debug doc icu kerberos kernel_linux ldap libressl llvm nls pam
136 perl python +readline selinux +server systemd ssl static-libs tcl
137 @@ -281,7 +281,7 @@ pkg_postinst() {
138 elog "https://wiki.gentoo.org/wiki/PostgreSQL"
139 elog
140 elog "Official documentation:"
141 - elog "http://www.postgresql.org/docs/${SLOT}/static/index.html"
142 + elog "https://www.postgresql.org/docs/${SLOT}/static/index.html"
143 elog
144 elog "The default location of the Unix-domain socket is:"
145 elog " ${EROOT}/run/postgresql/"
146 @@ -354,8 +354,8 @@ pkg_config() {
147 einfo " ${EROOT}/etc/conf.d/postgresql-${SLOT}"
148 einfo
149 einfo "Information on options that can be passed to initdb are found at:"
150 - einfo " http://www.postgresql.org/docs/${SLOT}/static/creating-cluster.html"
151 - einfo " http://www.postgresql.org/docs/${SLOT}/static/app-initdb.html"
152 + einfo " https://www.postgresql.org/docs/${SLOT}/static/creating-cluster.html"
153 + einfo " https://www.postgresql.org/docs/${SLOT}/static/app-initdb.html"
154 einfo
155 einfo "PG_INITDB_OPTS is currently set to:"
156 if [[ -z "${PG_INITDB_OPTS}" ]] ; then
157
158 diff --git a/dev-db/postgresql/postgresql-13_beta1.ebuild b/dev-db/postgresql/postgresql-13_beta1.ebuild
159 index 888813e90a4..000f3085aa8 100644
160 --- a/dev-db/postgresql/postgresql-13_beta1.ebuild
161 +++ b/dev-db/postgresql/postgresql-13_beta1.ebuild
162 @@ -18,7 +18,7 @@ SRC_URI="https://ftp.postgresql.org/pub/source/v${MY_PV}/postgresql-${MY_PV}.tar
163
164 LICENSE="POSTGRESQL GPL-2"
165 DESCRIPTION="PostgreSQL RDBMS"
166 -HOMEPAGE="http://www.postgresql.org/"
167 +HOMEPAGE="https://www.postgresql.org/"
168
169 IUSE="debug doc icu kerberos kernel_linux ldap libressl llvm nls pam
170 perl python +readline selinux +server systemd ssl static-libs tcl
171 @@ -281,7 +281,7 @@ pkg_postinst() {
172 elog "https://wiki.gentoo.org/wiki/PostgreSQL"
173 elog
174 elog "Official documentation:"
175 - elog "http://www.postgresql.org/docs/${SLOT}/static/index.html"
176 + elog "https://www.postgresql.org/docs/${SLOT}/static/index.html"
177 elog
178 elog "The default location of the Unix-domain socket is:"
179 elog " ${EROOT}/run/postgresql/"
180 @@ -354,8 +354,8 @@ pkg_config() {
181 einfo " ${EROOT}/etc/conf.d/postgresql-${SLOT}"
182 einfo
183 einfo "Information on options that can be passed to initdb are found at:"
184 - einfo " http://www.postgresql.org/docs/${SLOT}/static/creating-cluster.html"
185 - einfo " http://www.postgresql.org/docs/${SLOT}/static/app-initdb.html"
186 + einfo " https://www.postgresql.org/docs/${SLOT}/static/creating-cluster.html"
187 + einfo " https://www.postgresql.org/docs/${SLOT}/static/app-initdb.html"
188 einfo
189 einfo "PG_INITDB_OPTS is currently set to:"
190 if [[ -z "${PG_INITDB_OPTS}" ]] ; then