Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Arjan Bouter (389026f805565fea7c2dacccaf747929664b4942)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arjan Bouter <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (389026f805565fea7c2dacccaf747929664b4942)
  • Date: Thu, 21 Sep 2006 08:38:29 -0500

GIT changes to master grimoire by Arjan Bouter <abouter AT sourcemage.org>:

mail/dspam/DEPENDS | 1 +
mail/dspam/DETAILS | 11 +++++++++--
mail/dspam/HISTORY | 5 +++++
mail/dspam/PREPARE | 3 +++
4 files changed, 18 insertions(+), 2 deletions(-)

New commits:
commit 389026f805565fea7c2dacccaf747929664b4942
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

dspam: added CVS options and a warning about broken openldap support

diff --git a/mail/dspam/DEPENDS b/mail/dspam/DEPENDS
index 71a6a72..8d89b01 100755
--- a/mail/dspam/DEPENDS
+++ b/mail/dspam/DEPENDS
@@ -14,6 +14,7 @@ if [[ "$DSPAM_GD" == y ]]; then
depends perl-cgi;
fi &&

+message "WARNING: postgresql+openldap is broken in both 3.6.8 and CVS!"
optional_depends openldap '--enable-ldap' '--disable-ldap' 'for LDAP
support' &&
optional_depends clamav '--enable-clamav' '--disable-clamav' 'for virus
detection' &&
optional_depends SYSTEM-LOGGER '--enable-syslog' '--disable-syslog' 'for
logging through syslog'
diff --git a/mail/dspam/DETAILS b/mail/dspam/DETAILS
index 256d87e..51b4439 100755
--- a/mail/dspam/DETAILS
+++ b/mail/dspam/DETAILS
@@ -1,13 +1,20 @@
SPELL=dspam
+if [ "$DSPAM_CVS" = 'n' ]; then
VERSION=3.6.8

SOURCE_HASH=sha512:7a05bfb5c26ba16bb5bde12ac0022a051f28aa4e91d2c0471859f3f08514af5f2ce9d1e577fcef022051634969203652b9e0d4fe670105bcd920d38ceb359e46
- SOURCE="$SPELL-$VERSION.tar.gz"
SOURCE_URL[0]="http://dspam.nuclearelephant.com/sources/$SOURCE";
+else
+ VERSION=cvs
+
SOURCE_URL[0]=cvs://:pserver:cvs AT cvs.nuclearelephant.com:/usr/local/cvsroot:dspam
+ SOURCE_IGNORE=volatile
+ FORCE_DOWNLOAD=on
+fi
+ SOURCE="$SPELL-$VERSION.tar.bz2"
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE="http://$SPELL.nuclearelephant.com/";
FRESHMEAT_URL="http://freshmeat.net/projects/$SPELL/";
LICENSE[0]='GPL'
- PATCHLEVEL=2
+ PATCHLEVEL=3
KEYWORDS="email mail spam filter"
SHORT='A server-side anti-spam agent for UNIX email servers'
cat << EOF
diff --git a/mail/dspam/HISTORY b/mail/dspam/HISTORY
index dc49964..7c07b81 100644
--- a/mail/dspam/HISTORY
+++ b/mail/dspam/HISTORY
@@ -1,3 +1,8 @@
+2006-09-21 Arjan Bouter <abouter AT sourcemage.org>
+ * DETAILS: added CVS option, patchlevel=3
+ * DEPENDS: added warning on broken ldap support
+ * PREPARE: added
+
2006-09-20 Arjan Bouter <abouter AT sourcemage.org>
* INSTALL: fixed webui installation
* DETAILS: patchlevel=2
diff --git a/mail/dspam/PREPARE b/mail/dspam/PREPARE
new file mode 100755
index 0000000..a643d54
--- /dev/null
+++ b/mail/dspam/PREPARE
@@ -0,0 +1,3 @@
+config_query DSPAM_CVS \
+ "Do you want to use the dspam development version from CVS?" \
+ n



  • [SM-Commit] GIT changes to master grimoire by Arjan Bouter (389026f805565fea7c2dacccaf747929664b4942), Arjan Bouter, 09/21/2006

Archive powered by MHonArc 2.6.24.

Top of Page