Date: Thu, 2 May 2019 16:09:46 +0000 (UTC) From: Li-Wen Hsu <lwhsu@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500669 - in head/sysutils: u-boot-a13-olinuxino u-boot-bananapi u-boot-bananapim2 u-boot-beaglebone u-boot-chip u-boot-cubieboard u-boot-cubieboard2 u-boot-duovero u-boot-nanopi-m1plus... Message-ID: <201905021609.x42G9kAH057941@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: lwhsu Date: Thu May 2 16:09:45 2019 New Revision: 500669 URL: https://svnweb.freebsd.org/changeset/ports/500669 Log: Clean up trailing spaces Approved by: manu Sponsored by: The FreeBSD Foundation Modified: head/sysutils/u-boot-a13-olinuxino/pkg-descr head/sysutils/u-boot-bananapi/pkg-descr head/sysutils/u-boot-bananapim2/pkg-descr head/sysutils/u-boot-beaglebone/pkg-descr head/sysutils/u-boot-chip/pkg-descr head/sysutils/u-boot-cubieboard/pkg-descr head/sysutils/u-boot-cubieboard2/pkg-descr head/sysutils/u-boot-duovero/pkg-descr head/sysutils/u-boot-nanopi-m1plus/pkg-descr head/sysutils/u-boot-nanopi-neo-air/pkg-descr head/sysutils/u-boot-nanopi-neo/pkg-descr head/sysutils/u-boot-olimex-a20-som-evb/pkg-descr head/sysutils/u-boot-olinuxino-lime/pkg-descr head/sysutils/u-boot-olinuxino-lime2-emmc/pkg-descr head/sysutils/u-boot-olinuxino-lime2/pkg-descr head/sysutils/u-boot-orangepi-one/pkg-descr head/sysutils/u-boot-orangepi-pc-plus/pkg-descr head/sysutils/u-boot-orangepi-pc/pkg-descr head/sysutils/u-boot-orangepi-plus-2e/pkg-descr head/sysutils/u-boot-orangepi-zero/pkg-descr head/sysutils/u-boot-pandaboard/pkg-descr head/sysutils/u-boot-pcduino3/pkg-descr head/sysutils/u-boot-riotboard/pkg-descr head/sysutils/u-boot-rpi-0-w/pkg-descr head/sysutils/u-boot-sinovoip-bpi-m3/pkg-descr Modified: head/sysutils/u-boot-a13-olinuxino/pkg-descr ============================================================================== --- head/sysutils/u-boot-a13-olinuxino/pkg-descr Thu May 2 16:06:35 2019 (r500668) +++ head/sysutils/u-boot-a13-olinuxino/pkg-descr Thu May 2 16:09:45 2019 (r500669) @@ -5,7 +5,7 @@ dd if=$LOCALBASE/share/u-boot/u-boot-a13-olinuxino/u-b This version is patched so that: * API features are enabled. - * A boot.scr (U-Boot script) that loads ubldr.bin and execute it is included + * A boot.scr (U-Boot script) that loads ubldr.bin and execute it is included For information about running FreeBSD on Allwinner boards, see https://wiki.freebsd.org/FreeBSD/arm/Allwinner Modified: head/sysutils/u-boot-bananapi/pkg-descr ============================================================================== --- head/sysutils/u-boot-bananapi/pkg-descr Thu May 2 16:06:35 2019 (r500668) +++ head/sysutils/u-boot-bananapi/pkg-descr Thu May 2 16:09:45 2019 (r500669) @@ -5,7 +5,7 @@ dd if=$LOCALBASE/share/u-boot/u-boot-bananapi/u-boot-s This version is patched so that: * API features are enabled. - * A boot.scr (U-Boot script) that loads ubldr.bin and execute it is included + * A boot.scr (U-Boot script) that loads ubldr.bin and execute it is included For information about running FreeBSD on Allwinner boards, see https://wiki.freebsd.org/FreeBSD/arm/Allwinner Modified: head/sysutils/u-boot-bananapim2/pkg-descr ============================================================================== --- head/sysutils/u-boot-bananapim2/pkg-descr Thu May 2 16:06:35 2019 (r500668) +++ head/sysutils/u-boot-bananapim2/pkg-descr Thu May 2 16:09:45 2019 (r500669) @@ -5,7 +5,7 @@ dd if=$LOCALBASE/share/u-boot/u-boot-bananapim2/u-boot This version is patched so that: * API features are enabled. - * A boot.scr (U-Boot script) that loads ubldr.bin and execute it is included + * A boot.scr (U-Boot script) that loads ubldr.bin and execute it is included For information about running FreeBSD on Allwinner boards, see https://wiki.freebsd.org/FreeBSD/arm/Allwinner Modified: head/sysutils/u-boot-beaglebone/pkg-descr ============================================================================== --- head/sysutils/u-boot-beaglebone/pkg-descr Thu May 2 16:06:35 2019 (r500668) +++ head/sysutils/u-boot-beaglebone/pkg-descr Thu May 2 16:09:45 2019 (r500669) @@ -6,7 +6,7 @@ different partitions can be set with U-Boot environmen This version is patched so that: * API features are enabled. - * A boot.scr (U-Boot scripts ) that loads ubldr.bin and execute it is included + * A boot.scr (U-Boot scripts ) that loads ubldr.bin and execute it is included For information about running FreeBSD on BeagleBone or BeagleBone Black, see https://wiki.freebsd.org/FreeBSD/arm/BeagleBone Modified: head/sysutils/u-boot-chip/pkg-descr ============================================================================== --- head/sysutils/u-boot-chip/pkg-descr Thu May 2 16:06:35 2019 (r500668) +++ head/sysutils/u-boot-chip/pkg-descr Thu May 2 16:09:45 2019 (r500669) @@ -5,7 +5,7 @@ dd if=$LOCALBASE/share/u-boot/u-boot-chip/u-boot-sunxi This version is patched so that: * API features are enabled. - * A boot.scr (U-Boot script) that loads ubldr.bin and execute it is included + * A boot.scr (U-Boot script) that loads ubldr.bin and execute it is included For information about running FreeBSD on Allwinner boards, see https://wiki.freebsd.org/FreeBSD/arm/Allwinner Modified: head/sysutils/u-boot-cubieboard/pkg-descr ============================================================================== --- head/sysutils/u-boot-cubieboard/pkg-descr Thu May 2 16:06:35 2019 (r500668) +++ head/sysutils/u-boot-cubieboard/pkg-descr Thu May 2 16:09:45 2019 (r500669) @@ -5,7 +5,7 @@ dd if=$LOCALBASE/share/u-boot/u-boot-cubieboard/u-boot This version is patched so that: * API features are enabled. - * A boot.scr (U-Boot script) that loads ubldr.bin and execute it is included + * A boot.scr (U-Boot script) that loads ubldr.bin and execute it is included For information about running FreeBSD on Allwinner boards, see https://wiki.freebsd.org/FreeBSD/arm/Allwinner Modified: head/sysutils/u-boot-cubieboard2/pkg-descr ============================================================================== --- head/sysutils/u-boot-cubieboard2/pkg-descr Thu May 2 16:06:35 2019 (r500668) +++ head/sysutils/u-boot-cubieboard2/pkg-descr Thu May 2 16:09:45 2019 (r500669) @@ -5,7 +5,7 @@ dd if=$LOCALBASE/share/u-boot/u-boot-cubieboard2/u-boo This version is patched so that: * API features are enabled. - * A boot.scr (U-Boot script) that loads ubldr.bin and execute it is included + * A boot.scr (U-Boot script) that loads ubldr.bin and execute it is included For information about running FreeBSD on Allwinner boards, see https://wiki.freebsd.org/FreeBSD/arm/Allwinner Modified: head/sysutils/u-boot-duovero/pkg-descr ============================================================================== --- head/sysutils/u-boot-duovero/pkg-descr Thu May 2 16:06:35 2019 (r500668) +++ head/sysutils/u-boot-duovero/pkg-descr Thu May 2 16:09:45 2019 (r500669) @@ -6,7 +6,7 @@ partitions can be set with U-Boot environment variable This version is patched so that: * API features are enabled. - * A boot.scr (U-Boot script) that loads ubldr.bin and execute it is included + * A boot.scr (U-Boot script) that loads ubldr.bin and execute it is included For information about running FreeBSD on Duovero, see https://wiki.freebsd.org/FreeBSD/arm Modified: head/sysutils/u-boot-nanopi-m1plus/pkg-descr ============================================================================== --- head/sysutils/u-boot-nanopi-m1plus/pkg-descr Thu May 2 16:06:35 2019 (r500668) +++ head/sysutils/u-boot-nanopi-m1plus/pkg-descr Thu May 2 16:09:45 2019 (r500669) @@ -5,7 +5,7 @@ dd if=$LOCALBASE/share/u-boot/u-boot-nanopi-m1plus/u-b This version is patched so that: * API features are enabled. - * A boot.scr (U-Boot script) that loads ubldr.bin and execute it is included + * A boot.scr (U-Boot script) that loads ubldr.bin and execute it is included For information about running FreeBSD on Allwinner boards, see https://wiki.freebsd.org/FreeBSD/arm/Allwinner Modified: head/sysutils/u-boot-nanopi-neo-air/pkg-descr ============================================================================== --- head/sysutils/u-boot-nanopi-neo-air/pkg-descr Thu May 2 16:06:35 2019 (r500668) +++ head/sysutils/u-boot-nanopi-neo-air/pkg-descr Thu May 2 16:09:45 2019 (r500669) @@ -5,7 +5,7 @@ dd if=$LOCALBASE/share/u-boot/u-boot-nanopi-neo-air/u- This version is patched so that: * API features are enabled. - * A boot.scr (U-Boot script) that loads ubldr.bin and execute it is included + * A boot.scr (U-Boot script) that loads ubldr.bin and execute it is included For information about running FreeBSD on Allwinner boards, see https://wiki.freebsd.org/FreeBSD/arm/Allwinner Modified: head/sysutils/u-boot-nanopi-neo/pkg-descr ============================================================================== --- head/sysutils/u-boot-nanopi-neo/pkg-descr Thu May 2 16:06:35 2019 (r500668) +++ head/sysutils/u-boot-nanopi-neo/pkg-descr Thu May 2 16:09:45 2019 (r500669) @@ -5,7 +5,7 @@ dd if=$LOCALBASE/share/u-boot/u-boot-nanopi-neo/u-boot This version is patched so that: * API features are enabled. - * A boot.scr (U-Boot script) that loads ubldr.bin and execute it is included + * A boot.scr (U-Boot script) that loads ubldr.bin and execute it is included For information about running FreeBSD on Allwinner boards, see https://wiki.freebsd.org/FreeBSD/arm/Allwinner Modified: head/sysutils/u-boot-olimex-a20-som-evb/pkg-descr ============================================================================== --- head/sysutils/u-boot-olimex-a20-som-evb/pkg-descr Thu May 2 16:06:35 2019 (r500668) +++ head/sysutils/u-boot-olimex-a20-som-evb/pkg-descr Thu May 2 16:09:45 2019 (r500669) @@ -5,7 +5,7 @@ dd if=$LOCALBASE/share/u-boot/u-boot-olimex-a20-som-ev This version is patched so that: * API features are enabled. - * A boot.scr (U-Boot script) that loads ubldr.bin and execute it is included + * A boot.scr (U-Boot script) that loads ubldr.bin and execute it is included For information about running FreeBSD on Allwinner boards, see https://wiki.freebsd.org/FreeBSD/arm/Allwinner Modified: head/sysutils/u-boot-olinuxino-lime/pkg-descr ============================================================================== --- head/sysutils/u-boot-olinuxino-lime/pkg-descr Thu May 2 16:06:35 2019 (r500668) +++ head/sysutils/u-boot-olinuxino-lime/pkg-descr Thu May 2 16:09:45 2019 (r500669) @@ -5,7 +5,7 @@ dd if=$LOCALBASE/share/u-boot/u-boot-olinuxino-lime/u- This version is patched so that: * API features are enabled. - * A boot.scr (U-Boot script) that loads ubldr.bin and execute it is included + * A boot.scr (U-Boot script) that loads ubldr.bin and execute it is included For information about running FreeBSD on Allwinner boards, see https://wiki.freebsd.org/FreeBSD/arm/Allwinner Modified: head/sysutils/u-boot-olinuxino-lime2-emmc/pkg-descr ============================================================================== --- head/sysutils/u-boot-olinuxino-lime2-emmc/pkg-descr Thu May 2 16:06:35 2019 (r500668) +++ head/sysutils/u-boot-olinuxino-lime2-emmc/pkg-descr Thu May 2 16:09:45 2019 (r500669) @@ -5,7 +5,7 @@ dd if=$LOCALBASE/share/u-boot/u-boot-olinuxino-lime/u- This version is patched so that: * API features are enabled. - * A boot.scr (U-Boot script) that loads ubldr.bin and execute it is included + * A boot.scr (U-Boot script) that loads ubldr.bin and execute it is included For information about running FreeBSD on Allwinner boards, see https://wiki.freebsd.org/FreeBSD/arm/Allwinner Modified: head/sysutils/u-boot-olinuxino-lime2/pkg-descr ============================================================================== --- head/sysutils/u-boot-olinuxino-lime2/pkg-descr Thu May 2 16:06:35 2019 (r500668) +++ head/sysutils/u-boot-olinuxino-lime2/pkg-descr Thu May 2 16:09:45 2019 (r500669) @@ -5,7 +5,7 @@ dd if=$LOCALBASE/share/u-boot/u-boot-olinuxino-lime/u- This version is patched so that: * API features are enabled. - * A boot.scr (U-Boot script) that loads ubldr.bin and execute it is included + * A boot.scr (U-Boot script) that loads ubldr.bin and execute it is included For information about running FreeBSD on Allwinner boards, see https://wiki.freebsd.org/FreeBSD/arm/Allwinner Modified: head/sysutils/u-boot-orangepi-one/pkg-descr ============================================================================== --- head/sysutils/u-boot-orangepi-one/pkg-descr Thu May 2 16:06:35 2019 (r500668) +++ head/sysutils/u-boot-orangepi-one/pkg-descr Thu May 2 16:09:45 2019 (r500669) @@ -5,7 +5,7 @@ dd if=$LOCALBASE/share/u-boot/u-boot-orangepi-one/u-bo This version is patched so that: * API features are enabled. - * A boot.scr (U-Boot script) that loads ubldr.bin and execute it is included + * A boot.scr (U-Boot script) that loads ubldr.bin and execute it is included For information about running FreeBSD on Allwinner boards, see https://wiki.freebsd.org/FreeBSD/arm/Allwinner Modified: head/sysutils/u-boot-orangepi-pc-plus/pkg-descr ============================================================================== --- head/sysutils/u-boot-orangepi-pc-plus/pkg-descr Thu May 2 16:06:35 2019 (r500668) +++ head/sysutils/u-boot-orangepi-pc-plus/pkg-descr Thu May 2 16:09:45 2019 (r500669) @@ -5,7 +5,7 @@ dd if=/usr/local/share/u-boot/u-boot-orangepi-pc-plus/ This version is patched so that: * API features are enabled. - * A boot.scr (U-Boot script) that loads ubldr.bin and execute it is included + * A boot.scr (U-Boot script) that loads ubldr.bin and execute it is included For information about running FreeBSD on Allwinner boards, see https://wiki.freebsd.org/FreeBSD/arm/Allwinner Modified: head/sysutils/u-boot-orangepi-pc/pkg-descr ============================================================================== --- head/sysutils/u-boot-orangepi-pc/pkg-descr Thu May 2 16:06:35 2019 (r500668) +++ head/sysutils/u-boot-orangepi-pc/pkg-descr Thu May 2 16:09:45 2019 (r500669) @@ -5,7 +5,7 @@ dd if=$LOCALBASE/share/u-boot/u-boot-orangepi-pc/u-boo This version is patched so that: * API features are enabled. - * A boot.scr (U-Boot script) that loads ubldr.bin and execute it is included + * A boot.scr (U-Boot script) that loads ubldr.bin and execute it is included For information about running FreeBSD on Allwinner boards, see https://wiki.freebsd.org/FreeBSD/arm/Allwinner Modified: head/sysutils/u-boot-orangepi-plus-2e/pkg-descr ============================================================================== --- head/sysutils/u-boot-orangepi-plus-2e/pkg-descr Thu May 2 16:06:35 2019 (r500668) +++ head/sysutils/u-boot-orangepi-plus-2e/pkg-descr Thu May 2 16:09:45 2019 (r500669) @@ -5,7 +5,7 @@ dd if=$LOCALBASE/share/u-boot/u-boot-orangepi-plus-2e/ This version is patched so that: * API features are enabled. - * A boot.scr (U-Boot script) that loads ubldr.bin and execute it is included + * A boot.scr (U-Boot script) that loads ubldr.bin and execute it is included For information about running FreeBSD on Allwinner boards, see https://wiki.freebsd.org/FreeBSD/arm/Allwinner Modified: head/sysutils/u-boot-orangepi-zero/pkg-descr ============================================================================== --- head/sysutils/u-boot-orangepi-zero/pkg-descr Thu May 2 16:06:35 2019 (r500668) +++ head/sysutils/u-boot-orangepi-zero/pkg-descr Thu May 2 16:09:45 2019 (r500669) @@ -5,7 +5,7 @@ dd if=$LOCALBASE/share/u-boot/u-boot-orangepi-zero/u-b This version is patched so that: * API features are enabled. - * A boot.scr (U-Boot script) that loads ubldr.bin and execute it is included + * A boot.scr (U-Boot script) that loads ubldr.bin and execute it is included For information about running FreeBSD on Allwinner boards, see https://wiki.freebsd.org/FreeBSD/arm/Allwinner Modified: head/sysutils/u-boot-pandaboard/pkg-descr ============================================================================== --- head/sysutils/u-boot-pandaboard/pkg-descr Thu May 2 16:06:35 2019 (r500668) +++ head/sysutils/u-boot-pandaboard/pkg-descr Thu May 2 16:09:45 2019 (r500669) @@ -6,7 +6,7 @@ partitions can be set with U-Boot environment variable This version is patched so that: * API features are enabled. - * A boot.scr (U-Boot scripts ) that loads ubldr.bin and execute it is included + * A boot.scr (U-Boot scripts ) that loads ubldr.bin and execute it is included For information about running FreeBSD on the PandaBoard, see https://wiki.freebsd.org/FreeBSD/arm/PandaBoard Modified: head/sysutils/u-boot-pcduino3/pkg-descr ============================================================================== --- head/sysutils/u-boot-pcduino3/pkg-descr Thu May 2 16:06:35 2019 (r500668) +++ head/sysutils/u-boot-pcduino3/pkg-descr Thu May 2 16:09:45 2019 (r500669) @@ -5,7 +5,7 @@ dd if=$LOCALBASE/share/u-boot/u-boot-pcduino3/u-boot-s This version is patched so that: * API features are enabled. - * A boot.scr (U-Boot script) that loads ubldr.bin and execute it is included + * A boot.scr (U-Boot script) that loads ubldr.bin and execute it is included For information about running FreeBSD on Allwinner boards, see https://wiki.freebsd.org/FreeBSD/arm/Allwinner Modified: head/sysutils/u-boot-riotboard/pkg-descr ============================================================================== --- head/sysutils/u-boot-riotboard/pkg-descr Thu May 2 16:06:35 2019 (r500668) +++ head/sysutils/u-boot-riotboard/pkg-descr Thu May 2 16:09:45 2019 (r500669) @@ -5,7 +5,7 @@ dd if=$LOCALBASE/share/u-boot/u-boot-riotboard/u-boot. This version is patched so that: * API features is enabled. - * A boot.scr (U-Boot script) that loads ubldr.bin and execute it is included + * A boot.scr (U-Boot script) that loads ubldr.bin and execute it is included For information about running FreeBSD on IMX6 boards, see https://wiki.freebsd.org/FreeBSD/arm/imx6 Modified: head/sysutils/u-boot-rpi-0-w/pkg-descr ============================================================================== --- head/sysutils/u-boot-rpi-0-w/pkg-descr Thu May 2 16:06:35 2019 (r500668) +++ head/sysutils/u-boot-rpi-0-w/pkg-descr Thu May 2 16:09:45 2019 (r500669) @@ -7,7 +7,7 @@ You will also need the firmware files and configs from This version is patched so that: * API features are enabled. * U-Boot and FreeBSD kernel are using rpi-firmware DTBs - * A boot.scr (U-Boot script) that loads ubldr.bin and execute it is included + * A boot.scr (U-Boot script) that loads ubldr.bin and execute it is included For information about running FreeBSD on RaspberryPi, see https://wiki.freebsd.org/FreeBSD/arm/Raspberry%20Pi Modified: head/sysutils/u-boot-sinovoip-bpi-m3/pkg-descr ============================================================================== --- head/sysutils/u-boot-sinovoip-bpi-m3/pkg-descr Thu May 2 16:06:35 2019 (r500668) +++ head/sysutils/u-boot-sinovoip-bpi-m3/pkg-descr Thu May 2 16:09:45 2019 (r500669) @@ -5,7 +5,7 @@ dd if=$LOCALBASE/share/u-boot/u-boot-sinovoip-bpi-m3/u This version is patched so that: * API features are enabled. - * A boot.scr (U-Boot script) that loads ubldr.bin and execute it is included + * A boot.scr (U-Boot script) that loads ubldr.bin and execute it is included For information about running FreeBSD on Allwinner boards, see https://wiki.freebsd.org/FreeBSD/arm/Allwinner
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905021609.x42G9kAH057941>