[93623] trunk/dports/php

ryandesign at macports.org ryandesign at macports.org
Sun May 27 21:40:30 PDT 2012


Revision: 93623
          https://trac.macports.org/changeset/93623
Author:   ryandesign at macports.org
Date:     2012-05-27 21:40:30 -0700 (Sun, 27 May 2012)
Log Message:
-----------
php-redis: unified port (#34549)

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

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

Modified: trunk/dports/php/php-redis/Portfile
===================================================================
--- trunk/dports/php/php5-redis/Portfile	2012-05-10 22:02:07 UTC (rev 92924)
+++ trunk/dports/php/php-redis/Portfile	2012-05-28 04:40:30 UTC (rev 93623)
@@ -3,14 +3,19 @@
 
 PortSystem              1.0
 PortGroup               github 1.0
-PortGroup               php5extension 1.0
+PortGroup               php 1.1
 
 github.setup            nicolasff phpredis 2.2.1
-php5extension.setup     redis ${version}
+name                    php-redis
+revision                1
 categories-append       database
 platforms               darwin
 maintainers             ryandesign
 
+php.branches            5.3 5.4
+
+distname                redis-${version}
+
 description             an API for communicating with a Redis database from PHP
 
 long_description        ${name} is ${description}.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120527/38e70d3b/attachment.html>


More information about the macports-changes mailing list