[21467] trunk/dports/mail/postfix/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Thu Jan 25 18:14:03 PST 2007


Revision: 21467
          http://trac.macosforge.org/projects/macports/changeset/21467
Author:   markd at macports.org
Date:     2007-01-25 18:14:02 -0800 (Thu, 25 Jan 2007)

Log Message:
-----------
Closes #10679 #11280.  Also update to 2.3.6.

Modified Paths:
--------------
    trunk/dports/mail/postfix/Portfile

Modified: trunk/dports/mail/postfix/Portfile
===================================================================
--- trunk/dports/mail/postfix/Portfile	2007-01-26 01:53:43 UTC (rev 21466)
+++ trunk/dports/mail/postfix/Portfile	2007-01-26 02:14:02 UTC (rev 21467)
@@ -2,7 +2,7 @@
 
 PortSystem  1.0
 name            postfix
-version         2.3.2
+version         2.3.6
 categories      mail
 maintainers     yeled at macports.org
 description     Fast and robust mail transfer agent
@@ -13,9 +13,8 @@
             Postfix act as delivery daemon for ezmlm-idx.
 homepage        http://www.postfix.org/
 platforms       darwin
-checksums       md5 b1e482eea6a340041b8a637e62b15e3c
-master_sites    ftp://ftp.tau.ac.il/pub/unix/mail/postfix/official/ \
-    http://postfix.problemlos.ch/release/official/ \
+checksums       sha1 6675da860f92237357c0f23214131500951d99a8
+master_sites http://postfix.problemlos.ch/release/official/ \
     ftp://ftp.matrix.com.br/pub/postfix/official/ \
     ftp://ftp.its.cz/MIRRORS/ftp.porcupine.org/mirrors/postfix-release/official/\
     ftp://ftp.club-internet.fr/pub/mirrors/ftp.porcupine.org/postfix-release/official/\
@@ -130,13 +129,13 @@
 
 variant tls {
     depends_lib-append  port:openssl
-    set CCARGS      [concat ${CCARGS} -DUSE_TLS]
+    set CCARGS      [concat ${CCARGS} -DUSE_TLS -DHAS_SSL -I${prefix}/include/openssl]
     set AUXLIBS     [concat ${AUXLIBS} -lssl -lcrypto]
 }
 
 variant sasl {
     depends_lib-append  port:cyrus-sasl2
-    set CCARGS      [concat ${CCARGS} -DUSE_SASL_AUTH -I${prefix}/include/sasl]
+    set CCARGS      [concat ${CCARGS} -DUSE_CYRUS_SASL -DUSE_SASL_AUTH -I${prefix}/include/sasl]
     set AUXLIBS     [concat ${AUXLIBS} -lsasl2]
 }
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070125/ce54e3ea/attachment.html


More information about the macports-changes mailing list