summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndraž Levstik2007-11-06 08:38:54 +0100
committerAndraž Levstik2007-11-06 08:38:54 +0100
commit3837e1262af6a648822f0b06a96018c823442556 (patch)
tree13d5b9e6dc16392fadb4b03c7f2dd7f6e8c20cd2
parentbd550803d1fed9cabe247a92746302e286e6ba33 (diff)
anubis: version update 4.1
-rwxr-xr-xmail/anubis/DETAILS9
-rw-r--r--mail/anubis/HISTORY5
-rwxr-xr-xmail/anubis/PREPARE11
-rwxr-xr-xmail/anubis/PRE_BUILD5
4 files changed, 21 insertions, 9 deletions
diff --git a/mail/anubis/DETAILS b/mail/anubis/DETAILS
index 483fa550bc..6a0add2511 100755
--- a/mail/anubis/DETAILS
+++ b/mail/anubis/DETAILS
@@ -8,14 +8,17 @@ if [[ "${ANUBIS_USE_CVS}" == "y" ]]; then
fi
SOURCE=${SPELL}-cvs.tar.bz2
SOURCE_URL[0]=cvs://:pserver:anonymous@cvs.savannah.gnu.org:/sources/anubis:anubis
+ SOURCE2_URL[0]=git://git.savannah.gnu.org/gnulib.git:gnulib-scm
+ SOURCE2=gnulib-scm.tar.bz2
SOURCE_IGNORE=volatile
+ SOURCE2_IGNORE=volatile
FORCE_DOWNLOAD=on
else
- VERSION=4.0
+ VERSION=4.1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SPELL-$VERSION.tar.gz.sig
- SOURCE_URL[0]=ftp://ftp.gnu.org/gnu/anubis/$SOURCE-$VERSION
- SOURCE2_URL[0]=ftp://ftp.gnu.org/gnu/anubis/$SOURCE2
+ SOURCE_URL[0]=$GNU_URL/anubis/$SOURCE
+ SOURCE2_URL[0]=$GNU_URL/anubis/$SOURCE2
SOURCE2_IGNORE=signature
SOURCE_GPG="gnu.gpg:$SOURCE2:UPSTREAM_KEY"
fi
diff --git a/mail/anubis/HISTORY b/mail/anubis/HISTORY
index 9169f9b8b5..891e7744bb 100644
--- a/mail/anubis/HISTORY
+++ b/mail/anubis/HISTORY
@@ -1,3 +1,8 @@
+2007-11-06 Andraž "ruskie" Levstik <ruskie@mages.ath.cx>
+ * DETAILS: Fixed SOURCE_URL[0]
+ updated spell to 4.1
+ * PREPARE: commented out the CVS stuff it needs more work atm
+
2007-04-23 Arwed v. Merkatz <v.merkatz@gmx.net>
* CONFIGURE: removed guile version warning
* DEPENDS: actually depend on gdbm if it's chosen, not on postgresql
diff --git a/mail/anubis/PREPARE b/mail/anubis/PREPARE
index f8af9a4676..b67772f259 100755
--- a/mail/anubis/PREPARE
+++ b/mail/anubis/PREPARE
@@ -1,5 +1,6 @@
-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"
-fi
+# CVS VERSION BROKEN FOR NOW
+#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"
+#fi
diff --git a/mail/anubis/PRE_BUILD b/mail/anubis/PRE_BUILD
index e76e21d846..2b1d97ebb2 100755
--- a/mail/anubis/PRE_BUILD
+++ b/mail/anubis/PRE_BUILD
@@ -1,6 +1,9 @@
default_pre_build &&
if [[ "${ANUBIS_USE_CVS}" == "y" ]]; then
cd ${SOURCE_DIRECTORY} &&
+ unpack_file 2 &&
sedit "s:testsuite::g" Makefile.am &&
- NOCONFIGURE=1 ./autogen.sh
+ build/bootstrap --gnulib-srcdir=./gnulib-scm --skip-po &&
+ sedit "s:#include <getline.h>::g" src/anubisusr.c &&
+ sedit "s:#include <getline.h>::g" src/anubisadm.c
fi