Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Bearcat Sandor (3c3e64398e138c556a829de549433ee0617e26b5)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Bearcat Sandor <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Bearcat Sandor (3c3e64398e138c556a829de549433ee0617e26b5)
  • Date: Thu, 14 Dec 2006 20:17:38 -0600

GIT changes to master grimoire by Bearcat Sandor <sourcemage AT feline-soul.com>:

mail/dovecot/BUILD | 2 +-
mail/dovecot/CONFLICTS | 3 ---
mail/dovecot/DETAILS | 10 +++++-----
mail/dovecot/HISTORY | 4 ++--
mail/dovecot/INSTALL | 2 +-
mail/dovecot/PRE_BUILD | 3 +--
6 files changed, 10 insertions(+), 14 deletions(-)

New commits:
commit 3f70fa653a8d6a7d3d8b8c3cd0262762cf90ee70
Author: Bearcat Sandor <sourcemage AT feline-soul.com>
Commit: Bearcat Sandor <sourcemage AT feline-soul.com>

*Updated the spell dovecot to a version that ruskie sent me that actually
casts

diff --git a/mail/dovecot/BUILD b/mail/dovecot/BUILD
index 2063a86..23c8a40 100755
--- a/mail/dovecot/BUILD
+++ b/mail/dovecot/BUILD
@@ -11,7 +11,7 @@ fi &&
default_build &&

if [[ "$DOVECOT_EXT_LDA" == 'y' ]]; then
- pushd dovecot-lda-* &&
+ pushd dovecot-sieve-* &&
./configure \
--prefix=$INSTALL_ROOT/usr \
--sysconfdir=$INSTALL_ROOT/etc \
diff --git a/mail/dovecot/CONFLICTS b/mail/dovecot/CONFLICTS
deleted file mode 100755
index 86646d1..0000000
--- a/mail/dovecot/CONFLICTS
+++ /dev/null
@@ -1,3 +0,0 @@
-conflicts imap
-conflicts pine-imap
-conflicts courier-imap
diff --git a/mail/dovecot/DETAILS b/mail/dovecot/DETAILS
index b8bbea7..fa7766a 100755
--- a/mail/dovecot/DETAILS
+++ b/mail/dovecot/DETAILS
@@ -1,5 +1,5 @@
SPELL=dovecot
- VERSION=1.0.rc12
+ VERSION=1.0.rc13
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.sig
SOURCE2_IGNORE=signature
@@ -8,10 +8,10 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
SOURCE_URL[0]=http://www.dovecot.org/releases/$SOURCE
SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
if [[ "$DOVECOT_EXT_LDA" == 'y' ]]; then
- VERSION2=20060513
-
SOURCE3_HASH='sha512:c7341ac0411bb2f06c510b124fd39b910c62cd73853b9eb7de77c12d773ee7a84b1c7544b7c0bb829e98646f87b42c62bfbf7bc69d7123463da48e0770488e27'
- SOURCE3=$SPELL-lda-$VERSION2.tar.gz
- SOURCE3_URL[0]=http://dovecot.org/nightly/lda/$SOURCE3
+ VERSION2=20061107
+ SOURCE3_HASH=sha512:
+ SOURCE3=$SPELL-sieve-$VERSION2.tar.gz
+ SOURCE3_URL[0]=http://dovecot.org/nightly/sieve/$SOURCE3
fi
ENTERED=20030224
UPDATED=20041110
diff --git a/mail/dovecot/HISTORY b/mail/dovecot/HISTORY
index 8f1053a..6a372c1 100644
--- a/mail/dovecot/HISTORY
+++ b/mail/dovecot/HISTORY
@@ -1,5 +1,5 @@
-2006-11-15 David Kowis <dkowis AT shlrm.org>
- * DETAILS: Version bumpted to 1.0rc12. Thanks to abouter.
+2006-12-14 Bearcat M. Sandor <sourcemage AT feline-soul.com>
+ * got a working spell from ruskie and replaced old spell

2006-10-24 David Kowis <dkowis AT shlrm.org>
* DETAILS: version bumped to 1.0.rc10
diff --git a/mail/dovecot/INSTALL b/mail/dovecot/INSTALL
index 7bb3d84..49674bf 100755
--- a/mail/dovecot/INSTALL
+++ b/mail/dovecot/INSTALL
@@ -1,5 +1,5 @@
default_install &&
if [[ "$DOVECOT_EXT_LDA" == 'y' ]]; then
- pushd dovecot-lda-* &&
+ pushd dovecot-sieve-* &&
make install
fi
diff --git a/mail/dovecot/PRE_BUILD b/mail/dovecot/PRE_BUILD
index cb9216d..5177ab3 100755
--- a/mail/dovecot/PRE_BUILD
+++ b/mail/dovecot/PRE_BUILD
@@ -1,6 +1,5 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&
if [[ "$DOVECOT_EXT_LDA" == 'y' ]]; then
- unpack_file 3 &&
- tar xzf $SOURCE_CACHE/$SOURCE3
+ unpack_file 3
fi




Archive powered by MHonArc 2.6.24.

Top of Page