File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -5,25 +5,25 @@ PortGroup php 1.1
55
66name php-oauth
77license BSD
8- categories php devel
8+ categories-append devel
99maintainers {ryandesign @ryandesign} openmaintainer
1010
11- # Compatible with PHP 8.4 as of 2.0.9
12- php.branches 5.3 5.4 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2 8.3 8.4
11+ # Compatible with PHP 8.5 as of 2.0.10
12+ php.branches 5.3 5.4 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2 8.3 8.4 8.5
1313php.pecl yes
1414
1515if {[vercmp ${php.branch} >= 7.1]} {
16+ version 2.0.10
17+ revision 0
18+ checksums rmd160 a4a08cf006592baf333a90d5b7f1d6d6dfeabd87 \
19+ sha256 1fd5e074dacf5149603493c454b476d69850bec0a71d7ea69a36a00db728a0fb \
20+ size 79513
21+ } elseif {[vercmp ${php.branch} >= 7.0]} {
1622 version 2.0.9
1723 revision 0
1824 checksums rmd160 cee05b0348ea4c05787c6a4e95f6d096e9ed953d \
1925 sha256 05fe20322256db62e7bcb5a45693ebc59829eae264f855d5b1438003ab34efe1 \
2026 size 79419
21- } elseif {[vercmp ${php.branch} >= 7.0]} {
22- version 2.0.7
23- revision 0
24- checksums rmd160 c8f17903a0c19512df5e4ae05ddd7b0c262a392f \
25- sha256 d46f59072f1ade65cf4c4353b7ecf5546d1c56cad602152cb4ba72abb1aa5eec \
26- size 78926
2727 patchfiles pcre.patch
2828} else {
2929 version 1.2.3
You can’t perform that action at this time.
0 commit comments