Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Matthew Donovan (507471413578eaa2c605a3014f57e1a4464c6483)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Matthew Donovan <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Matthew Donovan (507471413578eaa2c605a3014f57e1a4464c6483)
  • Date: Fri, 25 Aug 2006 15:59:01 -0500

GIT changes to master grimoire by Matthew Donovan <mdonovan AT sourcemage.org>:

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

New commits:
commit 507471413578eaa2c605a3014f57e1a4464c6483
Author: Matthew Donovan <mdonovan AT sourcemage.org>
Commit: Matthew Donovan <mdonovan AT sourcemage.org>

Fixed a few errors that I made for anubis

diff --git a/mail/anubis/DETAILS b/mail/anubis/DETAILS
index 6210779..8ec75d9 100755
--- a/mail/anubis/DETAILS
+++ b/mail/anubis/DETAILS
@@ -12,9 +12,10 @@ if [[ "${ANUBIS_USE_CVS}" == "y" ]]; the
else
VERSION=4.0
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/$SOURCE-$VERSION.sig
- SOURCE2_IGNORE=signature
+ SOURCE2_URL[0]=ftp://ftp.gnu.org/gnu/anubis/$SOURCE2
+ SOURCE2_IGNORE=signature
SOURCE_GPG="gnu.gpg:${SOURCE}.sig:UPSTREAM_KEY"
fi
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
diff --git a/mail/anubis/HISTORY b/mail/anubis/HISTORY
index eadf98e..1bfa3bc 100644
--- a/mail/anubis/HISTORY
+++ b/mail/anubis/HISTORY
@@ -1,5 +1,5 @@
2006-08-25 Matthew Donovan <mdonovan AT sourcemage.org>
- * DETAILS: added the vendor key
+ * DETAILS: added the vendor key, Fixed couple of errors that I made

2006-08-16 David Kowis <dkowis AT shlrm.org>
* DETAILS: added the real version...



  • [SM-Commit] GIT changes to master grimoire by Matthew Donovan (507471413578eaa2c605a3014f57e1a4464c6483), Matthew Donovan, 08/25/2006

Archive powered by MHonArc 2.6.24.

Top of Page