pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/php-psr
Module Name: pkgsrc
Committed By: taca
Date: Sat Feb 22 17:29:13 UTC 2025
Modified Files:
pkgsrc/devel/php-psr: Makefile distinfo
Log Message:
devel/php-psr: update to 1.2.0
1.1.0 (2021-04-10)
* Update psr/container to 1.1.1
* Add version ID constants to each header
* Use __dllspec(dllimport) where appropriate in php_psr.h on windows
1.2.0 (2021-12-11)
* PHP 8.1 compatibility (@Jeckerson)
* All classes are now defined in a separate namespace `PsrExt` and aliased
into the `Psr` namespace to aid in debuggging compatibility issues for
framework maintainers
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/php-psr/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/php-psr/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/php-psr/Makefile
diff -u pkgsrc/devel/php-psr/Makefile:1.4 pkgsrc/devel/php-psr/Makefile:1.5
--- pkgsrc/devel/php-psr/Makefile:1.4 Sat Feb 8 03:41:14 2025
+++ pkgsrc/devel/php-psr/Makefile Sat Feb 22 17:29:13 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2025/02/08 03:41:14 taca Exp $
+# $NetBSD: Makefile,v 1.5 2025/02/22 17:29:13 taca Exp $
MODNAME= psr
-PECL_VERSION= 1.0.1
-PKGREVISION= 1
+PECL_VERSION= 1.2.0
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/devel/php-psr/distinfo
diff -u pkgsrc/devel/php-psr/distinfo:1.3 pkgsrc/devel/php-psr/distinfo:1.4
--- pkgsrc/devel/php-psr/distinfo:1.3 Tue Oct 26 10:18:02 2021
+++ pkgsrc/devel/php-psr/distinfo Sat Feb 22 17:29:13 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 10:18:02 nia Exp $
+$NetBSD: distinfo,v 1.4 2025/02/22 17:29:13 taca Exp $
-BLAKE2s (php-psr/psr-1.0.1.tgz) = 2c72c264d15788943c2f60be971f468761f67f6cda44537e44d9ac1a34eb1a92
-SHA512 (php-psr/psr-1.0.1.tgz) = 27ea717f4a8b9d69998ad28dccf7adfcbda0092b88b3087cf282a450e9324c67aa36678956e8b9bfa56360c03a5341a47f849a030e6f698015d4fc5d1fb59519
-Size (php-psr/psr-1.0.1.tgz) = 27742 bytes
+BLAKE2s (php-psr/psr-1.2.0.tgz) = 372a2ea12acd325591939ba5edcc0e0421516ae5704bba5907cfc28fe8c246b1
+SHA512 (php-psr/psr-1.2.0.tgz) = 90d4bc1cd2364a15775024806ec5bc1b8f60ed44569162016a0a78fca89f4ad0f0e0b1f9f09ebdcfe6a803e888bddd1d8ce73100eec52ecc21c2e505a35ee5dd
+Size (php-psr/psr-1.2.0.tgz) = 28238 bytes
Home |
Main Index |
Thread Index |
Old Index