[101100] trunk/dports/php

ryandesign at macports.org ryandesign at macports.org
Fri Jan 4 03:46:51 PST 2013


Revision: 101100
          https://trac.macports.org/changeset/101100
Author:   ryandesign at macports.org
Date:     2013-01-04 03:46:51 -0800 (Fri, 04 Jan 2013)
Log Message:
-----------
php-stomp: update to 1.0.5; take maintainership with openmaintainer; license PHP-3.01; add php55 subport; update homepage; add ${php}-openssl dependency

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

Removed Paths:
-------------
    trunk/dports/php/php-stomp/files/

Modified: trunk/dports/php/php-stomp/Portfile
===================================================================
--- trunk/dports/php/php-stomp/Portfile	2013-01-04 11:29:45 UTC (rev 101099)
+++ trunk/dports/php/php-stomp/Portfile	2013-01-04 11:46:51 UTC (rev 101100)
@@ -5,13 +5,13 @@
 PortGroup           php 1.1
 
 name                php-stomp
-version             1.0.3
-revision            1
+version             1.0.5
 categories          php devel
 platforms           darwin
-maintainers         nomaintainer
+maintainers         ryandesign openmaintainer
+license             PHP-3.01
 
-php.branches        5.3 5.4
+php.branches        5.3 5.4 5.5
 php.pecl            yes
 
 description         PECL extension of stomp client
@@ -19,11 +19,15 @@
 long_description    Allows php applications to communicate with any Stomp compliant Message \
                     Brokers through easy object oriented and procedural interfaces.
 
-checksums           sha1    a9f1de0b3b3e060346a945f472064b4d7a16b1d4 \
-                    rmd160  3d87bd1f8cab129bd17c9dddc6c7997a5c83df64
+homepage            http://www.php.net/stomp
 
-patchfiles          patch-php_stomp.c.diff
+checksums           rmd160  5d90d166f4cf034b2454c243c73d72c8330d7f9e \
+                    sha256  87f7c1d6c187c1d2fbee92f73e41cfa1af07c9b17bdd435ad446223038f36ea4
 
-configure.args-append --enable-stomp
-
-use_parallel_build  yes
+if {${name} != ${subport}} {
+    depends_lib-append  port:${php}-openssl
+    
+    configure.args-append --enable-stomp
+    
+    use_parallel_build  yes
+}

Modified: trunk/dports/php/php5-stomp/Portfile
===================================================================
--- trunk/dports/php/php5-stomp/Portfile	2013-01-04 11:29:45 UTC (rev 101099)
+++ trunk/dports/php/php5-stomp/Portfile	2013-01-04 11:46:51 UTC (rev 101100)
@@ -4,19 +4,24 @@
 PortSystem          1.0
 PortGroup           php5extension 1.0
 
-php5extension.setup stomp 1.0.3 pecl
+php5extension.setup stomp 1.0.5 pecl
 categories          php devel
 platforms           darwin
-maintainers         nomaintainer
+maintainers         ryandesign openmaintainer
+license             PHP-3.01
 
 description         PECL extension of stomp client
 
 long_description    Allows php applications to communicate with any Stomp compliant Message \
                     Brokers through easy object oriented and procedural interfaces.
 
-checksums           sha1    a9f1de0b3b3e060346a945f472064b4d7a16b1d4 \
-                    rmd160  3d87bd1f8cab129bd17c9dddc6c7997a5c83df64
+homepage            http://www.php.net/stomp
 
+checksums           rmd160  5d90d166f4cf034b2454c243c73d72c8330d7f9e \
+                    sha256  87f7c1d6c187c1d2fbee92f73e41cfa1af07c9b17bdd435ad446223038f36ea4
+
+depends_lib-append  port:php5-openssl
+
 configure.args-append --enable-stomp
 
 use_parallel_build  yes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130104/ed3d0fc0/attachment.html>


More information about the macports-changes mailing list