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:           Fri Oct 25 05:15:07 UTC 2024

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

Log Message:
php83 was updated to 8.3.13, so update to reflect that.


To generate a diff of this commit:
cvs rdiff -u -r1.444 -r1.445 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.444 pkgsrc/lang/php/phpversion.mk:1.445
--- pkgsrc/lang/php/phpversion.mk:1.444 Sat Sep 28 15:08:01 2024
+++ pkgsrc/lang/php/phpversion.mk       Fri Oct 25 05:15:06 2024
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.444 2024/09/28 15:08:01 taca Exp $
+# $NetBSD: phpversion.mk,v 1.445 2024/10/25 05:15:06 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
@@ -91,7 +91,7 @@ PHP56_VERSION=        5.6.40
 PHP74_VERSION= 7.4.33
 PHP81_VERSION= 8.1.30
 PHP82_VERSION= 8.2.24
-PHP83_VERSION= 8.3.12
+PHP83_VERSION= 8.3.13
 
 # Define API version or initial release of major version.
 PHP56_RELDATE= 20140828



Home | Main Index | Thread Index | Old Index