pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/fengoffice



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Jan  8 19:12:12 UTC 2026

Modified Files:
        pkgsrc/www/fengoffice: Makefile

Log Message:
fengoffice: forbid php 8.5 due to php-imap dependency


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/www/fengoffice/Makefile

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

Modified files:

Index: pkgsrc/www/fengoffice/Makefile
diff -u pkgsrc/www/fengoffice/Makefile:1.46 pkgsrc/www/fengoffice/Makefile:1.47
--- pkgsrc/www/fengoffice/Makefile:1.46 Sun Jun 15 16:11:39 2025
+++ pkgsrc/www/fengoffice/Makefile      Thu Jan  8 19:12:12 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2025/06/15 16:11:39 taca Exp $
+# $NetBSD: Makefile,v 1.47 2026/01/08 19:12:12 wiz Exp $
 
 DISTNAME=      fengoffice-${FO_VERSION}
 PKGNAME=       ${PHP_PKG_PREFIX}-${DISTNAME:S/_/-/:C/.rc$/rc1/}
@@ -23,7 +23,7 @@ DEPENDS+=     ${PHP_PKG_PREFIX}-imap>=${PHP_
 
 FO_VERSION=    3.11.8.0
 
-PHP_VERSIONS_INCOMPATIBLE=     84 # php-imap
+PHP_VERSIONS_INCOMPATIBLE=     84 85 # php-imap
 
 USE_TOOLS=     pax
 NO_BUILD=      yes



Home | Main Index | Thread Index | Old Index