pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/php



Module Name:    pkgsrc
Committed By:   jklos
Date:           Sun Mar 17 19:19:38 UTC 2024

Modified Files:
        pkgsrc/lang/php: phpversion.mk

Log Message:
Fix forgotten part of php update to 8.3.4.


To generate a diff of this commit:
cvs rdiff -u -r1.425 -r1.426 pkgsrc/lang/php/phpversion.mk

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

Modified files:

Index: pkgsrc/lang/php/phpversion.mk
diff -u pkgsrc/lang/php/phpversion.mk:1.425 pkgsrc/lang/php/phpversion.mk:1.426
--- pkgsrc/lang/php/phpversion.mk:1.425 Sun Mar 17 16:46:05 2024
+++ pkgsrc/lang/php/phpversion.mk       Sun Mar 17 19:19:38 2024
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.425 2024/03/17 16:46:05 taca Exp $
+# $NetBSD: phpversion.mk,v 1.426 2024/03/17 19:19:38 jklos Exp $
 #
 # This file selects a PHP version, based on the user's preferences and
 # the installed packages. It does not add a dependency on the PHP
@@ -93,7 +93,7 @@ PHP74_VERSION=        7.4.33
 PHP80_VERSION= 8.0.30
 PHP81_VERSION= 8.1.27
 PHP82_VERSION= 8.2.17
-PHP83_VERSION= 8.3.3
+PHP83_VERSION= 8.3.4
 
 # Define API version or initial release of major version.
 PHP56_RELDATE= 20140828



Home | Main Index | Thread Index | Old Index