[SM-Commit] GIT changes to master grimoire by Arjan Bouter (10fe2d9508eca8fcfcc809beb48df85acf1e7fb0)

Arjan Bouter scm at mail.sourcemage.org
Tue Sep 26 11:44:22 EDT 2006


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

 mail/dspam/DETAILS |    5 +++--
 mail/dspam/HISTORY |    3 +++
 2 files changed, 6 insertions(+), 2 deletions(-)

New commits:
commit 10fe2d9508eca8fcfcc809beb48df85acf1e7fb0
Author: Arjan Bouter <abouter at sourcemage.org>
Commit: Arjan Bouter <abouter at sourcemage.org>

    dspam: fixed download of 3.6.8 tarball

diff --git a/mail/dspam/DETAILS b/mail/dspam/DETAILS
index 51b4439..8d2e8f3 100755
--- a/mail/dspam/DETAILS
+++ b/mail/dspam/DETAILS
@@ -1,15 +1,16 @@
            SPELL=dspam
 if [ "$DSPAM_CVS" = 'n' ]; then
          VERSION=3.6.8
+          SOURCE="${SPELL}-${VERSION}.tar.gz"
      SOURCE_HASH=sha512:7a05bfb5c26ba16bb5bde12ac0022a051f28aa4e91d2c0471859f3f08514af5f2ce9d1e577fcef022051634969203652b9e0d4fe670105bcd920d38ceb359e46
-   SOURCE_URL[0]="http://dspam.nuclearelephant.com/sources/$SOURCE"
+   SOURCE_URL[0]="http://dspam.nuclearelephant.com/sources/${SOURCE}"
 else
          VERSION=cvs
+          SOURCE="${SPELL}-${VERSION}.tar.bz2"
    SOURCE_URL[0]=cvs://:pserver:cvs@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/"
diff --git a/mail/dspam/HISTORY b/mail/dspam/HISTORY
index 7c07b81..38f2dfe 100644
--- a/mail/dspam/HISTORY
+++ b/mail/dspam/HISTORY
@@ -1,3 +1,6 @@
+2006-09-26 Arjan Bouter <abouter at sourcemage.org>
+	* DETAILS: fixed download of 3.6.8
+
 2006-09-21 Arjan Bouter <abouter at sourcemage.org>
 	* DETAILS: added CVS option, patchlevel=3
 	* DEPENDS: added warning on broken ldap support



More information about the SM-Commit mailing list