SOURCE_HASH=sha512:fd70938b3ef368fbfb992921a596972dc665ce9c6869ca362274c4bd02174fbfd3419438f63c1cdef06167fcde1ceea30fe359228642010bef4d77036e6bcf2f
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
else
- VERSION=3.9.0
- PATCHLEVEL=1
+ VERSION=3.10.0
SOURCE="${SPELL}-${VERSION}.tar.gz"
-
SOURCE_HASH=sha512:9208e973855e4527802603570ae7a8fbdafe9c4a40aaa55eda91810d98c13a234e1e1f681c9a219869fbb58c5be10d908d8a974d63d75dab965641b29ef557e6
+ SOURCE2=$SOURCE.asc
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+ SOURCE2_URL[0]=$SOURCE_URL.asc
+ SOURCE_GPG=dspam.gpg:$SOURCE2:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
fi
WEB_SITE="http://dspam.sourceforge.net/"
DOCS="$DOCS RELEASE.NOTES UPGRADING"
- LICENSE[0]='GPL'
- PATCHLEVEL=0
+ LICENSE[0]='AGPL'
KEYWORDS="email mail spam filter"
- SHORT='A server-side anti-spam agent for UNIX email servers'
+ SHORT='server-side anti-spam agent for UNIX email servers'
cat << EOF
DSPAM is a scalable and open-source content-based spam filter designed for
multi-user enterprise systems. On a properly configured system, many users
diff --git a/mail/dspam/HISTORY b/mail/dspam/HISTORY
index 567ada0..1c99ad1 100644
--- a/mail/dspam/HISTORY
+++ b/mail/dspam/HISTORY
@@ -1,3 +1,12 @@
+2011-08-04 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 3.10.0; converted to upstream gpg
checking;
+ changed license to AGPL; readability++
+ * BUILD: added missing configure options
+ * CONFIGURE: added missing configure options; readability++
+ * DEPENDS: corrected flags for current dependencies
+ * PREPARE: readability++
+ * dspam.gpg: added
+
2011-01-31 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS: added mta optional dependencies
* BUILD: use loyal rights if compiled with mta support
diff --git a/mail/dspam/PREPARE b/mail/dspam/PREPARE
index 251710b..2dcda1b 100755
--- a/mail/dspam/PREPARE
+++ b/mail/dspam/PREPARE
@@ -1,12 +1,10 @@
config_query_list DSPAM_BRANCH "What branch do you want to use?" \
- release \
- devel \
- scm &&
+ release \
+ devel \
+ scm &&
if [[ $DSPAM_BRANCH == scm ]]; then
-if [[ $DSPAM_SCM == y ]]; then
-config_query DSPAM_SCM_AUTO \
- "Automaticaly update the spell on sorcery queue/system-update?"
\
- n
-fi
+ if [[ $DSPAM_SCM == y ]]; then
+ config_query DSPAM_SCM_AUTO "Automaticaly update the spell on sorcery
queue/system-update?" n
+ fi
fi
diff --git a/mail/dspam/dspam.gpg b/mail/dspam/dspam.gpg
new file mode 100644
index 0000000..f07ff15
Binary files /dev/null and b/mail/dspam/dspam.gpg differ
[SM-Commit] GIT changes to master grimoire by Vlad Glagolev (8371eee2b4b43f921057a13c961ff9e9ef717adb),
Vlad Glagolev, 08/03/2011