pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/php-contao-manager
Module Name: pkgsrc
Committed By: taca
Date: Sat Feb 22 16:22:42 UTC 2025
Modified Files:
pkgsrc/www/php-contao-manager: Makefile distinfo
Log Message:
www/php-contao-manager: update to 1.9.1
pkgsrc change: enable php84.
1.8.11 (2025-01-31)
* Added forward-support for OAuth scopes
* Handle edge case Contao constraints that do not comply with Javascript
SemVer
* Fixed white space of raw log lines
1.9.0 (2025-02-18)
* Added user management and permission levels
* Added support for Passkey authentication
* Added support for Two-Factor authentication
* Updated to Symfony 6.4 and Vue 3
1.9.1 (2025-02-19)
* Uncomment window.location.reload in ConfigView when updating config (#845)
* Fix error handling and recovery view
* Improve JSON error handling in console API
* Request::all() never returns NULL for composerJson
* Only write the user.json on changes
* Correctly handle axios errors without response
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/php-contao-manager/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/php-contao-manager/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-contao-manager/Makefile
diff -u pkgsrc/www/php-contao-manager/Makefile:1.7 pkgsrc/www/php-contao-manager/Makefile:1.8
--- pkgsrc/www/php-contao-manager/Makefile:1.7 Sat Feb 8 04:04:40 2025
+++ pkgsrc/www/php-contao-manager/Makefile Sat Feb 22 16:22:42 2025
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2025/02/08 04:04:40 taca Exp $
+# $NetBSD: Makefile,v 1.8 2025/02/22 16:22:42 taca Exp $
#
DISTNAME= ${CM_NAME}.phar
PKGNAME= ${PHP_PKG_PREFIX}-${CM_NAME}-${CM_VERSION}
-PKGREVISION= 1
CATEGORIES= www
MASTER_SITES= https://download.contao.org/contao-manager/stable/
DIST_SUBDIR= ${CM_NAME}/${CM_VERSION}
@@ -23,10 +22,10 @@ DEPENDS+= ${PHP_PKG_PREFIX}-gd>=${PHP_BA
DEPENDS+= ${PHP_PKG_PREFIX}-pecl-mcrypt>=1.0.1:../../security/php-pecl-mcrypt
CM_NAME= contao-manager
-CM_VERSION= 1.8.10
+CM_VERSION= 1.9.1
NO_BUILD= yes
-PHP_VERSIONS_ACCEPTED= 81 82 83
+PHP_VERSIONS_ACCEPTED= 81 82 83 84
CT_DOCDIR= share/doc/${PHP_PKG_PREFIX}/${CM_NAME}
CT_EGDIR= share/examples/${PHP_PKG_PREFIX}/${CM_NAME}
Index: pkgsrc/www/php-contao-manager/distinfo
diff -u pkgsrc/www/php-contao-manager/distinfo:1.6 pkgsrc/www/php-contao-manager/distinfo:1.7
--- pkgsrc/www/php-contao-manager/distinfo:1.6 Sun Jan 19 13:50:09 2025
+++ pkgsrc/www/php-contao-manager/distinfo Sat Feb 22 16:22:42 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2025/01/19 13:50:09 taca Exp $
+$NetBSD: distinfo,v 1.7 2025/02/22 16:22:42 taca Exp $
-BLAKE2s (contao-manager/1.8.10/contao-manager.phar) = 912b99e70aac9d7bdc4d331d179383c12498265297ce8cd71270e897e5ec834b
-SHA512 (contao-manager/1.8.10/contao-manager.phar) = 22ee46468a666c7befa946d59b176fbb4fe8ed6dc81c3fe7b65104064617fca08077f86d01fedd523d185cb42e49b432c33185b517227fcd6a5a12a307dade1e
-Size (contao-manager/1.8.10/contao-manager.phar) = 20471862 bytes
+BLAKE2s (contao-manager/1.9.1/contao-manager.phar) = 18a875bfad19c0179e8fb169588e576be3639885ff34c9c94bb4bce931547f8a
+SHA512 (contao-manager/1.9.1/contao-manager.phar) = 9f1a5915da2d1d13285d98a75bf53fe642b5d48aa2c448d851fed3346ae4b26965ed8fda6430293baa91c2c6d28190d4a9dee5a73f90316cbc9579d93c6d0ef5
+Size (contao-manager/1.9.1/contao-manager.phar) = 22858243 bytes
Home |
Main Index |
Thread Index |
Old Index