[93166] trunk/dports/php

ryandesign at macports.org ryandesign at macports.org
Wed May 16 16:35:45 PDT 2012


Revision: 93166
          https://trac.macports.org/changeset/93166
Author:   ryandesign at macports.org
Date:     2012-05-16 16:35:44 -0700 (Wed, 16 May 2012)
Log Message:
-----------
php-memcache: unified port

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

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

Modified: trunk/dports/php/php-memcache/Portfile
===================================================================
--- trunk/dports/php/php5-memcache/Portfile	2012-05-16 23:16:26 UTC (rev 93165)
+++ trunk/dports/php/php-memcache/Portfile	2012-05-16 23:35:44 UTC (rev 93166)
@@ -2,15 +2,16 @@
 # $Id$
 
 PortSystem              1.0
-PortGroup               php5extension 1.0
+PortGroup               php 1.0
 
-php5extension.setup     memcache 2.2.6 pecl
+php.setup               memcache 2.2.6 pecl
+php.branches            5.3 5.4
 categories-append       net devel
 platforms               darwin freebsd openbsd
 maintainers             nomaintainer
 license                 PHP-3
 
-description             PHP5 bindings for memcache
+description             PHP bindings for memcache
 
 long_description        Memcached is a caching daemon designed especially for \
                         dynamic web applications to decrease database load by storing objects in memory. This extension allows you \
@@ -20,4 +21,6 @@
 checksums               sha1    be0b12fa09ed127dc35c0da29a576a9112be1bde \
                         rmd160  72e940339c644c801577c8fce861f012e9e71a2d
 
-depends_lib-append      port:memcached port:zlib
+if {${name} != ${subport}} {
+    depends_lib-append  port:memcached port:zlib
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120516/1056f363/attachment.html>


More information about the macports-changes mailing list