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:   khorben
Date:           Sat Dec 14 02:21:26 UTC 2019

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

Log Message:
sysutils/u-boot: Also depend on sysutils/u-boot-rpi3-32b

Bumps PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 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.24 pkgsrc/sysutils/u-boot/Makefile:1.25
--- pkgsrc/sysutils/u-boot/Makefile:1.24        Fri Nov 29 19:12:05 2019
+++ pkgsrc/sysutils/u-boot/Makefile     Sat Dec 14 02:21:26 2019
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.24 2019/11/29 19:12:05 jakllsch Exp $
+# $NetBSD: Makefile,v 1.25 2019/12/14 02:21:26 khorben Exp $
 #
 
 .include "../../sysutils/u-boot/u-boot-version.mk"
 
 DISTNAME=      u-boot-${UBOOT_VERSION}
-PKGREVISION=   7
+PKGREVISION=   8
 CATEGORIES=    meta-pkgs sysutils u-boot
 MASTER_SITES=  # empty
 
@@ -65,6 +65,7 @@ DEPENDS+=     u-boot-pinebook-[0-9]*:../../s
 DEPENDS+=      u-boot-pocketchip-[0-9]*:../../sysutils/u-boot-pocketchip
 DEPENDS+=      u-boot-rock64-[0-9]*:../../sysutils/u-boot-rock64
 DEPENDS+=      u-boot-rockpro64-[0-9]*:../../sysutils/u-boot-rockpro64
+DEPENDS+=      u-boot-rpi3-32b-[0-9]*:../../sysutils/u-boot-rpi3-32b
 DEPENDS+=      u-boot-sopine-baseboard-[0-9]*:../../sysutils/u-boot-sopine-baseboard
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index