[93447] trunk/dports/php

ryandesign at macports.org ryandesign at macports.org
Tue May 22 17:22:43 PDT 2012


Revision: 93447
          https://trac.macports.org/changeset/93447
Author:   ryandesign at macports.org
Date:     2012-05-22 17:22:43 -0700 (Tue, 22 May 2012)
Log Message:
-----------
php-gearman: unified port

Modified Paths:
--------------
    trunk/dports/php/php-gearman/Portfile

Added Paths:
-----------
    trunk/dports/php/php-gearman/

Modified: trunk/dports/php/php-gearman/Portfile
===================================================================
--- trunk/dports/php/php5-gearman/Portfile	2012-05-22 23:51:29 UTC (rev 93446)
+++ trunk/dports/php/php-gearman/Portfile	2012-05-23 00:22:43 UTC (rev 93447)
@@ -2,9 +2,10 @@
 # $Id$
 
 PortSystem              1.0
-PortGroup               php5extension 1.0
+PortGroup               php 1.0
 
-php5extension.setup     gearman 1.0.2 pecl
+php.setup               gearman 1.0.2 pecl
+php.branches            5.3 5.4
 categories-append       net devel
 platforms               darwin freebsd openbsd
 maintainers             medialize.de:rodney.rehm openmaintainer
@@ -15,4 +16,6 @@
 checksums               rmd160  f9a310bb0e17a9bf93353701d7f19e603f639d6c \
                         sha256  fd4bb531b9dbac5d7816254ae659155baf43a53addcec2a911852741d1194402
 
-depends_lib-append      port:gearmand
+if {${name} != ${subport}} {
+    depends_lib-append  port:gearmand
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120522/6da2ace7/attachment-0001.html>


More information about the macports-changes mailing list