diff options
-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> |