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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 75F80158089 for ; Wed, 15 Nov 2023 00:26:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61C052BC01C; Wed, 15 Nov 2023 00:26:45 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 443272BC01B for ; Wed, 15 Nov 2023 00:26:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6CFD2335D74 for ; Wed, 15 Nov 2023 00:26:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B8DB1392 for ; Wed, 15 Nov 2023 00:26:41 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1700007859.a837955096562f7615b8a7c76245280e9f26c80d.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/postfix-logwatch/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/postfix-logwatch/postfix-logwatch-1.40.05.ebuild X-VCS-Directories: net-mail/postfix-logwatch/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: a837955096562f7615b8a7c76245280e9f26c80d X-VCS-Branch: master Date: Wed, 15 Nov 2023 00:26:41 +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: d4f59f1b-81cb-421b-b8c8-f6318276685b X-Archives-Hash: bd3693488819752721ad26f34ce170be commit: a837955096562f7615b8a7c76245280e9f26c80d Author: Michael Orlitzky gentoo org> AuthorDate: Wed Nov 15 00:11:55 2023 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Wed Nov 15 00:24:19 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8379550 net-mail/postfix-logwatch: update HOMEPAGE, SRC_URI (http -> https) Signed-off-by: Michael Orlitzky gentoo.org> net-mail/postfix-logwatch/postfix-logwatch-1.40.05.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net-mail/postfix-logwatch/postfix-logwatch-1.40.05.ebuild b/net-mail/postfix-logwatch/postfix-logwatch-1.40.05.ebuild index 43edbac64654..b6113b4c9f09 100644 --- a/net-mail/postfix-logwatch/postfix-logwatch-1.40.05.ebuild +++ b/net-mail/postfix-logwatch/postfix-logwatch-1.40.05.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DESCRIPTION="A log analyzer for postfix" -HOMEPAGE="http://michael.orlitzky.com/code/postfix-logwatch.xhtml" -SRC_URI="http://michael.orlitzky.com/code/releases/${P}.tar.xz" +HOMEPAGE="https://michael.orlitzky.com/code/postfix-logwatch.xhtml" +SRC_URI="https://michael.orlitzky.com/code/releases/${P}.tar.xz" LICENSE="MIT" SLOT="0"