[Lunar-commits] r25340 - moonbase/trunk/mail/postfix
Florin Braescu
florin at lunar-linux.org
Wed Aug 1 06:26:40 CEST 2007
Author: florin
Date: 2007-08-01 06:26:40 +0200 (Wed, 01 Aug 2007)
New Revision: 25340
Modified:
moonbase/trunk/mail/postfix/DEPENDS
moonbase/trunk/mail/postfix/DETAILS
Log:
bump the version from 2.4.3 to 2.4.5. bugfixes and improvements.
Modified: moonbase/trunk/mail/postfix/DEPENDS
===================================================================
--- moonbase/trunk/mail/postfix/DEPENDS 2007-07-31 23:09:49 UTC (rev 25339)
+++ moonbase/trunk/mail/postfix/DEPENDS 2007-08-01 04:26:40 UTC (rev 25340)
@@ -1,20 +1,27 @@
-depends chkconfig &&
-depends db &&
-depends perl &&
+depends chkconfig
+depends db
+depends perl
# the --without-* options are fake but will trigger in_depends to
# correctly disable *installed* optional dependencies --sofar
+
optional_depends "pcre" "" "--without-pcre" \
- "for improved regexp support" &&
+ "for improved regexp support"
+
optional_depends "openldap" "" "--without-openldap" \
- "for ldap support" &&
+ "for ldap support"
+
optional_depends "mysql" "" "--without-mysql" \
- "for mysql support" &&
+ "for mysql support"
+
optional_depends "postgresql" "" "--without-postgresql" \
- "for postgresqul support" &&
+ "for postgresqul support"
+
optional_depends "cyrus-sasl" "" "--without-cyrus-sasl" \
- "for SMTP authentication and TSL" &&
+ "for SMTP authentication and TSL"
+
optional_depends "courier-imap" "" "--without-courier-imap" \
- "if you intend to run with Maildir" &&
+ "if you intend to run with Maildir"
+
optional_depends "smtpclient" "" "--without-smtpclient" \
"useful with spamassassin & Maildir"
Modified: moonbase/trunk/mail/postfix/DETAILS
===================================================================
--- moonbase/trunk/mail/postfix/DETAILS 2007-07-31 23:09:49 UTC (rev 25339)
+++ moonbase/trunk/mail/postfix/DETAILS 2007-08-01 04:26:40 UTC (rev 25340)
@@ -1,11 +1,11 @@
MODULE=postfix
- VERSION=2.4.3
+ VERSION=2.4.5
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=ftp://ftp.porcupine.org/mirrors/postfix-release/official/
- SOURCE_VFY=sha1:7d3625332bb3e877e59ef01fad56b444ac59967b
+ SOURCE_VFY=sha1:dc3616ffd441c23748273527b6693835f3502ad2
WEB_SITE=http://www.postfix.org
ENTERED=20020125
- UPDATED=20070601
+ UPDATED=20070801
SHORT="MTA"
cat << EOF
More information about the Lunar-commits
mailing list