Skip to content

Commit

Permalink
mail-filter/mailfilter: bump to 0.8.7
Browse files Browse the repository at this point in the history
This bump fixes several bugs resolved since 0.8.4.

Bug: https://bugs.gentoo.org/574164
Bug: https://bugs.gentoo.org/587134
Bug: https://bugs.gentoo.org/769407

Signed-off-by: Holger Hoffstätte holger@applied-asynchrony.com
  • Loading branch information
hhoffstaette committed Jun 29, 2022
1 parent a63643d commit b858875
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
1 change: 1 addition & 0 deletions mail-filter/mailfilter/Manifest
@@ -1 +1,2 @@
DIST mailfilter-0.8.4.tar.gz 424789 BLAKE2B 3ffee855a52b6d85ca7241ab55fd31093ff7dad218b37d2caeaf61dbe0a6ce14a283a60f6bee33409363e516902d8024ec4e5008041ddc28b48d7fc1313d5de3 SHA512 d6cd3399240f60020bf17f460376bfa73132e0714adf1e9b34e2993367440eba28d3cb8ef20b997b1ecf02419f69b761f704598641222d32b3aefdb8a96930e7
DIST mailfilter-0.8.7.tar.gz 570116 BLAKE2B f8376c195a3cd64cad95e6d58300159ee6142d3b37f912370e8a49245874b991709b618be3358394ea8ef282c872a87ccf804ac5723d41134f2aec5512868241 SHA512 98193ae8b3c6bca14ea97fc11fb9dfedb351529564d357c91c748523c2ac1837dbd128ead99c99065655e3858066f977abbeb01916ef66eae6f167d9172971d3
26 changes: 26 additions & 0 deletions mail-filter/mailfilter/mailfilter-0.8.7.ebuild
@@ -0,0 +1,26 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="Mailfilter is a utility to get rid of unwanted spam mails"
HOMEPAGE="http://mailfilter.sourceforge.net/"
SRC_URI="mirror://sourceforge/mailfilter/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE="+ssl"

DEPEND="sys-devel/flex
ssl? ( dev-libs/openssl:0= )"
RDEPEND="ssl? ( dev-libs/openssl:0= )"

src_configure() {
econf $(use_with ssl openssl)
}

src_install() {
default
dodoc INSTALL doc/FAQ "${FILESDIR}"/rcfile.example{1,2}
}

0 comments on commit b858875

Please sign in to comment.