git: 19b38c464fbe - main - sysutils/u-boot-quartz64-*: Fix egregious typos

From: Dave Cottlehuber <dch_at_FreeBSD.org>
Date: Thu, 18 Jun 2026 03:28:40 UTC
The branch main has been updated by dch:

URL: https://cgit.FreeBSD.org/ports/commit/?id=19b38c464fbe3a310712a1aa20c588a5a15aa18f

commit 19b38c464fbe3a310712a1aa20c588a5a15aa18f
Author:     Dave Cottlehuber <dch@FreeBSD.org>
AuthorDate: 2026-06-18 03:27:51 +0000
Commit:     Dave Cottlehuber <dch@FreeBSD.org>
CommitDate: 2026-06-18 03:27:51 +0000

    sysutils/u-boot-quartz64-*: Fix egregious typos
    
    PR:             292919
    Reported by:    Michael Dexter <editor@callfortesting.org>
    Approved by:    maintainer timeout
---
 sysutils/u-boot-quartz64-a/pkg-descr | 4 ++--
 sysutils/u-boot-quartz64-b/pkg-descr | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sysutils/u-boot-quartz64-a/pkg-descr b/sysutils/u-boot-quartz64-a/pkg-descr
index fcea82040ddc..c4c238341334 100644
--- a/sysutils/u-boot-quartz64-a/pkg-descr
+++ b/sysutils/u-boot-quartz64-a/pkg-descr
@@ -2,5 +2,5 @@ U-Boot loader and related files for the Pine64 Quartz-A
 
 To install this bootloader on an sdcard just do:
 
-dd if=/usr/local/share/u-boot/u-boot-quartz-a/idbloader.img of=/path/to/sdcarddevice seek=64 bs=512 conv=sync
-dd if=/usr/local/share/u-boot/u-boot-quartz-a/u-boot.itb of=/path/to/sdcarddevice seek=16384 bs=512 conv=sync
+dd if=/usr/local/share/u-boot/u-boot-quartz64-a/idbloader.img of=/path/to/sdcarddevice seek=64 bs=512 conv=sync
+dd if=/usr/local/share/u-boot/u-boot-quartz64-a/u-boot.itb of=/path/to/sdcarddevice seek=16384 bs=512 conv=sync
diff --git a/sysutils/u-boot-quartz64-b/pkg-descr b/sysutils/u-boot-quartz64-b/pkg-descr
index 08b55a95f4f3..c5e555ee12bb 100644
--- a/sysutils/u-boot-quartz64-b/pkg-descr
+++ b/sysutils/u-boot-quartz64-b/pkg-descr
@@ -2,5 +2,5 @@ U-Boot loader and related files for the Pine64 Quartz-B
 
 To install this bootloader on an sdcard just do:
 
-dd if=/usr/local/share/u-boot/u-boot-quartz-b/idbloader.img of=/path/to/sdcarddevice seek=64 bs=512 conv=sync
-dd if=/usr/local/share/u-boot/u-boot-quartz-b/u-boot.itb of=/path/to/sdcarddevice seek=16384 bs=512 conv=sync
+dd if=/usr/local/share/u-boot/u-boot-quartz64-b/idbloader.img of=/path/to/sdcarddevice seek=64 bs=512 conv=sync
+dd if=/usr/local/share/u-boot/u-boot-quartz64-b/u-boot.itb of=/path/to/sdcarddevice seek=16384 bs=512 conv=sync