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 EB45A158094 for ; Fri, 29 Jul 2022 06:47:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 041A2E0D9E; Fri, 29 Jul 2022 06:47:57 +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 D8816E0D9E for ; Fri, 29 Jul 2022 06:47:56 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CF37A3411EA for ; Fri, 29 Jul 2022 06:47:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 121CE556 for ; Fri, 29 Jul 2022 06:47:54 +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: <1659077266.d19ab2a566961cd3d1e430c6b930a5da922f506b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-filter/policyd/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-filter/policyd/policyd-1.82-r4.ebuild X-VCS-Directories: mail-filter/policyd/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d19ab2a566961cd3d1e430c6b930a5da922f506b X-VCS-Branch: master Date: Fri, 29 Jul 2022 06:47:54 +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: 70e5e2fa-32d7-4704-989e-7c42b955f848 X-Archives-Hash: 2f6f17b680ca69132827c57a283f55b5 commit: d19ab2a566961cd3d1e430c6b930a5da922f506b Author: Michael Mair-Keimberger levelnine at> AuthorDate: Fri Jul 29 05:28:53 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jul 29 06:47:46 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d19ab2a5 mail-filter/policyd: update HOMEPAGE, fix SRC_URI, LICENSE Signed-off-by: Michael Mair-Keimberger levelnine.at> Portage 3.0.34 / pkgdev 0.2.1 / pkgcheck 0.10.11 Closes: https://github.com/gentoo/gentoo/pull/26643 Signed-off-by: Sam James gentoo.org> mail-filter/policyd/policyd-1.82-r4.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mail-filter/policyd/policyd-1.82-r4.ebuild b/mail-filter/policyd/policyd-1.82-r4.ebuild index fdf57b2112b7..c4c0e75853d5 100644 --- a/mail-filter/policyd/policyd-1.82-r4.ebuild +++ b/mail-filter/policyd/policyd-1.82-r4.ebuild @@ -6,10 +6,10 @@ EAPI=7 inherit flag-o-matic toolchain-funcs DESCRIPTION="Policy daemon for postfix and other MTAs" -HOMEPAGE="http://policyd.sf.net/" -SRC_URI="http://policyd.sourceforge.net/${P}.tar.gz" +HOMEPAGE="https://wiki.policyd.org" +SRC_URI="https://download.policyd.org/v1.82/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 ~hppa x86"