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 090BD1382C5 for ; Fri, 5 Feb 2021 10:37:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0647BE0919; Fri, 5 Feb 2021 10:37:39 +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 DF106E090F for ; Fri, 5 Feb 2021 10:37:38 +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 3F720342CBB for ; Fri, 5 Feb 2021 10:37:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 613C94A8 for ; Fri, 5 Feb 2021 10:37:35 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1612521450.abf5b4bd8d4a2450b07dc7c8004fbac07f24fb0e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-filter/postgrey/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-filter/postgrey/postgrey-1.37_p20190625-r1.ebuild X-VCS-Directories: mail-filter/postgrey/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: abf5b4bd8d4a2450b07dc7c8004fbac07f24fb0e X-VCS-Branch: master Date: Fri, 5 Feb 2021 10:37:35 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9cc8f81e-ff9c-46b2-8358-09b6639a59ea X-Archives-Hash: 4206b2cc7c1e808f29c38a6681e9a948 commit: abf5b4bd8d4a2450b07dc7c8004fbac07f24fb0e Author: Sam James gentoo org> AuthorDate: Fri Feb 5 10:27:35 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Feb 5 10:37:30 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abf5b4bd mail-filter/postgrey: HTTPSify HOMEPAGE Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> mail-filter/postgrey/postgrey-1.37_p20190625-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail-filter/postgrey/postgrey-1.37_p20190625-r1.ebuild b/mail-filter/postgrey/postgrey-1.37_p20190625-r1.ebuild index 37d56b8a5b0..6caabd8454a 100644 --- a/mail-filter/postgrey/postgrey-1.37_p20190625-r1.ebuild +++ b/mail-filter/postgrey/postgrey-1.37_p20190625-r1.ebuild @@ -7,7 +7,7 @@ inherit systemd COMMIT="eb420c5dee57dd54e6f63bad5d74e85f5cc9535d" DESCRIPTION="Postgrey is a Postfix policy server implementing greylisting" -HOMEPAGE="http://postgrey.schweikert.ch/" +HOMEPAGE="https://postgrey.schweikert.ch/" SRC_URI="https://github.com/schweikert/postgrey/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${PN}-${COMMIT}"