[28521] trunk/dports/mail/exim/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sun Sep 2 15:36:36 PDT 2007


Revision: 28521
          http://trac.macosforge.org/projects/macports/changeset/28521
Author:   mww at macports.org
Date:     2007-09-02 15:36:35 -0700 (Sun, 02 Sep 2007)

Log Message:
-----------
fix dependency to db44 (db4 is deprecated)

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

Modified: trunk/dports/mail/exim/Portfile
===================================================================
--- trunk/dports/mail/exim/Portfile	2007-09-02 22:33:25 UTC (rev 28520)
+++ trunk/dports/mail/exim/Portfile	2007-09-02 22:36:35 UTC (rev 28521)
@@ -3,6 +3,7 @@
 PortSystem 1.0
 name            exim
 version         4.66
+revision	1
 categories      mail
 description     complete replacement for sendmail
 long_description        Exim is a mail transfer agent (MTA) developed \
@@ -21,7 +22,7 @@
                 sha1 4a2ac2cd51865b57610e2b153e20c305b7f9f504 \
                 rmd160 4481c9ca4932be9ab5f4f0a66b99f3e2f8e6c5fa
 depends_build   port:perl5.8
-depends_lib     port:db4 port:openssl port:sqlite3
+depends_lib     port:db44 port:openssl port:sqlite3
 
 startupitem.create      yes
 startupitem.start       "${prefix}/share/exim/exim.sh start"
@@ -44,8 +45,8 @@
                 reinplace "s|# SUPPORT_MAILDIR=yes|SUPPORT_MAILDIR=yes|g" Local/Makefile       
                 reinplace "s|# TLS_LIBS=-L/usr/local/openssl/lib|TLS_LIBS=-L${prefix}/lib|g" Local/Makefile       
                 reinplace "s|# TLS_INCLUDE=-I/usr/local/openssl/include|TLS_INCLUDE=-I${prefix}/include/openssl|g" Local/Makefile       
-                reinplace "s|# Exim: OS-specific make file for Darwin (Mac OS X).|INCLUDE=-I${prefix}/include/db4|g" OS/Makefile-Darwin                
-                reinplace "s|DBMLIB =|DBMLIB=${prefix}/lib/libdb-4.dylib|g" OS/Makefile-Darwin                
+                reinplace "s|# Exim: OS-specific make file for Darwin (Mac OS X).|INCLUDE=-I${prefix}/include/db44|g" OS/Makefile-Darwin                
+                reinplace "s|DBMLIB =|DBMLIB=${prefix}/lib/db44/libdb-4.dylib|g" OS/Makefile-Darwin                
                 reinplace "s|/etc/aliases|${destroot}${prefix}/etc/aliases|g" scripts/exim_install
                 adduser ${exim_user} gid=[existsgroup mail] }
 

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


More information about the macports-changes mailing list