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:   taca
Date:           Fri May 13 14:52:07 UTC 2022

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

Log Message:
lang/php: make sure to update php80 to 8.0.19

Forgot to commit, make sure to update php80 to 8.0.19.


To generate a diff of this commit:
cvs rdiff -u -r1.363 -r1.364 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.363 pkgsrc/lang/php/phpversion.mk:1.364
--- pkgsrc/lang/php/phpversion.mk:1.363 Sat Apr 16 00:55:47 2022
+++ pkgsrc/lang/php/phpversion.mk       Fri May 13 14:52:07 2022
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.363 2022/04/16 00:55:47 taca Exp $
+# $NetBSD: phpversion.mk,v 1.364 2022/05/13 14:52:07 taca 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
@@ -89,7 +89,7 @@ PHPVERSION_MK=        defined
 # Define each PHP's version.
 PHP56_VERSION= 5.6.40
 PHP74_VERSION= 7.4.29
-PHP80_VERSION= 8.0.18
+PHP80_VERSION= 8.0.19
 PHP81_VERSION= 8.1.5
 
 # Define initial release of major version.



Home | Main Index | Thread Index | Old Index