diff options
author | Wim Muskee <wimmuskee@gmail.com> | 2016-12-14 19:57:46 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-12-17 23:43:40 +0100 |
commit | 728d55f473afa06a1eab6e9360f60385312fb761 (patch) | |
tree | 525a7352c05c044e18601cd044fc9f40303ca6ee /mail-filter | |
parent | kde-apps/kjots: Remove 5.0.1 (diff) | |
download | gentoo-728d55f473afa06a1eab6e9360f60385312fb761.tar.gz gentoo-728d55f473afa06a1eab6e9360f60385312fb761.tar.bz2 gentoo-728d55f473afa06a1eab6e9360f60385312fb761.zip |
mail-filter/clamsmtp: update SRC_URI and HOMEPAGE.
Gentoo-Bug: https://bugs.gentoo.org/586738
Closes: https://github.com/gentoo/gentoo/pull/3118
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'mail-filter')
-rw-r--r-- | mail-filter/clamsmtp/clamsmtp-1.10.ebuild | 10 | ||||
-rw-r--r-- | mail-filter/clamsmtp/metadata.xml | 3 |
2 files changed, 8 insertions, 5 deletions
diff --git a/mail-filter/clamsmtp/clamsmtp-1.10.ebuild b/mail-filter/clamsmtp/clamsmtp-1.10.ebuild index 7107d9fe1c11..f41e185126b6 100644 --- a/mail-filter/clamsmtp/clamsmtp-1.10.ebuild +++ b/mail-filter/clamsmtp/clamsmtp-1.10.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -DESCRIPTION="ClamSMTP is an SMTP filter that allows you to check for viruses using the ClamAV anti-virus software" -HOMEPAGE="http://memberwebs.com/nielsen/software/clamsmtp/" +DESCRIPTION="An SMTP filter to check for viruses using the ClamAV anti-virus software" +HOMEPAGE="http://thewalter.net/stef/software/clamsmtp/" -SRC_URI="http://memberwebs.com/nielsen/software/clamsmtp/${P}.tar.gz" +SRC_URI="http://thewalter.net/stef/software/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="amd64 hppa ~sparc x86" @@ -30,7 +30,7 @@ src_install() { pkg_postinst() { echo elog "For help configuring Postfix to use clamsmtpd, see:" - elog " http://memberwebs.com/nielsen/software/clamsmtp/postfix.html" + elog " http://thewalter.net/stef/software/clamsmtp/postfix.html" echo ewarn "You'll need to have ScanMail support turned on in clamav.conf" ewarn "Also, make sure the clamd scanning daemon is running (not just freshclam)" diff --git a/mail-filter/clamsmtp/metadata.xml b/mail-filter/clamsmtp/metadata.xml index 9bdfcd94f961..baf10cb0ef87 100644 --- a/mail-filter/clamsmtp/metadata.xml +++ b/mail-filter/clamsmtp/metadata.xml @@ -6,4 +6,7 @@ <name>Net-Mail</name> </maintainer> <longdescription>ClamSMTP is an SMTP filter that allows you to check for viruses using the ClamAV anti-virus software. It accepts SMTP connections and forwards the SMTP commands and responses to another SMTP server. The 'DATA' email body is intercepted and scanned before forwarding.</longdescription> + <upstream> + <changelog>http://thewalter.net/stef/software/clamsmtp/ChangeLog</changelog> + </upstream> </pkgmetadata> |