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:           Tue Jan  6 07:56:50 UTC 2026

Modified Files:
        pkgsrc/www/osticket: Makefile

Log Message:
osticket: mark as not for PHP 5.6

due to php-apcu


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 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.3 pkgsrc/www/osticket/Makefile:1.4
--- pkgsrc/www/osticket/Makefile:1.3    Sun Aug 31 14:00:59 2025
+++ pkgsrc/www/osticket/Makefile        Tue Jan  6 07:56:50 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2025/08/31 14:00:59 taca Exp $
+# $NetBSD: Makefile,v 1.4 2026/01/06 07:56:50 wiz Exp $
 
 DISTNAME=      osticket-v1.18.2
 PKGNAME=       ${DISTNAME:S/-v/-/}
@@ -32,6 +32,8 @@ 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
+
 REPLACE_PHP+=  manage.php
 REPLACE_PHP+=  setup/scripts/api_ticket_create.php
 REPLACE_PHP+=  setup/scripts/automail.php



Home | Main Index | Thread Index | Old Index