pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   nils
Date:           Wed Nov  3 12:11:20 UTC 2021

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 pkgsrc/meta-pkgs/bulk-large/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-large/Makefile
diff -u pkgsrc/meta-pkgs/bulk-large/Makefile:1.51 pkgsrc/meta-pkgs/bulk-large/Makefile:1.52
--- pkgsrc/meta-pkgs/bulk-large/Makefile:1.51   Mon Aug  9 11:09:03 2021
+++ pkgsrc/meta-pkgs/bulk-large/Makefile        Wed Nov  3 12:11:20 2021
@@ -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-gcc-[0-9]*:../../cro
 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