[113893] trunk/dports/php

ryandesign at macports.org ryandesign at macports.org
Sun Nov 24 23:34:31 PST 2013


Revision: 113893
          https://trac.macports.org/changeset/113893
Author:   ryandesign at macports.org
Date:     2013-11-24 23:34:31 -0800 (Sun, 24 Nov 2013)
Log Message:
-----------
php-http: use libmagic

Modified Paths:
--------------
    trunk/dports/php/php-http/Portfile
    trunk/dports/php/php5-http/Portfile

Modified: trunk/dports/php/php-http/Portfile
===================================================================
--- trunk/dports/php/php-http/Portfile	2013-11-25 07:26:13 UTC (rev 113892)
+++ trunk/dports/php/php-http/Portfile	2013-11-25 07:34:31 UTC (rev 113893)
@@ -6,6 +6,7 @@
 
 name            php-http
 version         1.7.6
+revision        1
 categories      php www
 platforms       darwin
 maintainers     ryandesign openmaintainer
@@ -34,9 +35,12 @@
     conflicts           ${php}-http2
     
     depends_lib-append  port:curl \
+                        port:libmagic \
                         port:zlib
     
-    configure.args      --with-http-curl-requests=${prefix} \
+    configure.args      --enable-http \
+                        --with-http-curl-requests=${prefix} \
+                        --with-http-magic-mime=${prefix} \
                         --with-http-zlib-compression=${prefix} \
                         --without-http-curl-libevent
     

Modified: trunk/dports/php/php5-http/Portfile
===================================================================
--- trunk/dports/php/php5-http/Portfile	2013-11-25 07:26:13 UTC (rev 113892)
+++ trunk/dports/php/php5-http/Portfile	2013-11-25 07:34:31 UTC (rev 113893)
@@ -7,6 +7,7 @@
 php5extension.setup pecl_http 1.7.6 pecl
 php5extension.extensions http
 name            php5-http
+revision        1
 categories      php www
 platforms       darwin
 maintainers     ryandesign openmaintainer
@@ -29,9 +30,12 @@
 
 depends_lib-append \
     port:curl \
+    port:libmagic \
     port:zlib
 
-configure.args  --with-http-curl-requests=${prefix} \
+configure.args  --enable-http \
+                --with-http-curl-requests=${prefix} \
+                --with-http-magic-mime=${prefix} \
                 --with-http-zlib-compression=${prefix} \
                 --without-http-curl-libevent
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131124/e1411138/attachment.html>


More information about the macports-changes mailing list