summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWim Muskee <wimmuskee@gmail.com>2016-12-14 19:57:46 +0100
committerPatrice Clement <monsieurp@gentoo.org>2016-12-17 23:43:40 +0100
commit728d55f473afa06a1eab6e9360f60385312fb761 (patch)
tree525a7352c05c044e18601cd044fc9f40303ca6ee /mail-filter/clamsmtp/clamsmtp-1.10.ebuild
parentkde-apps/kjots: Remove 5.0.1 (diff)
downloadgentoo-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/clamsmtp/clamsmtp-1.10.ebuild')
-rw-r--r--mail-filter/clamsmtp/clamsmtp-1.10.ebuild10
1 files changed, 5 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)"