summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLim Swee Tat <st_lim@gentoo.org>2004-11-12 15:09:38 +0000
committerLim Swee Tat <st_lim@gentoo.org>2004-11-12 15:09:38 +0000
commit6a79234d6bf1925ee7b703effc3be6f7d6ec4d17 (patch)
treec765ebf7c4fcbd5652f5f5d7cf98475c29c39909 /mail-filter/dspam
parentsh KEYWORDS (Manifest recommit) (diff)
downloadgentoo-2-6a79234d6bf1925ee7b703effc3be6f7d6ec4d17.tar.gz
gentoo-2-6a79234d6bf1925ee7b703effc3be6f7d6ec4d17.tar.bz2
gentoo-2-6a79234d6bf1925ee7b703effc3be6f7d6ec4d17.zip
Refixed a problem with Bug
Diffstat (limited to 'mail-filter/dspam')
-rw-r--r--mail-filter/dspam/ChangeLog6
-rw-r--r--mail-filter/dspam/dspam-3.2.0.ebuild4
-rw-r--r--mail-filter/dspam/dspam-3.2.1.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/mail-filter/dspam/ChangeLog b/mail-filter/dspam/ChangeLog
index 5b107d3d6696..d733b2b078c3 100644
--- a/mail-filter/dspam/ChangeLog
+++ b/mail-filter/dspam/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for mail-filter/dspam
# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/ChangeLog,v 1.27 2004/11/11 16:00:30 st_lim Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/ChangeLog,v 1.28 2004/11/12 15:09:38 st_lim Exp $
+
+ 12 Nov 2004; Lim Swee Tat <st_lim@gentoo.org> dspam-3.2.0.ebuild,
+ dspam-3.2.1.ebuild:
+ Oops on bug #70388. Reapplying on 3.2.0
11 Nov 2004; Lim Swee Tat <st_lim@gentoo.org> dspam-3.2.0.ebuild,
dspam-3.2.1.ebuild:
diff --git a/mail-filter/dspam/dspam-3.2.0.ebuild b/mail-filter/dspam/dspam-3.2.0.ebuild
index 67f938843469..d5e884c7ce99 100644
--- a/mail-filter/dspam/dspam-3.2.0.ebuild
+++ b/mail-filter/dspam/dspam-3.2.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/dspam-3.2.0.ebuild,v 1.7 2004/11/11 16:00:30 st_lim Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/dspam-3.2.0.ebuild,v 1.8 2004/11/12 15:09:38 st_lim Exp $
inherit eutils
@@ -76,7 +76,7 @@ src_compile() {
myconf="${myconf} --with-dspam-owner=dspam"
myconf="${myconf} --with-dspam-group=dspam"
myconf="${myconf} --enable-homedir --with-dspam-home=${HOMEDIR} --sysconfdir=${HOMEDIR}"
- myconf="${myconf} --with-logdir=/var/log/dspam"
+ myconf="${myconf} --with-logdir=${LOGDIR}"
# enables support for debugging (touch /etc/dspam/.debug to turn on)
# optional: even MORE debugging output, use with extreme caution!
diff --git a/mail-filter/dspam/dspam-3.2.1.ebuild b/mail-filter/dspam/dspam-3.2.1.ebuild
index a8b03f151cd0..db578bac73cf 100644
--- a/mail-filter/dspam/dspam-3.2.1.ebuild
+++ b/mail-filter/dspam/dspam-3.2.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/dspam-3.2.1.ebuild,v 1.5 2004/11/11 16:00:30 st_lim Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/dspam-3.2.1.ebuild,v 1.6 2004/11/12 15:09:38 st_lim Exp $
inherit eutils
@@ -76,7 +76,7 @@ src_compile() {
myconf="${myconf} --with-dspam-owner=dspam"
myconf="${myconf} --with-dspam-group=dspam"
myconf="${myconf} --enable-homedir --with-dspam-home=${HOMEDIR} --sysconfdir=${HOMEDIR}"
- myconf="${myconf} --with-logdir=$LOGDIR"
+ myconf="${myconf} --with-logdir=${LOGDIR}"
# enables support for debugging (touch /etc/dspam/.debug to turn on)
# optional: even MORE debugging output, use with extreme caution!