[102884] trunk/dports

ryandesign at macports.org ryandesign at macports.org
Sat Feb 9 22:02:00 PST 2013


Revision: 102884
          https://trac.macports.org/changeset/102884
Author:   ryandesign at macports.org
Date:     2013-02-09 22:02:00 -0800 (Sat, 09 Feb 2013)
Log Message:
-----------
php-imap: add kerberos5 and libcomerr dependencies and increase revision to rebuild with new libcomerr

Modified Paths:
--------------
    trunk/dports/lang/php/Portfile
    trunk/dports/php/php5-imap/Portfile

Modified: trunk/dports/lang/php/Portfile
===================================================================
--- trunk/dports/lang/php/Portfile	2013-02-10 06:01:19 UTC (rev 102883)
+++ trunk/dports/lang/php/Portfile	2013-02-10 06:02:00 UTC (rev 102884)
@@ -564,6 +564,8 @@
 }
 
 subport ${php}-imap {
+    revision                1
+    
     categories-append       mail
     
     description             a PHP interface to the IMAP protocol
@@ -572,12 +574,12 @@
     
     depends_build-append    port:cclient
     
+    depends_lib-append      port:kerberos5 \
+                            port:libcomerr
+    
     configure.args-append   --with-imap=${prefix} \
-                            --with-imap-ssl=${prefix}
-    
-    platform macosx {
-        configure.args-append   --with-kerberos=/usr
-    }
+                            --with-imap-ssl=${prefix} \
+                            --with-kerberos=${prefix}
 }
 
 subport ${php}-intl {

Modified: trunk/dports/php/php5-imap/Portfile
===================================================================
--- trunk/dports/php/php5-imap/Portfile	2013-02-10 06:01:19 UTC (rev 102883)
+++ trunk/dports/php/php5-imap/Portfile	2013-02-10 06:02:00 UTC (rev 102884)
@@ -5,6 +5,7 @@
 PortGroup               php5extension 1.0
 
 php5extension.setup     imap 5.3.21 bundled
+revision                1
 categories-append       mail
 platforms               darwin
 maintainers             ryandesign
@@ -19,11 +20,11 @@
 
 depends_build-append    port:cclient
 
+depends_lib-append      port:kerberos5 \
+                        port:libcomerr
+
 configure.args-append   --with-imap=${prefix} \
-                        --with-imap-ssl=${prefix}
+                        --with-imap-ssl=${prefix} \
+                        --with-kerberos=${prefix}
 
-platform macosx {
-    configure.args-append --with-kerberos=/usr
-}
-
 use_parallel_build      yes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130209/b3319517/attachment.html>


More information about the macports-changes mailing list