From owner-dev-commits-ports-main@freebsd.org Tue May 25 15:36:55 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1518964F1F1; Tue, 25 May 2021 15:36:55 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FqJ9273Ncz3Llk; Tue, 25 May 2021 15:36:54 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DA5C42038B; Tue, 25 May 2021 15:36:54 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 14PFasGA027565; Tue, 25 May 2021 15:36:54 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 14PFasmx027564; Tue, 25 May 2021 15:36:54 GMT (envelope-from git) Date: Tue, 25 May 2021 15:36:54 GMT Message-Id: <202105251536.14PFasmx027564@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Li-Wen Hsu Subject: git: 5d8a19b00554 - main - net/isboot-kmod: Fix the incorrect commit in the previous push MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: lwhsu X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 5d8a19b005545c08058e437eb3e8a5b1106cea0b Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 May 2021 15:36:55 -0000 The branch main has been updated by lwhsu: URL: https://cgit.FreeBSD.org/ports/commit/?id=5d8a19b005545c08058e437eb3e8a5b1106cea0b commit 5d8a19b005545c08058e437eb3e8a5b1106cea0b Author: John Nielsen AuthorDate: 2021-05-25 15:11:27 +0000 Commit: Li-Wen Hsu CommitDate: 2021-05-25 15:11:27 +0000 net/isboot-kmod: Fix the incorrect commit in the previous push PR: 255578 --- net/isboot-kmod/Makefile | 10 ++++++---- net/isboot-kmod/distinfo | 6 +++--- net/isboot-kmod/pkg-descr | 2 +- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/net/isboot-kmod/Makefile b/net/isboot-kmod/Makefile index 1a4f95b99084..e24a958bb608 100644 --- a/net/isboot-kmod/Makefile +++ b/net/isboot-kmod/Makefile @@ -1,8 +1,7 @@ PORTNAME= isboot-kmod -PORTVERSION= 0.2.14 +DISTVERSION= 0.2.14 +PORTREVISION= 1 CATEGORIES= net -MASTER_SITES= http://www.peach.ne.jp/archives/isboot/ -DISTNAME= isboot-${PORTVERSION} MAINTAINER= john@jnielsen.net COMMENT= Kernel module enabling iSCSI/IBFT boot @@ -22,7 +21,10 @@ WRKSRC_SUBDIR= src PLIST_FILES= ${KMODDIR}/isboot.ko PORTDOCS= README -OPTIONS_DEFINE= DOCS VIMAGE +OPTIONS_DEFINE= DEBUG DOCS VIMAGE +OPTIONS_DEFAULT=DOCS VIMAGE +DEBUG_DESC= Enable verbose boot logging +DEBUG_CFLAGS= -DDEBUG -DMODDEBUG -DIBFT_VERBOSE VIMAGE_DESC= Build for a kernel with 'options VIMAGE' VIMAGE_CFLAGS= -DVIMAGE diff --git a/net/isboot-kmod/distinfo b/net/isboot-kmod/distinfo index 96dc7af469b3..070f53b5314e 100644 --- a/net/isboot-kmod/distinfo +++ b/net/isboot-kmod/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620068976 -SHA256 (jnielsendotnet-isboot-0.2.14_GH0.tar.gz) = 8ebc00888630b09e4740552c27980bb09fc5a638780043a078270ee6b1ad8097 -SIZE (jnielsendotnet-isboot-0.2.14_GH0.tar.gz) = 30405 +TIMESTAMP = 1621952121 +SHA256 (jnielsendotnet-isboot-0.2.14_GH0.tar.gz) = 6c5c9d17b97cf6ed977cda5d6f67409d68488cac768ba6202116a28f2decb2a2 +SIZE (jnielsendotnet-isboot-0.2.14_GH0.tar.gz) = 30628 diff --git a/net/isboot-kmod/pkg-descr b/net/isboot-kmod/pkg-descr index 5e18ac4d1938..1e78a2c8f302 100644 --- a/net/isboot-kmod/pkg-descr +++ b/net/isboot-kmod/pkg-descr @@ -6,4 +6,4 @@ contains iSCSI support such as iPXE. The module reads the iSCSI Boot Firmware Table (IBFT) to configure the network and re-attach the volume once the kernel begins execution. -WWW: http://shell.peach.ne.jp/aoyama/archives/2115 (Japanese) +WWW: https://github.com/jnielsendotnet/isboot