pkgsrc-Changes archive

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

CVS commit: pkgsrc/meta-pkgs/bulk-medium



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat May 17 06:17:43 UTC 2025

Modified Files:
        pkgsrc/meta-pkgs/bulk-medium: Makefile

Log Message:
bulk-medium: fix typo in php84 entry


To generate a diff of this commit:
cvs rdiff -u -r1.118 -r1.119 pkgsrc/meta-pkgs/bulk-medium/Makefile

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

Modified files:

Index: pkgsrc/meta-pkgs/bulk-medium/Makefile
diff -u pkgsrc/meta-pkgs/bulk-medium/Makefile:1.118 pkgsrc/meta-pkgs/bulk-medium/Makefile:1.119
--- pkgsrc/meta-pkgs/bulk-medium/Makefile:1.118 Sat May 17 06:10:48 2025
+++ pkgsrc/meta-pkgs/bulk-medium/Makefile       Sat May 17 06:17:43 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.118 2025/05/17 06:10:48 taca Exp $
+# $NetBSD: Makefile,v 1.119 2025/05/17 06:17:43 wiz Exp $
 
 DISTNAME=      bulk-medium-20250517
 CATEGORIES=    meta-pkgs
@@ -85,7 +85,7 @@ DEPENDS+=     php74>=7.4<7.5:../../lang/php7
 DEPENDS+=      php81>=8.1<8.2:../../lang/php81
 DEPENDS+=      php82>=8.2<8.3:../../lang/php82
 DEPENDS+=      php83>=8.3<8.4:../../lang/php83
-DEPENDS+=      php83>=8.3<8.4:../../lang/php84
+DEPENDS+=      php84>=8.4<8.5:../../lang/php84
 DEPENDS+=      ruby32-base-[0-9]*:../../lang/ruby32-base
 DEPENDS+=      ruby33-[0-9]*:../../lang/ruby33
 DEPENDS+=      ruby34-[0-9]*:../../lang/ruby34



Home | Main Index | Thread Index | Old Index