From owner-svn-ports-all@freebsd.org Tue Jul 31 19:18:35 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0CB69106279F; Tue, 31 Jul 2018 19:18:35 +0000 (UTC) (envelope-from manu@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B1EFD78ED0; Tue, 31 Jul 2018 19:18:34 +0000 (UTC) (envelope-from manu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9448C17D21; Tue, 31 Jul 2018 19:18:34 +0000 (UTC) (envelope-from manu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6VJIYV0081756; Tue, 31 Jul 2018 19:18:34 GMT (envelope-from manu@FreeBSD.org) Received: (from manu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6VJIY0M081755; Tue, 31 Jul 2018 19:18:34 GMT (envelope-from manu@FreeBSD.org) Message-Id: <201807311918.w6VJIY0M081755@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: manu set sender to manu@FreeBSD.org using -f From: Emmanuel Vadot Date: Tue, 31 Jul 2018 19:18:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r476018 - head/sysutils/u-boot-sopine X-SVN-Group: ports-head X-SVN-Commit-Author: manu X-SVN-Commit-Paths: head/sysutils/u-boot-sopine X-SVN-Commit-Revision: 476018 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jul 2018 19:18:35 -0000 Author: manu (src committer) Date: Tue Jul 31 19:18:34 2018 New Revision: 476018 URL: https://svnweb.freebsd.org/changeset/ports/476018 Log: u-boot-sopine: Correct path in pkg-descr Approved by: bapt (implicit) Modified: head/sysutils/u-boot-sopine/pkg-descr Modified: head/sysutils/u-boot-sopine/pkg-descr ============================================================================== --- head/sysutils/u-boot-sopine/pkg-descr Tue Jul 31 19:17:33 2018 (r476017) +++ head/sysutils/u-boot-sopine/pkg-descr Tue Jul 31 19:18:34 2018 (r476018) @@ -1,7 +1,7 @@ U-Boot loader and related files for the Sopine/Pine64-LTS. To install this bootloader on an sdcard just do: -dd if=/usr/local/share/u-boot/u-boot-pine64/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=1k seek=8 conv=sync +dd if=/usr/local/share/u-boot/u-boot-sopine/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=1k seek=8 conv=sync For information about running FreeBSD on Allwinner boards, see https://wiki.freebsd.org/FreeBSD/arm/Allwinner