Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arjan Bouter <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (345d21afdcdbec4a9f09f701dc4bc80aaafcc694)
  • Date: Thu, 31 May 2007 11:18:31 -0500

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

mail/dspam/CONFIGURE | 1 -
mail/dspam/DEPENDS | 2 --
mail/dspam/DETAILS | 5 +++--
mail/dspam/FINAL | 8 +++++---
mail/dspam/HISTORY | 6 ++++++
5 files changed, 14 insertions(+), 8 deletions(-)

New commits:
commit 16eed334358632f182319b34881f451fcdf9b1f2
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

dspam: version bump to 3.8.0. watch out for config changes

diff --git a/mail/dspam/CONFIGURE b/mail/dspam/CONFIGURE
index 59ce24f..e2c9236 100755
--- a/mail/dspam/CONFIGURE
+++ b/mail/dspam/CONFIGURE
@@ -1,5 +1,4 @@
config_query DSPAM_SQLITE 'Enable SQLite driver?' n &&
-config_query DSPAM_DB 'Enable Berkeley DB driver?' n &&
config_query DSPAM_MYSQL 'Enable MySQL driver?' n &&
config_query DSPAM_PGSQL 'Enable PostgreSQL driver?' n &&
config_query DSPAM_GD 'Use gd for pretty graphs?' n &&
diff --git a/mail/dspam/DEPENDS b/mail/dspam/DEPENDS
index 8d89b01..2c788da 100755
--- a/mail/dspam/DEPENDS
+++ b/mail/dspam/DEPENDS
@@ -1,7 +1,6 @@
depends automake &&

if [[ "$DSPAM_SQLITE" == y ]]; then depends sqlite ; fi &&
-if [[ "$DSPAM_DB" == y ]]; then depends db ; fi &&
if [[ "$DSPAM_MYSQL" == y ]]; then depends mysql ; fi &&
if [[ "$DSPAM_PGSQL" == y ]]; then depends postgresql; fi &&

@@ -14,7 +13,6 @@ 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 8d2e8f3..e8d612d 100755
--- a/mail/dspam/DETAILS
+++ b/mail/dspam/DETAILS
@@ -1,8 +1,8 @@
SPELL=dspam
if [ "$DSPAM_CVS" = 'n' ]; then
- VERSION=3.6.8
+ VERSION=3.8.0
SOURCE="${SPELL}-${VERSION}.tar.gz"
-
SOURCE_HASH=sha512:7a05bfb5c26ba16bb5bde12ac0022a051f28aa4e91d2c0471859f3f08514af5f2ce9d1e577fcef022051634969203652b9e0d4fe670105bcd920d38ceb359e46
+
SOURCE_HASH=sha512:7a9e69ca1ce67dc14d98305a7d780ff9faf925e0380fbac755d53c8eb593445662350b6c62c8860151a8c8000e714d992a60cd9b8c83450e5557422366d1b60c
SOURCE_URL[0]="http://dspam.nuclearelephant.com/sources/${SOURCE}";
else
VERSION=cvs
@@ -14,6 +14,7 @@ fi
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE="http://$SPELL.nuclearelephant.com/";
FRESHMEAT_URL="http://freshmeat.net/projects/$SPELL/";
+ DOCS="$DOCS RELEASE.NOTES UPGRADING"
LICENSE[0]='GPL'
PATCHLEVEL=3
KEYWORDS="email mail spam filter"
diff --git a/mail/dspam/FINAL b/mail/dspam/FINAL
index 3a3186a..f622eeb 100755
--- a/mail/dspam/FINAL
+++ b/mail/dspam/FINAL
@@ -1,3 +1,5 @@
-message "${MESSAGE_COLOR}If you enabled some SQL storage," &&
-message "you'll want to create a dspam database and" &&
-message "import /usr/share/doc/dspam/<yourdb>/*_objects.sql ${DEFAULR_COLOR}"
+message "${MESSAGE_COLOR}If you enabled some SQL storage," &&
+message "you'll want to create a dspam database and" &&
+message "import /usr/share/doc/dspam/<yourdb>/*_objects.sql" &&
+message "Also, remember to read the changelog." &&
+message "There are a couple of changes in the config file. ${DEFAULR_COLOR}"
diff --git a/mail/dspam/HISTORY b/mail/dspam/HISTORY
index e761130..a26cb3a 100644
--- a/mail/dspam/HISTORY
+++ b/mail/dspam/HISTORY
@@ -1,3 +1,9 @@
+2007-05-31 Arjan Bouter <abouter AT sourcemage.org>
+ * CONFIGURE: removed db question. its no longer supported.
+ DETAILS: version bumped to 3.8.0
+ DEPENDS: removed optional dep on db and removed ldap warning
+ FINAL: added warning about config changes
+
2007-04-01 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* BUILD: removed aclocal and autogen.sh does NOT belong in here
* PRE_BUILD: added aclocal and autogen.sh



  • [SM-Commit] GIT changes to master grimoire by Arjan Bouter (345d21afdcdbec4a9f09f701dc4bc80aaafcc694), Arjan Bouter, 05/31/2007

Archive powered by MHonArc 2.6.24.

Top of Page