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/a3c800e4bdfb
branches:  trunk
changeset: 444129:a3c800e4bdfb
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Jan 03 07:42:39 2021 +0000

description:
www/php-uploadprogress: update to 1.1.3

pkgsrc change:

* add LICENSE.
* remove restriction to PHP versions.


1.1.3 (2020-01-28)

- Improved documentation and examples included in the release package

1.1.2 (2020-01-26)

- PHP 8 compatibility; this now builds on PHP 5, PHP 7, and PHP 8

1.1.1  (2020-01-26)

        - Mark maximum PHP version as 8.0.0; this will not build on PHP 8

1.1.0  (2020-01-26)

        - PHP 7 compatibility

diffstat:

 www/php-uploadprogress/Makefile |   7 +++----
 www/php-uploadprogress/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 9 deletions(-)

diffs (36 lines):

diff -r 92ed3bfb6e6f -r a3c800e4bdfb www/php-uploadprogress/Makefile
--- a/www/php-uploadprogress/Makefile   Sun Jan 03 07:40:48 2021 +0000
+++ b/www/php-uploadprogress/Makefile   Sun Jan 03 07:42:39 2021 +0000
@@ -1,14 +1,13 @@
-# $NetBSD: Makefile,v 1.6 2016/09/11 17:03:29 taca Exp $
+# $NetBSD: Makefile,v 1.7 2021/01/03 07:42:39 taca Exp $
 #
 
 MODNAME=               uploadprogress
-PECL_VERSION=          1.0.3.1
+PECL_VERSION=          1.1.3
 CATEGORIES=            www
 
 MAINTAINER=            mbowie%buzmo.com@localhost
 COMMENT=               PHP extension to track progress of a file upload
-
-PHP_VERSIONS_ACCEPTED= 56
+LICENSE=               php
 
 CONFIGURE_ARGS+=       --enable-${MODNAME}
 
diff -r 92ed3bfb6e6f -r a3c800e4bdfb www/php-uploadprogress/distinfo
--- a/www/php-uploadprogress/distinfo   Sun Jan 03 07:40:48 2021 +0000
+++ b/www/php-uploadprogress/distinfo   Sun Jan 03 07:42:39 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2015/11/04 02:47:23 agc Exp $
+$NetBSD: distinfo,v 1.5 2021/01/03 07:42:39 taca Exp $
 
-SHA1 (php-uploadprogress/uploadprogress-1.0.3.1.tgz) = 5fd50a1d5d3ee485e31e16d76b686873125e8dec
-RMD160 (php-uploadprogress/uploadprogress-1.0.3.1.tgz) = 41eca2504c467a3bacc716db06ff8e42501586a8
-SHA512 (php-uploadprogress/uploadprogress-1.0.3.1.tgz) = c317a30ed81430184b643e2755867cdccf9848312aa31a5527e4fe229ac19ee3099121de8e253207b55dd7e788c28720bd3c477663c4ca15100478647a6dc1bb
-Size (php-uploadprogress/uploadprogress-1.0.3.1.tgz) = 9040 bytes
+SHA1 (php-uploadprogress/uploadprogress-1.1.3.tgz) = 38d8e09643dc8ef18d4fe49e3af612d96f0885ac
+RMD160 (php-uploadprogress/uploadprogress-1.1.3.tgz) = 436f0569c6233b83e1aeaa9146ef445122d74efd
+SHA512 (php-uploadprogress/uploadprogress-1.1.3.tgz) = 2202f419be852a71eadae47eaa83909a032e5a6bbe4ce17ae5d45ea4e9f6d9c9edceb2111630d1f0e277b531d463accf540288ecbcca9bf154fe01754f225686
+Size (php-uploadprogress/uploadprogress-1.1.3.tgz) = 14798 bytes



Home | Main Index | Thread Index | Old Index