pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/php-uploadprogress



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Jan  3 07:42:40 UTC 2021

Modified Files:
        pkgsrc/www/php-uploadprogress: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/php-uploadprogress/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/php-uploadprogress/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/php-uploadprogress/Makefile
diff -u pkgsrc/www/php-uploadprogress/Makefile:1.6 pkgsrc/www/php-uploadprogress/Makefile:1.7
--- pkgsrc/www/php-uploadprogress/Makefile:1.6  Sun Sep 11 17:03:29 2016
+++ pkgsrc/www/php-uploadprogress/Makefile      Sun Jan  3 07:42:39 2021
@@ -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}
 

Index: pkgsrc/www/php-uploadprogress/distinfo
diff -u pkgsrc/www/php-uploadprogress/distinfo:1.4 pkgsrc/www/php-uploadprogress/distinfo:1.5
--- pkgsrc/www/php-uploadprogress/distinfo:1.4  Wed Nov  4 02:47:23 2015
+++ pkgsrc/www/php-uploadprogress/distinfo      Sun Jan  3 07:42:39 2021
@@ -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