pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/osticket



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Jul 29 06:28:32 UTC 2026

Modified Files:
        pkgsrc/www/osticket: Makefile

Log Message:
osticket: restrict php versions further due to php-imap


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/osticket/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/osticket/Makefile
diff -u pkgsrc/www/osticket/Makefile:1.6 pkgsrc/www/osticket/Makefile:1.7
--- pkgsrc/www/osticket/Makefile:1.6    Fri Jul 24 15:48:19 2026
+++ pkgsrc/www/osticket/Makefile        Wed Jul 29 06:28:32 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2026/07/24 15:48:19 taca Exp $
+# $NetBSD: Makefile,v 1.7 2026/07/29 06:28:32 wiz Exp $
 
 DISTNAME=      osticket-v1.18.3
 PKGNAME=       ${DISTNAME:S/-v/-/}
@@ -32,7 +32,7 @@ DEPENDS+=     ${PHP_PKG_PREFIX}-mysqli>=${PH
 DEPENDS+=      ${PHP_PKG_PREFIX}-opcache>=${PHP_BASE_VERS}:../../devel/php-opcache
 DEPENDS+=      ${PHP_PKG_PREFIX}-zip>=${PHP_BASE_VERS}:../../archivers/php-zip
 
-PHP_VERSIONS_INCOMPATIBLE=     56
+PHP_VERSIONS_ACCEPTED= 74 82 83 # does not support 5.6, 84+ unsupported because of php-imap
 
 REPLACE_PHP+=  manage.php
 REPLACE_PHP+=  setup/scripts/api_ticket_create.php



Home | Main Index | Thread Index | Old Index