[53523] trunk/dports/lang

ryandesign at macports.org ryandesign at macports.org
Tue Jul 7 08:13:37 PDT 2009


Revision: 53523
          http://trac.macports.org/changeset/53523
Author:   ryandesign at macports.org
Date:     2009-07-07 08:13:37 -0700 (Tue, 07 Jul 2009)
Log Message:
-----------
php5, php5-devel: it seems the sockets functionality hasn't been removed with php 5.3 after all; see #12919

Modified Paths:
--------------
    trunk/dports/lang/php5/Portfile
    trunk/dports/lang/php5-devel/Portfile

Modified: trunk/dports/lang/php5/Portfile
===================================================================
--- trunk/dports/lang/php5/Portfile	2009-07-07 15:06:10 UTC (rev 53522)
+++ trunk/dports/lang/php5/Portfile	2009-07-07 15:13:37 UTC (rev 53523)
@@ -376,8 +376,6 @@
 }
 
 variant sockets description {Add socket communication functions} {
-    # Note: This extension will be moved to the PECL repository and will no longer be bundled with PHP as of PHP 5.3.0.
-    # This variant should be removed when the port is upgraded to PHP 5.3.0.
     configure.args-append \
         --enable-sockets
 }

Modified: trunk/dports/lang/php5-devel/Portfile
===================================================================
--- trunk/dports/lang/php5-devel/Portfile	2009-07-07 15:06:10 UTC (rev 53522)
+++ trunk/dports/lang/php5-devel/Portfile	2009-07-07 15:13:37 UTC (rev 53523)
@@ -382,8 +382,6 @@
 }
 
 variant sockets description {Add socket communication functions} {
-    # Note: This extension will be moved to the PECL repository and will no longer be bundled with PHP as of PHP 5.3.0.
-    # This variant should be removed when the port is upgraded to PHP 5.3.0.
     configure.args-append \
         --enable-sockets
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090707/985d0374/attachment.html>


More information about the macports-changes mailing list