Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Andra?? Levstik (b2a11802cd1349e1d4b243a14d57b6ffe2a12929)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andra?? Levstik <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Andra?? Levstik (b2a11802cd1349e1d4b243a14d57b6ffe2a12929)
  • Date: Sat, 26 Aug 2006 02:47:01 -0500

GIT changes to master grimoire by Andra?? Levstik <ruskie AT mages.ath.cx>:

mail/MAINTAINER | 1 +
mail/anubis/DETAILS | 17 ++++++++---------
mail/anubis/HISTORY | 6 ++++++
mail/anubis/PREPARE | 4 ++--
mail/anubis/PRE_BUILD | 8 ++++----
5 files changed, 21 insertions(+), 15 deletions(-)

New commits:
commit b2a11802cd1349e1d4b243a14d57b6ffe2a12929
Author: Andra?? Levstik <ruskie AT mages.ath.cx>
Commit: Andra?? Levstik <ruskie AT mages.ath.cx>

anubis: removed all the stray tabs, added some missing stuff, taking over
maintainership of the spell again since I've been using it for a while
again

diff --git a/mail/MAINTAINER b/mail/MAINTAINER
index c70bf30..e273c2d 100644
--- a/mail/MAINTAINER
+++ b/mail/MAINTAINER
@@ -5,3 +5,4 @@ libetpan - Andra?? "ruskie" Levstik <rus
gurgitate-mail - Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
mpop - Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
mutt - Jeremy Blosser <jblosser AT sourcemage.org>
+anubis - Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
diff --git a/mail/anubis/DETAILS b/mail/anubis/DETAILS
index ebe166a..daf9b6a 100755
--- a/mail/anubis/DETAILS
+++ b/mail/anubis/DETAILS
@@ -1,14 +1,15 @@
SPELL=anubis
if [[ "${ANUBIS_USE_CVS}" == "y" ]]; then
- if [[ "${ANUBIS_CVS_AUTOUPDATE}" == "y" ]]|
- then
- VERSION=$(date +%Y%m%d)
- else
- VERSION=cvs
- fi
+ if [[ "${ANUBIS_CVS_AUTOUPDATE}" == "y" ]]|
+ then
+ VERSION=$(date +%Y%m%d)
+ else
+ VERSION=cvs
+ fi
SOURCE=${SPELL}-cvs.tar.bz2

SOURCE_URL[0]=cvs://:pserver:anonymous AT cvs.savannah.gnu.org:/sources/anubis:anubis
SOURCE_IGNORE=volatile
+ FORCE_DOWNLOAD=on
else
VERSION=4.0
SOURCE=$SPELL-$VERSION.tar.gz
@@ -16,15 +17,13 @@ else
SOURCE_URL[0]=ftp://ftp.gnu.org/gnu/anubis/$SOURCE-$VERSION
SOURCE2_URL[0]=ftp://ftp.gnu.org/gnu/anubis/$SOURCE2
SOURCE2_IGNORE=signature
- SOURCE_GPG="gnu.gpg:${SOURCE}.sig:UPSTREAM_KEY"
+ SOURCE_GPG="gnu.gpg:$SOURCE2:UPSTREAM_KEY"
fi
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
WEB_SITE=http://www.gnu.org/software/anubis/
ENTERED=20051231
- UPDATED=20051231
DOCS="doc examples README NEWS COPYING TODO"
LICENSE[0]=GPL
- BUILD_API=2
KEYWORDS="mail"
SHORT="An SMTP message submission daemon."
cat << EOF
diff --git a/mail/anubis/HISTORY b/mail/anubis/HISTORY
index 2e71a9c..21abe14 100644
--- a/mail/anubis/HISTORY
+++ b/mail/anubis/HISTORY
@@ -1,3 +1,9 @@
+2006-08-26 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS: removed some more tabs and aligned the = chars for all
+ added FORCE_DOWNLOAD for cvs rmeoved BUILD_API and UPDATED
+ * PRE_BUILD: removed stray tabs
+ * PREPARE: removed stray tabs
+
2006-08-25 Matthew Donovan <mdonovan AT sourcemage.org>
* DETAILS: removed tab for cvs

diff --git a/mail/anubis/PREPARE b/mail/anubis/PREPARE
index 3d2b8de..f8af9a4 100755
--- a/mail/anubis/PREPARE
+++ b/mail/anubis/PREPARE
@@ -1,5 +1,5 @@
config_query ANUBIS_USE_CVS "Use the CVS version?" "n"
if [[ "$ANUBIS_USE_CVS" == "y" ]]; then
- config_query ANUBIS_CVS_AUTOUPDATE \
- "Automaticaly update the spell on sorcery
queue/system-update?" "n"
+ config_query ANUBIS_CVS_AUTOUPDATE \
+ "Automaticaly update the spell on sorcery queue/system-update?" "n"
fi
diff --git a/mail/anubis/PRE_BUILD b/mail/anubis/PRE_BUILD
index f486ea4..e76e21d 100755
--- a/mail/anubis/PRE_BUILD
+++ b/mail/anubis/PRE_BUILD
@@ -1,6 +1,6 @@
-default_pre_build &&
+default_pre_build &&
if [[ "${ANUBIS_USE_CVS}" == "y" ]]; then
- cd ${SOURCE_DIRECTORY} &&
- sedit "s:testsuite::g" Makefile.am &&
- NOCONFIGURE=1 ./autogen.sh
+ cd ${SOURCE_DIRECTORY} &&
+ sedit "s:testsuite::g" Makefile.am &&
+ NOCONFIGURE=1 ./autogen.sh
fi



  • [SM-Commit] GIT changes to master grimoire by Andra?? Levstik (b2a11802cd1349e1d4b243a14d57b6ffe2a12929), Andra?? Levstik, 08/26/2006

Archive powered by MHonArc 2.6.24.

Top of Page