From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EE82B138335 for ; Thu, 7 Jun 2018 19:22:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 571B5E0B51; Thu, 7 Jun 2018 19:22:50 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2B852E0B40 for ; Thu, 7 Jun 2018 19:22:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D5DF7335CCD for ; Thu, 7 Jun 2018 19:22:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9038E2CB for ; Thu, 7 Jun 2018 19:22:45 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1528399225.8851248b8557a337bd6da436d298ba2149c6f627.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/pgrouting/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/pgrouting/pgrouting-2.5.2.ebuild X-VCS-Directories: dev-db/pgrouting/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 8851248b8557a337bd6da436d298ba2149c6f627 X-VCS-Branch: master Date: Thu, 7 Jun 2018 19:22:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3ed51b2c-837d-4822-b5e4-c709d12cd5be X-Archives-Hash: 4ac86bb64460b592382d95a7cd1e149b commit: 8851248b8557a337bd6da436d298ba2149c6f627 Author: Michael Mair-Keimberger gmail com> AuthorDate: Mon Jun 4 20:03:12 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Thu Jun 7 19:20:25 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8851248b dev-db/pgrouting: use HTTPs Closes: https://github.com/gentoo/gentoo/pull/8725 dev-db/pgrouting/pgrouting-2.5.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-db/pgrouting/pgrouting-2.5.2.ebuild b/dev-db/pgrouting/pgrouting-2.5.2.ebuild index fa48f5a3fb6..7a0afdc63ea 100644 --- a/dev-db/pgrouting/pgrouting-2.5.2.ebuild +++ b/dev-db/pgrouting/pgrouting-2.5.2.ebuild @@ -9,7 +9,7 @@ POSTGRES_USEDEP="server" inherit postgres cmake-utils DESCRIPTION="pgRouting extends PostGIS and PostgreSQL with geospatial routing functionality." -HOMEPAGE="http://pgrouting.org/" +HOMEPAGE="https://pgrouting.org/" LICENSE="GPL-2 MIT Boost-1.0" SLOT="0"