Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Arjan Bouter (6b7d2a1fe458f90d754e8d2728104d1bc2554a79)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arjan Bouter <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (6b7d2a1fe458f90d754e8d2728104d1bc2554a79)
  • Date: Sat, 24 Nov 2007 18:12:03 -0600

GIT changes to master grimoire by Arjan Bouter <abouter AT sourcemage.org>:

mail/postfix/DETAILS | 44 +++++++++++++++++++++++++-------------------
mail/postfix/HISTORY | 4 ++++
mail/postfix/PREPARE | 2 ++
3 files changed, 31 insertions(+), 19 deletions(-)

New commits:
commit 6b7d2a1fe458f90d754e8d2728104d1bc2554a79
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

postfix: added experimental version. this one does build with LDAP support
and besides, if Wietse can run it on production servers... ;)

diff --git a/mail/postfix/DETAILS b/mail/postfix/DETAILS
index 9d33749..381ea0a 100755
--- a/mail/postfix/DETAILS
+++ b/mail/postfix/DETAILS
@@ -1,29 +1,35 @@
SPELL=postfix
+if [[ "$PFIX_EXP" = "y" ]]; then
+ VERSION=2.5-20071121
+ PFIX_BRANCH=experimental
+else
VERSION=2.4.5
+ PFIX_BRANCH=official
+fi
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SPELL-$VERSION.tar.gz.sig
SOURCE2_IGNORE=signature
SOURCE_GPG=wietse.pgp:$SOURCE2:ESTABLISHED_UPSTREAM_KEY
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
-
SOURCE_URL[0]=ftp://ftp.porcupine.org/mirrors/postfix-release/official/$SOURCE
- SOURCE_URL[1]=ftp://ftp.oav.net/postfix/official/$SOURCE
-
SOURCE_URL[2]=ftp://ftp.doc.cs.univ-paris8.fr/mirrors/ftp.porcupine.org/postfix-release/official/$SOURCE
- SOURCE_URL[3]=ftp://mirror.widexs.nl/pub/postfix/official/$SOURCE
-
SOURCE_URL[4]=ftp://ftp.tuke.sk/pub/postfix/postfix-release/official/$SOURCE
- SOURCE_URL[5]=ftp://ftp.easynet.be/postfix/official/$SOURCE
- SOURCE_URL[6]=ftp://ftp.sgh.waw.pl/pub/postfix/src/official/$SOURCE
- SOURCE_URL[7]=ftp://ftp.linux.lv/pub/software/postfix/official/$SOURCE
- SOURCE_URL[8]=ftp://ftp3.linux.it/pub/mirrors/postfix/official/$SOURCE
-
SOURCE_URL[9]=ftp://ftp.kfki.hu/pub/packages/mail/postfix/official/$SOURCE
-
SOURCE_URL[10]=ftp://ftp3.informatik.uni-bonn.de/pub/software/postfix/official/$SOURCE
-
SOURCE_URL[11]=ftp://ftp.cgs.pl/pub/mirror/postfix/postfix-release/official/$SOURCE
-
SOURCE_URL[12]=ftp://ftp.is.co.za/networking/mail/mta/postfix/official/$SOURCE
- SOURCE_URL[13]=ftp://postfix.linuxaid.com.cn/pub/postfix/official/$SOURCE
- SOURCE_URL[14]=http://postfix.cakraweb.com/download/official/$SOURCE
- SOURCE_URL[15]=http://postfix.manic.co.kr/pub/official/$SOURCE
-
SOURCE_URL[16]=ftp://ftp.utoronto.ca/mirror/packages/postfix/official/$SOURCE
- SOURCE_URL[17]=ftp://postfix.webweaver.net/official/$SOURCE
-
SOURCE_URL[18]=ftp://ftp.arnes.si/packages/postfix-release/official/$SOURCE
+
SOURCE_URL[0]=ftp://ftp.porcupine.org/mirrors/postfix-release/$PFIX_BRANCH/$SOURCE
+ SOURCE_URL[1]=ftp://ftp.oav.net/postfix/$PFIX_BRANCH/$SOURCE
+
SOURCE_URL[2]=ftp://ftp.doc.cs.univ-paris8.fr/mirrors/ftp.porcupine.org/postfix-release/$PFIX_BRANCH/$SOURCE
+ SOURCE_URL[3]=ftp://mirror.widexs.nl/pub/postfix/$PFIX_BRANCH/$SOURCE
+
SOURCE_URL[4]=ftp://ftp.tuke.sk/pub/postfix/postfix-release/$PFIX_BRANCH/$SOURCE
+ SOURCE_URL[5]=ftp://ftp.easynet.be/postfix/$PFIX_BRANCH/$SOURCE
+ SOURCE_URL[6]=ftp://ftp.sgh.waw.pl/pub/postfix/src/$PFIX_BRANCH/$SOURCE
+
SOURCE_URL[7]=ftp://ftp.linux.lv/pub/software/postfix/$PFIX_BRANCH/$SOURCE
+
SOURCE_URL[8]=ftp://ftp3.linux.it/pub/mirrors/postfix/$PFIX_BRANCH/$SOURCE
+
SOURCE_URL[9]=ftp://ftp.kfki.hu/pub/packages/mail/postfix/$PFIX_BRANCH/$SOURCE
+
SOURCE_URL[10]=ftp://ftp3.informatik.uni-bonn.de/pub/software/postfix/$PFIX_BRANCH/$SOURCE
+
SOURCE_URL[11]=ftp://ftp.cgs.pl/pub/mirror/postfix/postfix-release/$PFIX_BRANCH/$SOURCE
+
SOURCE_URL[12]=ftp://ftp.is.co.za/networking/mail/mta/postfix/$PFIX_BRANCH/$SOURCE
+
SOURCE_URL[13]=ftp://postfix.linuxaid.com.cn/pub/postfix/$PFIX_BRANCH/$SOURCE
+ SOURCE_URL[14]=http://postfix.cakraweb.com/download/$PFIX_BRANCH/$SOURCE
+ SOURCE_URL[15]=http://postfix.manic.co.kr/pub/$PFIX_BRANCH/$SOURCE
+
SOURCE_URL[16]=ftp://ftp.utoronto.ca/mirror/packages/postfix/$PFIX_BRANCH/$SOURCE
+ SOURCE_URL[17]=ftp://postfix.webweaver.net/$PFIX_BRANCH/$SOURCE
+
SOURCE_URL[18]=ftp://ftp.arnes.si/packages/postfix-release/$PFIX_BRANCH/$SOURCE
#Signature URLs
SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
SOURCE2_URL[1]=${SOURCE_URL[1]}.sig
diff --git a/mail/postfix/HISTORY b/mail/postfix/HISTORY
index b4b747a..f1363a1 100644
--- a/mail/postfix/HISTORY
+++ b/mail/postfix/HISTORY
@@ -1,3 +1,7 @@
+2007-11-25 Arjan Bouter <abouter AT sourcemage.org>
+ * DETAILS: added experimental version
+ * PREPARE: added
+
2007-10-10 Elisamuel Resto <ryuji AT mages.ath.cx>
* DETAILS: updated to 2.4.5 (VDA-ng 2.4.5)

diff --git a/mail/postfix/PREPARE b/mail/postfix/PREPARE
new file mode 100755
index 0000000..87b0603
--- /dev/null
+++ b/mail/postfix/PREPARE
@@ -0,0 +1,2 @@
+config_query PFIX_EXP \
+"Build experimental version? (it's used by the author on production
servers)" y



  • [SM-Commit] GIT changes to master grimoire by Arjan Bouter (6b7d2a1fe458f90d754e8d2728104d1bc2554a79), Arjan Bouter, 11/24/2007

Archive powered by MHonArc 2.6.24.

Top of Page