php-uploadprogress: Add php83-uploadprogress subport

See: https://trac.macports.org/ticket/69023
This commit is contained in:
Ryan Carsten Schmidt
2024-01-05 18:47:46 -06:00
parent 697f6cd338
commit 47de32828f
+3 -3
View File
@@ -8,7 +8,7 @@ categories php www devel
maintainers {ryandesign @ryandesign} openmaintainer
license PHP-3.01
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
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
php.pecl yes
description An extension to track progress of a file upload.
@@ -18,13 +18,13 @@ long_description \
work on Apache with mod_php, other SAPI implementations unfortunately \
still have issues.
if {[vercmp ${php.branch} 7.2] >= 0} {
if {[vercmp ${php.branch} >= 7.2]} {
version 2.0.2
revision 0
checksums rmd160 2ab73c7a6024e7f5108c2584435d0d6129580b0a \
sha256 2c63ce727340121044365f0fd83babd60dfa785fa5979fae2520b25dad814226 \
size 19969
} elseif {[vercmp ${php.branch} 5.2] >= 0} {
} elseif {[vercmp ${php.branch} >= 5.2]} {
version 1.1.4
revision 0
checksums rmd160 a5a5618abed2a9344afc2b4e0b6968bdc4f7a3dd \