pkgsrc-Changes archive

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

CVS commit: [pkgsrc-2024Q1] pkgsrc/lang/php



Module Name:    pkgsrc
Committed By:   spz
Date:           Sun Apr 28 07:14:45 UTC 2024

Modified Files:
        pkgsrc/lang/php [pkgsrc-2024Q1]: phpversion.mk

Log Message:
Pullup #6848bis: add the change to lang/php/phpversion.mk for PHP83_VERSION
that pullup #6848 was supposed to contain but didn't.


To generate a diff of this commit:
cvs rdiff -u -r1.426.2.3 -r1.426.2.4 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.426.2.3 pkgsrc/lang/php/phpversion.mk:1.426.2.4
--- pkgsrc/lang/php/phpversion.mk:1.426.2.3     Mon Apr 22 12:56:30 2024
+++ pkgsrc/lang/php/phpversion.mk       Sun Apr 28 07:14:45 2024
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.426.2.3 2024/04/22 12:56:30 bsiegert Exp $
+# $NetBSD: phpversion.mk,v 1.426.2.4 2024/04/28 07:14:45 spz 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.28
 PHP82_VERSION= 8.2.18
-PHP83_VERSION= 8.3.4
+PHP83_VERSION= 8.3.5
 
 # Define API version or initial release of major version.
 PHP56_RELDATE= 20140828



Home | Main Index | Thread Index | Old Index