Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to test grimoire by David Kowis

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Kowis <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to test grimoire by David Kowis
  • Date: Fri, 19 May 2006 11:46:36 -0500

GIT changes to test grimoire by David Kowis <dkowis AT shlrm.org>:

mail/amavisd-new/DEPENDS | 8 ++++++++
mail/amavisd-new/DETAILS | 4 ++--
mail/amavisd-new/HISTORY | 4 ++++
mail/dspam/BUILD | 2 +-
mail/dspam/HISTORY | 3 +++
5 files changed, 18 insertions(+), 3 deletions(-)

New commits:
commit b0c72db088a1ab3b799c9eef7824fbd727713dd3
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT shlrm.org>

Fixing bug 10768, version bump of amavisd-new and a few improvements

commit 464eace046e897cae884e8c478f20f9678c2ddae
Merge: 2b0a582... 564dc66...
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT shlrm.org>

Merge branch 'master' of ssh://scm.sourcemage.org/smgl/grimoire

commit 2b0a582dbdd683b7283a1f259c58cf98dda1c9d6
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT shlrm.org>

So here's my first commit in git.
fixing bug 10460 Hopefully I've done it right... The commit I mean

diff --git a/mail/amavisd-new/DEPENDS b/mail/amavisd-new/DEPENDS
index 39a846c..4ff2a49 100755
--- a/mail/amavisd-new/DEPENDS
+++ b/mail/amavisd-new/DEPENDS
@@ -1,3 +1,4 @@
+depends file &&
depends arc &&
depends unarj &&
depends unrar &&
@@ -16,7 +17,14 @@ depends mailtools &&
depends mime-tools &&
depends mime-base64 &&
depends net-server &&
+depends libnet-perl &&
depends unix-syslog &&

+if [[ spell_ok clamav ]]; then
+ optional_depends mail-clamav "" "" "to interface better with clamav"
+fi &&
+
+optional_depends authen-sasl "" "" "authenticating on mail forwarding and on
submitting DSN" &&
+
optional_depends spamassassin "" "" "For spam/UCE filter" &&
optional_depends VIRUS-SCANNER "" "" "For virus scanning support"
diff --git a/mail/amavisd-new/DETAILS b/mail/amavisd-new/DETAILS
index e1399f4..8a7e764 100755
--- a/mail/amavisd-new/DETAILS
+++ b/mail/amavisd-new/DETAILS
@@ -1,9 +1,9 @@
SPELL=amavisd-new
- VERSION=2.2.1
+ VERSION=2.4.1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://www.ijs.si/software/amavisd/$SOURCE
-
SOURCE_HASH=sha512:e5cf23c1792c912d56ddb012e4766d98f24163b3c5981a47f957b1f9a3ec4228f030b1f124d45ea56122a22590cbc58c5cd6061637dbf5a12f0430aaf1f1661a
+
SOURCE_HASH=sha512:c9429483611c39be33e145c649ea2da370e3dd2fbf5f105d6060b1810f473e934de71c340f49bb747bd049307df947bdf1c5ec85bed48c76bf5ea2f0fd107266
WEB_SITE=http://www.ijs.si/software/amavisd/
ENTERED=20050114
UPDATED=20050114
diff --git a/mail/amavisd-new/HISTORY b/mail/amavisd-new/HISTORY
index a7e6d98..5f42893 100644
--- a/mail/amavisd-new/HISTORY
+++ b/mail/amavisd-new/HISTORY
@@ -1,3 +1,7 @@
+2006-05-19 David Kowis <dkowis AT shlrm.org>
+ * DEPENDS: added a few more optional depends and updated the depends
list
+ * DETAILS: version bumped
+
2006-03-13 David Kowis <dkowis AT shlrm.org>
* DEPENDS: added dependency on new io-string spell

diff --git a/mail/dspam/BUILD b/mail/dspam/BUILD
index d7dcc0e..e7e3e08 100755
--- a/mail/dspam/BUILD
+++ b/mail/dspam/BUILD
@@ -1,4 +1,4 @@
-OPTS="$OPTS $DSPAM_DAEMON" &&
+OPTS="$OPTS $DSPAM_DAEMON $DSPAM_PREFS" &&

STORAGE_DRIVERS='hash_drv' &&
if [[ "$DSPAM_SQLITE" == y ]]; then
STORAGE_DRIVERS="$STORAGE_DRIVERS,sqlite3_drv"; fi &&
diff --git a/mail/dspam/HISTORY b/mail/dspam/HISTORY
index 5e0443c..f779fab 100644
--- a/mail/dspam/HISTORY
+++ b/mail/dspam/HISTORY
@@ -1,3 +1,6 @@
+2006-05-19 David Kowis <dkowis AT shlrm.org>
+ * BUILD: forgot to add DSPAM_PREFS to the $OPTS. bug #10460
+
2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
* DETAILS: (automated) Add KEYWORDS





Archive powered by MHonArc 2.6.24.

Top of Page