New commits:
commit e979fa321cf7660cfee440a52470bdd21b99e935
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
exchange: Use -$VERSION for checkout
commit e8a0cd5629f53c5d26c1638324ea38c943cd9106
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
exchange: This is using git, not svn
commit 37807b8d76d7fcd6c0506dc0b412de72c6bf8298
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
exchange: exchange.pc.in added
diff --git a/e-17/exchange/DETAILS b/e-17/exchange/DETAILS
index 3343c0d..ec49ea1 100755
--- a/e-17/exchange/DETAILS
+++ b/e-17/exchange/DETAILS
@@ -2,11 +2,11 @@
if [ "$EXCHANGE_CVS_AUTOUPDATE" == "y" ]; then
VERSION=$(date +%Y%m%d)
else
- VERSION=svn
+ VERSION=git
fi
- SOURCE=$SPELL-svn.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-svn
- SOURCE_URL[0]=git://staff.get-e.org/users/mcalamelli/$SPELL:$SPELL
+ SOURCE=$SPELL-git.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-git
+
SOURCE_URL[0]=git://staff.get-e.org/users/mcalamelli/$SPELL:$SPELL-$VERSION
FORCE_DOWNLOAD="on"
SOURCE_IGNORE=volatile
WEB_SITE=http://staff.get-e.org/
diff --git a/e-17/exchange/HISTORY b/e-17/exchange/HISTORY
index da7bfe3..32ccb4c 100644
--- a/e-17/exchange/HISTORY
+++ b/e-17/exchange/HISTORY
@@ -1,3 +1,8 @@
+2008-10-06 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: svn -> git, my bad
+ Use -$VERSION for checkout
+ * PRE_BUILD: exchange.pc.in added :)
+
2008-10-05 Eric Sandall <sandalle AT sourcemage.org>
* PREPARE, DETAILS, DEPENDS, PRE_BUILD: Created