[SM-Commit] GIT changes to master grimoire by Elisamuel Resto (e819d63bb10ab5bb5955b226b0a82d8621aeb903)

Elisamuel Resto scm at sourcemage.org
Tue Jul 1 18:24:47 EDT 2008


GIT changes to master grimoire by Elisamuel Resto <ryuji at sourcemage.org>:

 mail/c-client/BUILD     |    3 +++
 mail/c-client/DETAILS   |    7 +++----
 mail/c-client/HISTORY   |    5 +++++
 mail/c-client/PRE_BUILD |    4 ++++
 mail/dovecot/DETAILS    |    2 +-
 mail/dovecot/HISTORY    |    3 +++
 mail/imap/BUILD         |    2 ++
 mail/imap/DETAILS       |    7 +++----
 mail/imap/HISTORY       |    5 +++++
 mail/imap/PRE_BUILD     |    4 ++++
 10 files changed, 33 insertions(+), 9 deletions(-)

New commits:
commit e819d63bb10ab5bb5955b226b0a82d8621aeb903
Author: Elisamuel Resto <ryuji at sourcemage.org>
Commit: Elisamuel Resto <ryuji at sourcemage.org>

    mail/imap: updated to 2007b (maybe the last update ever)

commit 81f75a7f8432f51d6d3e545a372389c6fb2e0176
Author: Elisamuel Resto <ryuji at sourcemage.org>
Commit: Elisamuel Resto <ryuji at sourcemage.org>

    mail/c-client: updated to 2007b (probably the last update ever)

commit fe1813a029bc5bd8e09798385454001f944a73ec
Author: Elisamuel Resto <ryuji at sourcemage.org>
Commit: Elisamuel Resto <ryuji at sourcemage.org>

    mail/dovecot: updated managesieve patch 0.10.3

diff --git a/mail/c-client/BUILD b/mail/c-client/BUILD
index 64aa257..297aa79 100755
--- a/mail/c-client/BUILD
+++ b/mail/c-client/BUILD
@@ -1,3 +1,5 @@
+cd ${SOURCE_DIRECTORY} &&
+
 if echo $OPTS | grep -q with-openssl; then
   message "${MESSAGE_COLOR}Building with OpenSSL...${DEFAULT_COLOR}" &&
   SSLOPTS="SSLTYPE=unix                                 \
@@ -9,6 +11,7 @@ else
   message "${MESSAGE_COLOR}Building without OpenSSL...${DEFAULT_COLOR}" &&
   SSLOPTS='SSLTYPE=none'
 fi &&
+
 if echo $OPTS | grep -q with-pam; then
   TARGET=lnp
 else
diff --git a/mail/c-client/DETAILS b/mail/c-client/DETAILS
index a9e6862..52af28f 100755
--- a/mail/c-client/DETAILS
+++ b/mail/c-client/DETAILS
@@ -1,8 +1,7 @@
            SPELL=c-client
-         VERSION=2006j
-          HOTFIX=2
-     SOURCE_HASH=sha512:6c4ac959708571e2a6c2907472a4ac7ed2a2bedc8b0ec78722ce5f07edcb855b7c136649b40bbc5072654b6e99f0c7f7e00215fbc36ed3ee27be69e62706a775
-          SOURCE=imap-${VERSION}${HOTFIX}.tar.Z
+         VERSION=2007b
+     SOURCE_HASH=sha512:cf99dd8027efb0700fac219f928f5eb0522ee35c8960959a18963870a8e11a5b5a2b81afb6d686ddd1288c4c645cfafa2242a5f6ec2fef63e0c69fd434504e66
+          SOURCE=imap-${VERSION}.tar.Z
 SOURCE_DIRECTORY=${BUILD_DIRECTORY}/imap-${VERSION}
    SOURCE_URL[0]=ftp://ftp.cac.washington.edu/imap/${SOURCE}
    SOURCE_URL[1]=ftp://ftp.cac.washington.edu/imap/old/${SOURCE}
diff --git a/mail/c-client/HISTORY b/mail/c-client/HISTORY
index 96e1092..aa5f40d 100644
--- a/mail/c-client/HISTORY
+++ b/mail/c-client/HISTORY
@@ -1,3 +1,8 @@
+2008-07-01 Elisamuel Resto <ryuji at sourcemage.org>
+	* DETAILS: updated to 2007b (perhaps the last update ever)
+	* PRE_BUILD: added, seems that the tar.Z wasn't unpacked by sorcery
+	* BUILD: cd to SOURCE_DIRECTORY before doing anything
+
 2007-07-30 Elisamuel Resto <ryuji at mages.ath.cx>
 	* DETAILS: added secondary SOURCE_URL for older releases (they update
 	  and send non-current releases here).
diff --git a/mail/c-client/PRE_BUILD b/mail/c-client/PRE_BUILD
new file mode 100755
index 0000000..e9a50a8
--- /dev/null
+++ b/mail/c-client/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd ${BUILD_DIRECTORY} &&
+gzip -cd ${SOURCE_CACHE}/${SOURCE} | tar -x &&
+cd ${SOURCE_DIRECTORY}
diff --git a/mail/dovecot/DETAILS b/mail/dovecot/DETAILS
index de51bb8..a645606 100755
--- a/mail/dovecot/DETAILS
+++ b/mail/dovecot/DETAILS
@@ -16,7 +16,7 @@ if [[ "$DOVECOT_EXT_LDA" == "y" ]]; then
      SOURCE3_GPG="dovecot.gpg:${SOURCE4}:UPSTREAM_KEY"
   if [[ "$DOVECOT_MANAGESIEVE" == "y" ]]; then
         VERSION3=1.1.1
-        VERSION4=0.10.2
+        VERSION4=0.10.3
         VERSION5=1.1
          SOURCE5=$SPELL-$VERSION3-managesieve-$VERSION4.diff.gz
   SOURCE5_URL[0]=http://www.rename-it.nl/dovecot/$VERSION5/$SOURCE5
diff --git a/mail/dovecot/HISTORY b/mail/dovecot/HISTORY
index abf5ea8..7797f17 100644
--- a/mail/dovecot/HISTORY
+++ b/mail/dovecot/HISTORY
@@ -1,3 +1,6 @@
+2008-07-01 Elisamuel Resto <ryuji at sourcemage.org>
+	* DETAILS: updated managesieve patch to 0.10.3
+
 2008-06-23 Andraž "ruskie" Levstik <ruskie at mages.ath.cx>
 	* DETAILS: updated spell to 1.1.1
 	  managesieve patch updates
diff --git a/mail/imap/BUILD b/mail/imap/BUILD
index 4b7d758..502778c 100755
--- a/mail/imap/BUILD
+++ b/mail/imap/BUILD
@@ -1,3 +1,5 @@
+cd ${SOURCE_DIRECTORY} &&
+
 if  [  "$IMAP_MAILSUBDIR"  ==  "y"  ];  then
   patch  -p0  <  $SCRIPT_DIRECTORY/mailsubdir.patch
 fi  &&
diff --git a/mail/imap/DETAILS b/mail/imap/DETAILS
index 822098d..4c41d6e 100755
--- a/mail/imap/DETAILS
+++ b/mail/imap/DETAILS
@@ -1,8 +1,7 @@
            SPELL=imap
-         VERSION=2006j
-          HOTFIX=2
-     SOURCE_HASH=sha512:6c4ac959708571e2a6c2907472a4ac7ed2a2bedc8b0ec78722ce5f07edcb855b7c136649b40bbc5072654b6e99f0c7f7e00215fbc36ed3ee27be69e62706a775
-          SOURCE=${SPELL}-${VERSION}${HOTFIX}.tar.Z
+         VERSION=2007b
+     SOURCE_HASH=sha512:cf99dd8027efb0700fac219f928f5eb0522ee35c8960959a18963870a8e11a5b5a2b81afb6d686ddd1288c4c645cfafa2242a5f6ec2fef63e0c69fd434504e66
+          SOURCE=${SPELL}-${VERSION}.tar.Z
 SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
    SOURCE_URL[0]=ftp://ftp.cac.washington.edu/imap/${SOURCE}
    SOURCE_URL[1]=ftp://ftp.cac.washington.edu/imap/old/${SOURCE}
diff --git a/mail/imap/HISTORY b/mail/imap/HISTORY
index 3d5f3b4..7c87563 100644
--- a/mail/imap/HISTORY
+++ b/mail/imap/HISTORY
@@ -1,3 +1,8 @@
+2008-07-01 Elisamuel Resto <ryuji at sourcemage.org>
+	* DETAILS: updated to 2007b (maybe the last update ever)
+	* PRE_BUILD: added, seems the tar.Z file wasn't being unpacked by sorcery
+	* BUILD: cd to SOURCE_DIRECTORY before anything
+
 2007-07-30 Elisamuel Resto <ryuji at mages.ath.cx>
 	* DETAILS: added secondary SOURCE_URL for older releases (they update 
 	  and send non-current releases here).
diff --git a/mail/imap/PRE_BUILD b/mail/imap/PRE_BUILD
new file mode 100755
index 0000000..e9a50a8
--- /dev/null
+++ b/mail/imap/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd ${BUILD_DIRECTORY} &&
+gzip -cd ${SOURCE_CACHE}/${SOURCE} | tar -x &&
+cd ${SOURCE_DIRECTORY}



More information about the SM-Commit mailing list