[102885] trunk/dports

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


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

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

Modified: trunk/dports/lang/php/Portfile
===================================================================
--- trunk/dports/lang/php/Portfile	2013-02-10 06:02:00 UTC (rev 102884)
+++ trunk/dports/lang/php/Portfile	2013-02-10 06:07:01 UTC (rev 102885)
@@ -747,6 +747,8 @@
 }
 
 subport ${php}-openssl {
+    revision                1
+    
     categories-append       devel security
     
     description             a PHP interface to OpenSSL signature-generation \
@@ -755,17 +757,16 @@
     
     long_description        ${description}
     
-    depends_lib-append      port:openssl
+    depends_lib-append      port:kerberos5 \
+                            port:libcomerr \
+                            port:openssl
     
     post-extract {
         move ${php.build_dirs}/config0.m4 ${php.build_dirs}/config.m4
     }
     
-    configure.args-append   --with-openssl=${prefix}
-    
-    platform macosx {
-        configure.args-append   --with-kerberos=/usr
-    }
+    configure.args-append   --with-kerberos=${prefix} \
+                            --with-openssl=${prefix}
 }
 
 subport ${php}-oracle {

Modified: trunk/dports/php/php5-openssl/Portfile
===================================================================
--- trunk/dports/php/php5-openssl/Portfile	2013-02-10 06:02:00 UTC (rev 102884)
+++ trunk/dports/php/php5-openssl/Portfile	2013-02-10 06:07:01 UTC (rev 102885)
@@ -5,6 +5,7 @@
 PortGroup               php5extension 1.0
 
 php5extension.setup     openssl 5.3.21 bundled
+revision                1
 categories-append       devel security
 platforms               darwin
 maintainers             ryandesign
@@ -19,16 +20,15 @@
 checksums               rmd160  84aa653af6fbe66c02a572ad1add3daf6e46bb1e \
                         sha256  9bd914cb01fc78c06ec5fe7e31100f000cc03325e042fd5a829d8ce80e4478c3
 
-depends_lib-append      port:openssl
+depends_lib-append      port:kerberos5 \
+                        port:libcomerr \
+                        port:openssl
 
 post-extract {
     move ${build.dir}/config0.m4 ${build.dir}/config.m4
 }
 
-configure.args-append   --with-openssl=${prefix}
+configure.args-append   --with-kerberos=${prefix} \
+                        --with-openssl=${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/c649e4a4/attachment.html>


More information about the macports-changes mailing list