diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2022-07-29 07:28:53 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-29 07:47:46 +0100 |
commit | d19ab2a566961cd3d1e430c6b930a5da922f506b (patch) | |
tree | a8c996dfeaea74c482a73dcd4e0b5942a7d39cab /mail-filter | |
parent | mail-filter/gld: update HOMEPAGE (diff) | |
download | gentoo-d19ab2a566961cd3d1e430c6b930a5da922f506b.tar.gz gentoo-d19ab2a566961cd3d1e430c6b930a5da922f506b.tar.bz2 gentoo-d19ab2a566961cd3d1e430c6b930a5da922f506b.zip |
mail-filter/policyd: update HOMEPAGE, fix SRC_URI, LICENSE
Signed-off-by: Michael Mair-Keimberger <mmk@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 <sam@gentoo.org>
Diffstat (limited to 'mail-filter')
-rw-r--r-- | mail-filter/policyd/policyd-1.82-r4.ebuild | 6 |
1 files 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" |