git: 5d8a19b00554 - main - net/isboot-kmod: Fix the incorrect commit in the previous push
Li-Wen Hsu
lwhsu at FreeBSD.org
Tue May 25 15:36:55 UTC 2021
The branch main has been updated by lwhsu:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5d8a19b005545c08058e437eb3e8a5b1106cea0b
commit 5d8a19b005545c08058e437eb3e8a5b1106cea0b
Author: John Nielsen <john at jnielsen.net>
AuthorDate: 2021-05-25 15:11:27 +0000
Commit: Li-Wen Hsu <lwhsu at FreeBSD.org>
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 at 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
More information about the dev-commits-ports-all
mailing list