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:   wiz
Date:           Tue Feb 27 10:35:45 UTC 2024

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

Log Message:
bulk-test-php: remove moodle

The default php is 8.2 but pkgsrc moodle does not support this version
leading to installation conflicts:

pkg_add: Conflicting PLIST with php82-gd-8.2.16nb7: share/examples/php/gd.ini
pkg_add: Can't install dependency php74-gd>=7.3.0
pkg_add: Expected dependency php74-gd>=7.3.0 still missing


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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.1 pkgsrc/meta-pkgs/bulk-test-php/Makefile:1.2
--- pkgsrc/meta-pkgs/bulk-test-php/Makefile:1.1 Wed Nov 15 23:19:34 2023
+++ pkgsrc/meta-pkgs/bulk-test-php/Makefile     Tue Feb 27 10:35:45 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2023/11/15 23:19:34 jym Exp $
+# $NetBSD: Makefile,v 1.2 2024/02/27 10:35:45 wiz Exp $
 
-DISTNAME=      bulk-test-php-20231115
+DISTNAME=      bulk-test-php-20240227
 CATEGORIES=    meta-pkgs
 MASTER_SITES=  # empty
 DISTFILES=     # empty
@@ -21,7 +21,8 @@ DEPENDS+=     wordpress-[0-9]*:../../www/wor
 DEPENDS+=      ${PHP_PKG_PREFIX}-nextcloud-[0-9]*:../../www/php-nextcloud
 DEPENDS+=      ${PHP_PKG_PREFIX}-owncloud-[0-9]*:../../www/php-owncloud
 DEPENDS+=      ${PHP_PKG_PREFIX}-davical-[0-9]*:../../www/davical
-DEPENDS+=      moodle-[0-9]*:../../www/moodle
+# does not support the current 8.2 default of php
+#DEPENDS+=     moodle-[0-9]*:../../www/moodle
 DEPENDS+=      ${PHP_PKG_PREFIX}-fpm-[0-9]*:../../www/php-fpm
 DEPENDS+=      ${PHP_PKG_PREFIX}-roundcube-[0-9]*:../../mail/roundcube
 



Home | Main Index | Thread Index | Old Index