sm-commit AT lists.ibiblio.org
Subject: Source Mage code commit list
List archive
[SM-Commit] GIT changes to master grimoire by Jason Flatt (9b38d35c48b15db70b1ab525d34085237fb82cec)
- From: Jason Flatt <scm AT mail.sourcemage.org>
- To: sm-commit AT lists.ibiblio.org
- Subject: [SM-Commit] GIT changes to master grimoire by Jason Flatt (9b38d35c48b15db70b1ab525d34085237fb82cec)
- Date: Thu, 20 Jul 2006 22:47:58 -0500
GIT changes to master grimoire by Jason Flatt <jflatt AT sourcemage.org>:
mail/amavisd-new/CONFIGURE | 5 +++++
mail/amavisd-new/DEPENDS | 6 +++++-
mail/amavisd-new/HISTORY | 5 +++++
mail/amavisd-new/PRE_BUILD | 6 ++++++
4 files changed, 21 insertions(+), 1 deletion(-)
New commits:
commit 9b38d35c48b15db70b1ab525d34085237fb82cec
Author: Jason Flatt <jflatt AT sourcemage.org>
Commit: Jason Flatt <jflatt AT sourcemage.org>
Added optional support for Courier and fixed a bug.
diff --git a/mail/amavisd-new/CONFIGURE b/mail/amavisd-new/CONFIGURE
new file mode 100755
index 0000000..add8703
--- /dev/null
+++ b/mail/amavisd-new/CONFIGURE
@@ -0,0 +1,5 @@
+if spell_ok courier; then
+ config_query AMAVISD_FOR_COURIER "Patch amavisd to work with Courier?" y
+else
+ config_query AMAVISD_FOR_COURIER "Patch amavisd to work with Courier?" n
+fi
diff --git a/mail/amavisd-new/DEPENDS b/mail/amavisd-new/DEPENDS
index 4ff2a49..f20f302 100755
--- a/mail/amavisd-new/DEPENDS
+++ b/mail/amavisd-new/DEPENDS
@@ -20,7 +20,11 @@ depends net-server &&
depends libnet-perl &&
depends unix-syslog &&
-if [[ spell_ok clamav ]]; then
+if [ "${AMAVISD_FOR_COURIER}" == "y" ]; then
+ depends courier
+fi &&
+
+if spell_ok clamav; then
optional_depends mail-clamav "" "" "to interface better with clamav"
fi &&
diff --git a/mail/amavisd-new/HISTORY b/mail/amavisd-new/HISTORY
index 5f42893..a11ead0 100644
--- a/mail/amavisd-new/HISTORY
+++ b/mail/amavisd-new/HISTORY
@@ -1,3 +1,8 @@
+2006-7-20 Jason Flatt <jflatt AT sourcemage.org>
+ * CONFIGURE, DEPENDS, PRE_BUILD: Added the option to include support
+ for Courier.
+ * DEPENDS: Removed unnecessary brackets which caused the spell to
fail.
+
2006-05-19 David Kowis <dkowis AT shlrm.org>
* DEPENDS: added a few more optional depends and updated the depends
list
* DETAILS: version bumped
diff --git a/mail/amavisd-new/PRE_BUILD b/mail/amavisd-new/PRE_BUILD
new file mode 100755
index 0000000..97230a9
--- /dev/null
+++ b/mail/amavisd-new/PRE_BUILD
@@ -0,0 +1,6 @@
+default_pre_build &&
+
+if [ "${AMAVISD_FOR_COURIER}" == "y" ]; then
+ cd ${SOURCE_DIRECTORY} &&
+ patch -p0 < amavisd-new-courier.patch
+fi
- [SM-Commit] GIT changes to master grimoire by Jason Flatt (9b38d35c48b15db70b1ab525d34085237fb82cec), Jason Flatt, 07/20/2006
Archive powered by MHonArc 2.6.24.