pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/php-uploadprogress www/php-uploadprogress: update ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/372bf29ee976
branches: trunk
changeset: 771107:372bf29ee976
user: taca <taca%pkgsrc.org@localhost>
date: Mon Dec 13 14:46:09 2021 +0000
description:
www/php-uploadprogress: update to 2.0.2
* After contacting MAINTAINER, reset it now.
* This version supports PHP 7 and later.
1.1.4 (2021-09-28)
- Fix #79584: Segmentation fault in uploadprogress 1.1.0 and up
- Add arginfo for functions to support PHP 8 and up
2.0.0 (2021-09-29)
- Drop support for PHP < 7.2
2.0.1 (2021-09-29)
- Fix parameter and return type declarations for PHP 7 and PHP 8
2.0.2 (2021-10-01)
- Update release package with latest examples and documentation
diffstat:
www/php-uploadprogress/Makefile | 16 +++++++++-------
www/php-uploadprogress/distinfo | 8 ++++----
2 files changed, 13 insertions(+), 11 deletions(-)
diffs (39 lines):
diff -r 3698626b17a5 -r 372bf29ee976 www/php-uploadprogress/Makefile
--- a/www/php-uploadprogress/Makefile Mon Dec 13 14:44:56 2021 +0000
+++ b/www/php-uploadprogress/Makefile Mon Dec 13 14:46:09 2021 +0000
@@ -1,13 +1,15 @@
-# $NetBSD: Makefile,v 1.7 2021/01/03 07:42:39 taca Exp $
+# $NetBSD: Makefile,v 1.8 2021/12/13 14:46:09 taca Exp $
#
-MODNAME= uploadprogress
-PECL_VERSION= 1.1.3
-CATEGORIES= www
+MODNAME= uploadprogress
+PECL_VERSION= 2.0.2
+CATEGORIES= www
-MAINTAINER= mbowie%buzmo.com@localhost
-COMMENT= PHP extension to track progress of a file upload
-LICENSE= php
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+COMMENT= PHP extension to track progress of a file upload
+LICENSE= php
+
+PHP_VERSIONS_INCOMPATIBLE= 56
CONFIGURE_ARGS+= --enable-${MODNAME}
diff -r 3698626b17a5 -r 372bf29ee976 www/php-uploadprogress/distinfo
--- a/www/php-uploadprogress/distinfo Mon Dec 13 14:44:56 2021 +0000
+++ b/www/php-uploadprogress/distinfo Mon Dec 13 14:46:09 2021 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2021/10/26 11:30:25 nia Exp $
+$NetBSD: distinfo,v 1.8 2021/12/13 14:46:09 taca Exp $
-BLAKE2s (php-uploadprogress/uploadprogress-1.1.3.tgz) = e2dec05caf987e9b2f69938bdca24b8aa05d041e52fe4ca7022c012f9be13172
-SHA512 (php-uploadprogress/uploadprogress-1.1.3.tgz) = 2202f419be852a71eadae47eaa83909a032e5a6bbe4ce17ae5d45ea4e9f6d9c9edceb2111630d1f0e277b531d463accf540288ecbcca9bf154fe01754f225686
-Size (php-uploadprogress/uploadprogress-1.1.3.tgz) = 14798 bytes
+BLAKE2s (php-uploadprogress/uploadprogress-2.0.2.tgz) = d4d1a6e41a85acaa4b396f9bed5c0911acba0591a985c3d5f1358eeb509ed8c7
+SHA512 (php-uploadprogress/uploadprogress-2.0.2.tgz) = b9ee5a09c3de78d58abd34da2d25d7b0cad38416309a9a69192f07e0c3fe2259de261bb3dee571e64e042753f861738ebcd67fa7fafeb595ec32ed3034c773cd
+Size (php-uploadprogress/uploadprogress-2.0.2.tgz) = 19969 bytes
Home |
Main Index |
Thread Index |
Old Index