[153201] trunk/dports/php/php-oauth/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Sep 27 00:23:44 PDT 2016


Revision: 153201
          https://trac.macports.org/changeset/153201
Author:   ryandesign at macports.org
Date:     2016-09-27 00:23:44 -0700 (Tue, 27 Sep 2016)
Log Message:
-----------
php-oauth: add php70-oauth subport version 2.0.2

Resolves #50920

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

Modified: trunk/dports/php/php-oauth/Portfile
===================================================================
--- trunk/dports/php/php-oauth/Portfile	2016-09-27 06:49:08 UTC (rev 153200)
+++ trunk/dports/php/php-oauth/Portfile	2016-09-27 07:23:44 UTC (rev 153201)
@@ -5,15 +5,24 @@
 PortGroup       php 1.1
 
 name            php-oauth
-version         1.2.3
 license         BSD
 categories      php devel
 platforms       darwin
 maintainers     ryandesign openmaintainer
 
-php.branches    5.3 5.4 5.5 5.6
+php.branches    5.3 5.4 5.5 5.6 7.0
 php.pecl        yes
 
+if {[vercmp ${php.branch} 7] >= 0} {
+    version     2.0.2
+    checksums   rmd160  e55b94d499f97906576b48bb7e9498cdbb6f8533 \
+                sha256  87ce1a5d585f439f0ead2683f2f7dca76d538df9143da681978356b5e1c6e8e8
+} else {
+    version     1.2.3
+    checksums   rmd160  506f0644b22323a4d1ad6794433768d83357b5ba \
+                sha256  86bb5ee37afe672d4532ad784c7f711855c79f0dabf0acacafd5344ab6cf0195
+}
+
 description     oauth consumer extension
 
 long_description \
@@ -21,8 +30,6 @@
     applications to securely access data without having to store usernames and \
     passwords.
 
-checksums       rmd160  506f0644b22323a4d1ad6794433768d83357b5ba \
-                sha256  86bb5ee37afe672d4532ad784c7f711855c79f0dabf0acacafd5344ab6cf0195
 
 if {${name} ne ${subport}} {
     depends_lib-append \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160927/749eefba/attachment.html>


More information about the macports-changes mailing list