pkgsrc-Changes archive

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

CVS commit: pkgsrc/meta-pkgs/bulk-test-rust



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Fri Aug 25 21:58:54 UTC 2023

Modified Files:
        pkgsrc/meta-pkgs/bulk-test-rust: Makefile

Log Message:
bulk-test-rust: add firefox-esr

A given recent Firefox ESR can lag many releases behind the current
stable release (and we're not presently versioning Rust in pkgsrc).


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/meta-pkgs/bulk-test-rust/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-test-rust/Makefile
diff -u pkgsrc/meta-pkgs/bulk-test-rust/Makefile:1.4 pkgsrc/meta-pkgs/bulk-test-rust/Makefile:1.5
--- pkgsrc/meta-pkgs/bulk-test-rust/Makefile:1.4        Fri Aug 25 18:55:51 2023
+++ pkgsrc/meta-pkgs/bulk-test-rust/Makefile    Fri Aug 25 21:58:54 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2023/08/25 18:55:51 gdt Exp $
+# $NetBSD: Makefile,v 1.5 2023/08/25 21:58:54 gutteridge Exp $
 
-DISTNAME=      bulk-test-rust-20230825.1
+DISTNAME=      bulk-test-rust-20230825.2
 CATEGORIES=    meta-pkgs
 MASTER_SITES=  # empty
 DISTFILES=     # empty
@@ -31,6 +31,7 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27
 # enormous programs
 DEPENDS+=      thunderbird-[0-9]*:../../mail/thunderbird
 DEPENDS+=      firefox-[0-9]*:../../www/firefox
+DEPENDS+=      firefox-esr-[0-9]*:../../www/firefox-esr
 
 # moderate programs
 DEPENDS+=      matrix-synapse-[0-9]*:../../chat/matrix-synapse



Home | Main Index | Thread Index | Old Index