Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/net
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9339

Modified Files:
        postfix.info 
Log Message:
Moved to stable.

Index: postfix.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/net/postfix.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- postfix.info        3 Feb 2006 17:34:10 -0000       1.3
+++ postfix.info        15 Mar 2006 03:02:47 -0000      1.4
@@ -1,7 +1,7 @@
 Info2: <<
 Package: postfix%type_pkg[-mysql]
-Version: 2.2.4
-Revision: 1002
+Version: 2.2.8
+Revision: 1012
 Type: -mysql (boolean)
 
 Homepage: http://www.postfix.org/
@@ -13,15 +13,16 @@
 enough to not upset existing users. Thus, the outside has a sendmail-ish
 flavor, but the inside is completely different. 
 
-This package does not provide TLS encryption or SASL authentication.
-Please see the postfix-tls package for these features.
+This package provides TLS encryption and SASL authentication. 
 <<
 DescUsage: <<
 You need to do a few things to set Postfix up before you can use it:
 
  1) Edit %p/etc/postfix/main.cf. In particular, edit myorigin,
     mydestination and mynetworks in that file. The file is well commented.
-    More configuration options are documented in postconf(5).
+    More configuration options are documented in postconf(5). Information
+    on setting up TLS encryption can be found in
+    %p/share/doc/postfix/tls.
  
  2) Edit the aliases in %p/etc/postfix/aliases so that mail to root,
     and your user, go to your real email address. Run 'sudo newaliases'
@@ -50,18 +51,22 @@
 NetInfo support disabled since Apple has depreciated it and no longer supplies
 the necessary header files.
 
+Now uses system's OpenSSL (via system-openssl-dev) and removed from crypto
+tree. Yay!
+
 Original maintainer: Daniel Parks <[EMAIL PROTECTED]>
 <<
 License: OSI-Approved
 Maintainer: Daniel Johnson <[EMAIL PROTECTED]>
 
-Depends: daemonic, db43-ssl-shlibs (>= 4.3.29-1001) | db43-shlibs (>= 
4.3.29-1001), pcre-shlibs, (%type_raw[-mysql] = -mysql) mysql14-shlibs (>= 
4.1.10-1002)
-BuildDepends: db43-ssl (>= 4.3.29-1001) | db43 (>= 4.3.29-1001), pcre, 
(%type_raw[-mysql] = -mysql) mysql14-dev (>= 4.1.10-1002)
-Conflicts: postfix-release, postfix, postfix-mysql, postfix-tls, 
postfix-mysql-tls
-Replaces: postfix-release, postfix, postfix-mysql, postfix-tls, 
postfix-mysql-tls
+Depends: daemonic, db44-aes-shlibs (>= 4.4.16-1001) | db44-shlibs (>= 
4.4.16-1001), pcre-shlibs, cyrus-sasl2-shlibs, (%type_raw[-mysql] = -mysql) 
mysql14-shlibs (>= 4.1.10-1002)
+BuildDepends: db44-aes (>= 4.4.16-1001) | db44 (>= 4.4.16-1001), pcre, 
cyrus-sasl2-dev, system-openssl-dev, (%type_raw[-mysql] = -mysql) mysql14-dev 
(>= 4.1.10-1002)
+Conflicts: postfix-release, postfix, postfix-mysql
+Replaces: postfix-release, postfix, postfix-mysql, postfix-tls (<< %v-%r), 
postfix-mysql-tls (<< %v-%r), postfix-unified (<< %v-%r), postfix-mysql-unified 
(<< %v-%r)
+Recommends: cyrus-sasl2
 
 Source: 
ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-%v.tar.gz
-Source-MD5: 77394db3a4ebe578fa453502040698ac
+Source-MD5: 971bf94de3e8433c8965c27b42d56b9a
 
 PatchScript: <<
 sed 's|@FINKPREFIX@|%p|g ' <%a/%{ni}.patch | patch -p1
@@ -83,8 +88,9 @@
        -DDEF_HTML_DIR=\"%p/share/doc/%n/html\" \
        -DDEF_QUEUE_DIR=\"%p/var/spool/postfix\" \
        -DDEF_SENDMAIL_PATH=\"%p/sbin/sendmail\" \
-       -I. -I../../include -I%p/include/mysql -I%p/include/db4 -I%p/include' \
-       AUXLIBS="-L%p/lib -ldb -lmysqlclient"
+       -DUSE_TLS -DUSE_SASL_AUTH -DHAS_MYSQL \
+       -I. -I../../include -I%p/include/mysql -I%p/lib/system-openssl/include 
-I%p/include/db4 -I%p/include/sasl -I%p/include' \
+       AUXLIBS="-L%p/lib/system-openssl/lib -L%p/lib -lssl -lcrypto -ldb 
-lsasl2 -lmysqlclient"
 else
   make makefiles CCARGS='-DDEF_COMMAND_DIR=\"%p/sbin\" \
        -DDEF_CONFIG_DIR=\"%p/etc/postfix\" \
@@ -96,8 +102,9 @@
        -DDEF_HTML_DIR=\"%p/share/doc/%n/html\" \
        -DDEF_QUEUE_DIR=\"%p/var/spool/postfix\" \
        -DDEF_SENDMAIL_PATH=\"%p/sbin/sendmail\" \
-       -I. -I../../include -I%p/include/db4 -I%p/include' \
-       AUXLIBS="-L%p/lib -ldb"
+       -DUSE_TLS -DUSE_SASL_AUTH \
+       -I. -I../../include -I%p/lib/system-openssl/include -I%p/include/db4 
-I%p/include/sasl -I%p/include' \
+       AUXLIBS="-L%p/lib/system-openssl/lib -L%p/lib -lssl -lcrypto -ldb 
-lsasl2"
 fi
 make
 <<
@@ -144,10 +151,22 @@
 <<
 PreRmScript: <<
        if [ $1 != "upgrade" ]; then
-               daemonic remove %{ni}
+               daemonic remove postfix
                echo "Stopping postfix..."
                %p/sbin/postfix stop >& /dev/null || true
                yes 'n' | mta-switch apple
        fi
 <<
+SplitOff: <<
+  Package: postfix%type_pkg[-mysql]-tls
+  Description: Upgrade package for postfix%type_pkg[-mysql]-tls
+  Depends: %N (= %v-%r)
+  DocFiles: LICENSE
+<<
+SplitOff2: <<
+  Package: postfix%type_pkg[-mysql]-unified
+  Description: Upgrade package for postfix%type_pkg[-mysql]-unified
+  Depends: %N (= %v-%r)
+  DocFiles: LICENSE
+<<
 <<



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to