pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/meta-pkgs/bulk-large Fix typo that prevents from runni...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b52d690db899
branches:  trunk
changeset: 768904:b52d690db899
user:      nils <nils%pkgsrc.org@localhost>
date:      Wed Nov 03 12:11:20 2021 +0000

description:
Fix typo that prevents from running a (partial) bulk build.

diffstat:

 meta-pkgs/bulk-large/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 98ecfe79249b -r b52d690db899 meta-pkgs/bulk-large/Makefile
--- a/meta-pkgs/bulk-large/Makefile     Wed Nov 03 12:08:14 2021 +0000
+++ b/meta-pkgs/bulk-large/Makefile     Wed Nov 03 12:11:20 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.51 2021/08/09 11:09:03 nia Exp $
+# $NetBSD: Makefile,v 1.52 2021/11/03 12:11:20 nils Exp $
 
-DISTNAME=      bulk-large-20210809
+DISTNAME=      bulk-large-20211103
 CATEGORIES=    meta-pkgs
 MASTER_SITES=  # empty
 DISTFILES=     # empty
@@ -55,7 +55,7 @@
 BUILD_DEPENDS+=        avr-libc-[0-9]*:../../cross/avr-libc
 BUILD_DEPENDS+=        avr-gdb-[0-9]*:../../cross/avr-gdb
 BUILD_DEPENDS+=        mariadb-server>=10.5<10.6:../../databases/mariadb105-server
-BUILD_DEPENDS+=        mariadb-server>=10.6<10.7../../databases/mariadb106-server
+BUILD_DEPENDS+=        mariadb-server>=10.6<10.7:../../databases/mariadb106-server
 BUILD_DEPENDS+=        postgresql13-[0-9]*:../../databases/postgresql13
 BUILD_DEPENDS+=        abiword-[0-9]*:../../editors/abiword
 BUILD_DEPENDS+=        emacs26>=26<27:../../editors/emacs26



Home | Main Index | Thread Index | Old Index