pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/u-boot



Module Name:    pkgsrc
Committed By:   jakllsch
Date:           Fri Nov 29 19:12:05 UTC 2019

Modified Files:
        pkgsrc/sysutils/u-boot: Makefile

Log Message:
add u-boot-orangepi-lite to u-boot meta package


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/sysutils/u-boot/Makefile

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

Modified files:

Index: pkgsrc/sysutils/u-boot/Makefile
diff -u pkgsrc/sysutils/u-boot/Makefile:1.23 pkgsrc/sysutils/u-boot/Makefile:1.24
--- pkgsrc/sysutils/u-boot/Makefile:1.23        Sat Oct 19 18:05:47 2019
+++ pkgsrc/sysutils/u-boot/Makefile     Fri Nov 29 19:12:05 2019
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.23 2019/10/19 18:05:47 jmcneill Exp $
+# $NetBSD: Makefile,v 1.24 2019/11/29 19:12:05 jakllsch Exp $
 #
 
 .include "../../sysutils/u-boot/u-boot-version.mk"
 
 DISTNAME=      u-boot-${UBOOT_VERSION}
-PKGREVISION=   6
+PKGREVISION=   7
 CATEGORIES=    meta-pkgs sysutils u-boot
 MASTER_SITES=  # empty
 
@@ -54,6 +54,7 @@ DEPENDS+=     u-boot-odroid-c2-[0-9]*:../../
 .endif
 DEPENDS+=      u-boot-odroid-xu3-[0-9]*:../../sysutils/u-boot-odroid-xu3
 DEPENDS+=      u-boot-orangepi-2-[0-9]*:../../sysutils/u-boot-orangepi-2
+DEPENDS+=      u-boot-orangepi-lite-[0-9]*:../../sysutils/u-boot-orangepi-lite
 DEPENDS+=      u-boot-orangepi-one-[0-9]*:../../sysutils/u-boot-orangepi-one
 DEPENDS+=      u-boot-orangepi-plus2e-[0-9]*:../../sysutils/u-boot-orangepi-plus2e
 DEPENDS+=      u-boot-orangepi-zero-[0-9]*:../../sysutils/u-boot-orangepi-zero



Home | Main Index | Thread Index | Old Index