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
commit031be5bafedd61583aaa0184e42e651481932345 (patch)
tree0039f6e46089c557bb29460afc9defa3349381f8 /mail-filter
parentsh KEYWORDS (diff)
downloadhistorical-031be5bafedd61583aaa0184e42e651481932345.tar.gz
historical-031be5bafedd61583aaa0184e42e651481932345.tar.bz2
historical-031be5bafedd61583aaa0184e42e651481932345.zip
Refixed a problem with Bug
Diffstat (limited to 'mail-filter')
-rw-r--r--mail-filter/dspam/ChangeLog6
-rw-r--r--mail-filter/dspam/Manifest6
-rw-r--r--mail-filter/dspam/dspam-3.2.0.ebuild4
-rw-r--r--mail-filter/dspam/dspam-3.2.1.ebuild4
4 files changed, 12 insertions, 8 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/Manifest b/mail-filter/dspam/Manifest
index 4b1d7bd0046b..e5bca84ba43f 100644
--- a/mail-filter/dspam/Manifest
+++ b/mail-filter/dspam/Manifest
@@ -1,8 +1,8 @@
-MD5 223042941709fb1fe98848217142f49a ChangeLog 5938
+MD5 3120295203165e52cca6b5e624c5031a ChangeLog 6072
MD5 818341ff579ee7d21ed37a42b91cb945 dspam-3.0.0.ebuild 7029
MD5 b08fbc1616907518bbe03909a57b8b6e dspam-3.1.2.ebuild 14858
-MD5 aa6b749d142cea8bf252e18a7f277983 dspam-3.2.0.ebuild 15971
-MD5 0b3e3ea84eca7eac2dc72a77ceec8b54 dspam-3.2.1.ebuild 15927
+MD5 8a08e7029b398b05ff2e2472ffde5465 dspam-3.2.0.ebuild 15966
+MD5 b98b3dde5ed0d1d0313a65d6d0211e73 dspam-3.2.1.ebuild 15929
MD5 dbfbe5a3bbe3347938107f5f5bd2197e metadata.xml 308
MD5 c12a54112c6fec3530a7b1a368d04ac8 files/README.postfix 309
MD5 e0469b961385fda4305602dc2519d319 files/README.qmail 2317
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!