[Lunar-commits] r15448 - moonbase/trunk/mail/postfix

Florin Braescu florin at lunar-linux.org
Wed Jun 22 19:32:30 UTC 2005


Author: florin
Date: 2005-06-22 19:32:28 +0000 (Wed, 22 Jun 2005)
New Revision: 15448

Modified:
   moonbase/trunk/mail/postfix/BUILD
   moonbase/trunk/mail/postfix/CONFLICTS
   moonbase/trunk/mail/postfix/DEPENDS
   moonbase/trunk/mail/postfix/DETAILS
   moonbase/trunk/mail/postfix/POST_INSTALL
Log:
bump the version from 2.2.3 to 2.2.4. bugfixes release.

Modified: moonbase/trunk/mail/postfix/BUILD
===================================================================
--- moonbase/trunk/mail/postfix/BUILD	2005-06-22 18:49:09 UTC (rev 15447)
+++ moonbase/trunk/mail/postfix/BUILD	2005-06-22 19:32:28 UTC (rev 15448)
@@ -35,14 +35,14 @@
   fi  &&
 
   AUXLIBS=$AUXLIBS" -lpthread"
-  echo CCARGS=$CCARGS       &&
-  echo AUXLIBS=$AUXLIBS     &&
+  echo CCARGS=$CCARGS      &&
+  echo AUXLIBS=$AUXLIBS    &&
   
-  make  "OPT=$CFLAGS"        \
-        "AUXLIBS=$AUXLIBS"   \
-        "CCARGS=$CCARGS"    &&
+  make  "OPT=$CFLAGS"       \
+        "AUXLIBS=$AUXLIBS"  \
+        "CCARGS=$CCARGS"   &&
 
-  prepare_install           &&
+  prepare_install          &&
 
   sh postfix-install -non-interactive                   \
        config_directory=/etc/postfix                    \
@@ -61,7 +61,7 @@
   ln  -sf   ../sbin/sendmail   \
            /usr/lib/sendmail  &&
 
-  ln  -sf  postfix/aliases     \
+  ln  -sf  postfix/aliases  \
               /etc/aliases
 
   if [ -e "/etc/init.d/postfix.sh" ]; then

Modified: moonbase/trunk/mail/postfix/CONFLICTS
===================================================================
--- moonbase/trunk/mail/postfix/CONFLICTS	2005-06-22 18:49:09 UTC (rev 15447)
+++ moonbase/trunk/mail/postfix/CONFLICTS	2005-06-22 19:32:28 UTC (rev 15448)
@@ -1,2 +1,2 @@
-conflicts  exim     &&
+conflicts  exim  &&
 conflicts  sendmail

Modified: moonbase/trunk/mail/postfix/DEPENDS
===================================================================
--- moonbase/trunk/mail/postfix/DEPENDS	2005-06-22 18:49:09 UTC (rev 15447)
+++ moonbase/trunk/mail/postfix/DEPENDS	2005-06-22 19:32:28 UTC (rev 15448)
@@ -1,11 +1,11 @@
-depends  chkconfig &&
-depends  db        &&
-depends  perl      &&
+depends  chkconfig  &&
+depends  db         &&
+depends  perl       &&
 
-optional_depends  "pcre"         "" ""  "for improved regexp support" 
-optional_depends  "openldap"     "" ""  "for ldap support"
-optional_depends  "mysql"        "" ""  "for mysql support"
-optional_depends  "postgresql"   "" ""  "for postgresqul support"
-optional_depends  "cyrus-sasl"   "" ""  "for SMTP authentication and TSL"
-optional_depends  "courier-imap" "" ""  "if you intend to run with Maildir"
+optional_depends  "pcre"         "" ""  "for improved regexp support"        &&
+optional_depends  "openldap"     "" ""  "for ldap support"                   &&
+optional_depends  "mysql"        "" ""  "for mysql support"                  &&
+optional_depends  "postgresql"   "" ""  "for postgresqul support"            &&
+optional_depends  "cyrus-sasl"   "" ""  "for SMTP authentication and TSL"    &&
+optional_depends  "courier-imap" "" ""  "if you intend to run with Maildir"  &&
 optional_depends  "smtpclient"   "" ""  "useful with spamassassin & Maildir"

Modified: moonbase/trunk/mail/postfix/DETAILS
===================================================================
--- moonbase/trunk/mail/postfix/DETAILS	2005-06-22 18:49:09 UTC (rev 15447)
+++ moonbase/trunk/mail/postfix/DETAILS	2005-06-22 19:32:28 UTC (rev 15448)
@@ -1,12 +1,11 @@
           MODULE=postfix
-         VERSION=2.2.3
-        #VERSION=2.2.2
+         VERSION=2.2.4
           SOURCE=$MODULE-$VERSION.tar.gz
    SOURCE_URL=ftp://ftp.porcupine.org/mirrors/postfix-release/official/
-      SOURCE_VFY=sha1:5089a8cb77d6b2e64e76bd7eeb8c10d122ef3810
+      SOURCE_VFY=sha1:b8d990ca26e7e8d6f7fd5a1cf0cf8c939c984bed
         WEB_SITE=http://www.postfix.org
          ENTERED=20020125
-         UPDATED=20050510
+         UPDATED=20050622
            SHORT="postfix is an MTA"
 
 cat << EOF

Modified: moonbase/trunk/mail/postfix/POST_INSTALL
===================================================================
--- moonbase/trunk/mail/postfix/POST_INSTALL	2005-06-22 18:49:09 UTC (rev 15447)
+++ moonbase/trunk/mail/postfix/POST_INSTALL	2005-06-22 19:32:28 UTC (rev 15448)
@@ -1 +1 @@
-  sedit  "s:#mail_spool_directory = /var/spool/mail:mail_spool_directory = /var/spool/mail:" /etc/postfix/main.cf
+sedit  "s:#mail_spool_directory = /var/spool/mail:mail_spool_directory = /var/spool/mail:" /etc/postfix/main.cf



More information about the Lunar-commits mailing list