commit: 728d55f473afa06a1eab6e9360f60385312fb761 Author: Wim Muskee <wimmuskee <AT> gmail <DOT> com> AuthorDate: Wed Dec 14 18:57:46 2016 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Sat Dec 17 22:43:40 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=728d55f4
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 <AT> gentoo.org> mail-filter/clamsmtp/clamsmtp-1.10.ebuild | 10 +++++----- 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 7107d9f..f41e185 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 9bdfcd9..baf10cb 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>
