sci-geosciences/osm2pgsql: use HTTPS for GitHub and HOMEPAGE
authorDavid Hicks <david@hicks.id.au>
Sat, 29 Jul 2017 18:59:09 +0000 (04:59 +1000)
committerMichał Górny <mgorny@gentoo.org>
Sun, 30 Jul 2017 10:04:26 +0000 (12:04 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.3

sci-geosciences/osm2pgsql/osm2pgsql-0.92.0.ebuild
sci-geosciences/osm2pgsql/osm2pgsql-99999999.ebuild

index d39268a3f4fe62cf37135db6ef2e256d3fbc2c5b..5baceefb803ab921bd6f790d0d49959adc57ab61 100644 (file)
@@ -6,7 +6,7 @@ EAPI=6
 inherit cmake-utils
 
 DESCRIPTION="Converts OSM data to SQL and insert into PostgreSQL db"
-HOMEPAGE="http://wiki.openstreetmap.org/wiki/Osm2pgsql https://github.com/openstreetmap/osm2pgsql"
+HOMEPAGE="https://wiki.openstreetmap.org/wiki/Osm2pgsql https://github.com/openstreetmap/osm2pgsql"
 SRC_URI="https://github.com/openstreetmap/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
index 675ca03e0dd408e686fcb5cff8b4a3d0fc02667a..44e16db480410aee6b1e21e2bb71e531a0ef3eb5 100644 (file)
@@ -5,10 +5,10 @@ EAPI=6
 
 inherit cmake-utils git-r3
 
-EGIT_REPO_URI="git://github.com/openstreetmap/osm2pgsql.git"
+EGIT_REPO_URI="https://github.com/openstreetmap/${PN}.git"
 
 DESCRIPTION="Converts OSM planet.osm data to a PostgreSQL/PostGIS database"
-HOMEPAGE="http://wiki.openstreetmap.org/wiki/Osm2pgsql"
+HOMEPAGE="https://wiki.openstreetmap.org/wiki/Osm2pgsql"
 SRC_URI=""
 
 LICENSE="GPL-2"