pkgsrc-Changes archive

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

CVS commit: pkgsrc/meta-pkgs/bulk-test-php



Module Name:    pkgsrc
Committed By:   taca
Date:           Thu Sep  4 00:12:31 UTC 2025

Modified Files:
        pkgsrc/meta-pkgs/bulk-test-php: Makefile

Log Message:
meta-pkgs/bulk-test-php: disable www/php-dotclear

Latest version of php-dotclear supports PHP 8.3, but current 2.25.3 dose
not.  Hopefully, update php-dotclear to latest release before freeze.

Update to 20250904.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/meta-pkgs/bulk-test-php/Makefile

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

Modified files:

Index: pkgsrc/meta-pkgs/bulk-test-php/Makefile
diff -u pkgsrc/meta-pkgs/bulk-test-php/Makefile:1.4 pkgsrc/meta-pkgs/bulk-test-php/Makefile:1.5
--- pkgsrc/meta-pkgs/bulk-test-php/Makefile:1.4 Wed Mar  6 23:15:01 2024
+++ pkgsrc/meta-pkgs/bulk-test-php/Makefile     Thu Sep  4 00:12:31 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2024/03/06 23:15:01 jym Exp $
+# $NetBSD: Makefile,v 1.5 2025/09/04 00:12:31 taca Exp $
 
-DISTNAME=      bulk-test-php-20240227
+DISTNAME=      bulk-test-php-20250904
 CATEGORIES=    meta-pkgs
 MASTER_SITES=  # empty
 DISTFILES=     # empty
@@ -16,7 +16,7 @@ NO_BIN_ON_CDROM=      ${RESTRICTED}
 NO_BIN_ON_FTP=         ${RESTRICTED}
 
 # Large programs and applications
-DEPENDS+=      ${PHP_PKG_PREFIX}-dotclear-[0-9]*:../../www/php-dotclear
+#DEPENDS+=     ${PHP_PKG_PREFIX}-dotclear-[0-9]*:../../www/php-dotclear
 DEPENDS+=      ${PHP_PKG_PREFIX}-wordpress-[0-9]*:../../www/wordpress
 DEPENDS+=      ${PHP_PKG_PREFIX}-nextcloud-[0-9]*:../../www/php-nextcloud
 DEPENDS+=      ${PHP_PKG_PREFIX}-owncloud-[0-9]*:../../www/php-owncloud



Home | Main Index | Thread Index | Old Index