[65215] trunk/dports/php

ryandesign at macports.org ryandesign at macports.org
Tue Mar 23 14:46:47 PDT 2010


Revision: 65215
          http://trac.macports.org/changeset/65215
Author:   ryandesign at macports.org
Date:     2010-03-23 14:46:46 -0700 (Tue, 23 Mar 2010)
Log Message:
-----------
php5-memcached: new port, version 1.0.1; see #23816

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

Added Paths:
-----------
    trunk/dports/php/php5-memcached/

Modified: trunk/dports/php/php5-memcached/Portfile
===================================================================
--- trunk/dports/php/php5-memcache/Portfile	2010-02-22 14:00:45 UTC (rev 64107)
+++ trunk/dports/php/php5-memcached/Portfile	2010-03-23 21:46:46 UTC (rev 65215)
@@ -3,11 +3,11 @@
 PortSystem              1.0
 PortGroup               php5extension 1.0
 
-php5extension.setup     memcache 2.2.5 pecl
-revision                3
+php5extension.setup     memcached 1.0.1 pecl
 categories-append       net devel
 platforms               darwin freebsd openbsd
-maintainers             gmail.com:emory.smith openmaintainer
+maintainers             ryandesign
+license                 PHP-3.0
 
 description             PHP5 bindings for memcache
 
@@ -16,8 +16,11 @@
                         to work with memcached through handy OO and \
                         procedural interfaces.
 
-checksums               md5     72e56a3e4ab5742c4877fd4b6563e9bf \
-                        sha1    6bc7d8fc9c9b9a247316e35d0cac3fe9dd37b68c \
-                        rmd160  2c055a018f765a9572fa04beecd7797b7f69e796
+checksums               md5     a3773f656fcf5f7c7e133075853f6b40 \
+                        sha1    22439936782222780bcc10b1c310a12e27017807 \
+                        rmd160  2a0d2300850892e6bdc5d532473542ad1e3dd5ef
 
-depends_lib-append      port:memcached port:zlib
+depends_lib-append      port:libmemcached port:zlib
+
+configure.args-append   --with-libmemcached-dir=${prefix} \
+                        --with-zlib-dir=${prefix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100323/45e2fa80/attachment-0001.html>


More information about the macports-changes mailing list