pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils



Module Name:    pkgsrc
Committed By:   mrg
Date:           Sat May  4 05:31:01 UTC 2019

Modified Files:
        pkgsrc/sysutils/u-boot: Makefile
        pkgsrc/sysutils/u-boot-cubietruck-plus: Makefile PLIST

Log Message:
- add cubietruck plus to the u-boot metapkg.
- install the cubietruck plus file as cubietruck-plus not cubietruck_plus.

requested by jmcneill.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/sysutils/u-boot/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/sysutils/u-boot-cubietruck-plus/Makefile \
    pkgsrc/sysutils/u-boot-cubietruck-plus/PLIST

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.9 pkgsrc/sysutils/u-boot/Makefile:1.10
--- pkgsrc/sysutils/u-boot/Makefile:1.9 Fri Apr 19 10:39:53 2019
+++ pkgsrc/sysutils/u-boot/Makefile     Sat May  4 05:31:01 2019
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.9 2019/04/19 10:39:53 jmcneill Exp $
+# $NetBSD: Makefile,v 1.10 2019/05/04 05:31:01 mrg Exp $
 #
 
 .include "../../sysutils/u-boot/u-boot-version.mk"
 
 DISTNAME=      u-boot-${UBOOT_VERSION}
+PKGREVISION=   1
 CATEGORIES=    meta-pkgs sysutils u-boot
 MASTER_SITES=  # empty
 
@@ -22,6 +23,7 @@ DEPENDS+=     u-boot-chip-[0-9]*:../../sysut
 DEPENDS+=      u-boot-cubieboard2-[0-9]*:../../sysutils/u-boot-cubieboard2
 DEPENDS+=      u-boot-cubieboard4-[0-9]*:../../sysutils/u-boot-cubieboard4
 DEPENDS+=      u-boot-cubietruck-[0-9]*:../../sysutils/u-boot-cubietruck
+DEPENDS+=      u-boot-cubietruck-plus-[0-9]*:../../sysutils/u-boot-cubietruck-plus
 DEPENDS+=      u-boot-de0-nanosoc-[0-9]*:../../sysutils/u-boot-de0-nanosoc
 DEPENDS+=      u-boot-hummingbird-a31-[0-9]*:../../sysutils/u-boot-hummingbird-a31
 DEPENDS+=      u-boot-jetson-tk1-[0-9]*:../../sysutils/u-boot-jetson-tk1

Index: pkgsrc/sysutils/u-boot-cubietruck-plus/Makefile
diff -u pkgsrc/sysutils/u-boot-cubietruck-plus/Makefile:1.1 pkgsrc/sysutils/u-boot-cubietruck-plus/Makefile:1.2
--- pkgsrc/sysutils/u-boot-cubietruck-plus/Makefile:1.1 Mon Apr 29 07:48:50 2019
+++ pkgsrc/sysutils/u-boot-cubietruck-plus/Makefile     Sat May  4 05:31:01 2019
@@ -1,7 +1,9 @@
-# $NetBSD: Makefile,v 1.1 2019/04/29 07:48:50 mrg Exp $
+# $NetBSD: Makefile,v 1.2 2019/05/04 05:31:01 mrg Exp $
 
-UBOOT_TARGET=          cubietruck_plus
+UBOOT_TARGET=          cubietruck-plus
 UBOOT_CONFIG=          Cubietruck_plus_defconfig
 UBOOT_BIN=             u-boot-sunxi-with-spl.bin
 
+PKGREVISION=           1
+
 .include "../../sysutils/u-boot/u-boot-arm.mk"
Index: pkgsrc/sysutils/u-boot-cubietruck-plus/PLIST
diff -u pkgsrc/sysutils/u-boot-cubietruck-plus/PLIST:1.1 pkgsrc/sysutils/u-boot-cubietruck-plus/PLIST:1.2
--- pkgsrc/sysutils/u-boot-cubietruck-plus/PLIST:1.1    Mon Apr 29 07:48:50 2019
+++ pkgsrc/sysutils/u-boot-cubietruck-plus/PLIST        Sat May  4 05:31:01 2019
@@ -1,2 +1,2 @@
-@comment $NetBSD: PLIST,v 1.1 2019/04/29 07:48:50 mrg Exp $
-share/u-boot/cubietruck_plus/u-boot-sunxi-with-spl.bin
+@comment $NetBSD: PLIST,v 1.2 2019/05/04 05:31:01 mrg Exp $
+share/u-boot/cubietruck-plus/u-boot-sunxi-with-spl.bin



Home | Main Index | Thread Index | Old Index