FreeBSD Bugzilla – Attachment 254555 Details for
Bug 281731
[NEW PORT] sysutils/loaders-update: Tool that helps to update the bootcodes / loaders.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Add loaders-update to the 2024Q3 ports branch
0001-Add-loaders-update-on-the-2024Q3-branch.patch (text/plain), 2.14 KB, created by
Emrion
on 2024-10-27 07:57:58 UTC
(
hide
)
Description:
Add loaders-update to the 2024Q3 ports branch
Filename:
MIME Type:
Creator:
Emrion
Created:
2024-10-27 07:57:58 UTC
Size:
2.14 KB
patch
obsolete
>From 1d348c60bd3b802b59c306ac4b717be2d14be3c5 Mon Sep 17 00:00:00 2001 >From: Emrion <kmachine@free.fr> >Date: Sun, 27 Oct 2024 08:47:57 +0100 >Subject: [PATCH] Add loaders-update on the 2024Q3 branch > >--- > sysutils/loaders-update/Makefile | 27 +++++++++++++++++++++++++++ > sysutils/loaders-update/distinfo | 3 +++ > sysutils/loaders-update/pkg-descr | 3 +++ > 3 files changed, 33 insertions(+) > create mode 100644 sysutils/loaders-update/Makefile > create mode 100644 sysutils/loaders-update/distinfo > create mode 100644 sysutils/loaders-update/pkg-descr > >diff --git a/sysutils/loaders-update/Makefile b/sysutils/loaders-update/Makefile >new file mode 100644 >index 000000000..3e621ce89 >--- /dev/null >+++ b/sysutils/loaders-update/Makefile >@@ -0,0 +1,27 @@ >+PORTNAME= loaders-update >+DISTVERSION= 1.0.1 >+CATEGORIES= sysutils >+MASTER_SITES= GH >+ >+MAINTAINER= kmachine@free.fr >+COMMENT= Help to update the bootcodes / loaders >+WWW= https://github.com/emrion/uploaders/ >+ >+LICENSE= BSD2CLAUSE >+ >+GH_PROJECT= uploaders >+USE_GITHUB= yes >+GH_ACCOUNT= emrion >+ >+NO_BUILD= yes >+ >+PLIST_FILES= sbin/${PORTNAME} \ >+ share/man/man8/${PORTNAME}.8.gz >+ >+do-install: >+ ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} \ >+ ${STAGEDIR}${PREFIX}/sbin/${PORTNAME} >+ ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 \ >+ ${STAGEDIR}${PREFIX}/share/man/man8/ >+ >+.include <bsd.port.mk> >diff --git a/sysutils/loaders-update/distinfo b/sysutils/loaders-update/distinfo >new file mode 100644 >index 000000000..1b7db8d93 >--- /dev/null >+++ b/sysutils/loaders-update/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1729420053 >+SHA256 (emrion-uploaders-1.0.1_GH0.tar.gz) = 81fff4ed180dc18c9bc74fc74fd808c1302beaf89997ffd32d9bf622151e3d81 >+SIZE (emrion-uploaders-1.0.1_GH0.tar.gz) = 6376 >diff --git a/sysutils/loaders-update/pkg-descr b/sysutils/loaders-update/pkg-descr >new file mode 100644 >index 000000000..eb97841fe >--- /dev/null >+++ b/sysutils/loaders-update/pkg-descr >@@ -0,0 +1,3 @@ >+This utility is a tool designed to keep the FreeBSD bootcodes and loaders up-to-date. >+It's useful because the FreeBSD upgrade process doesn't update them. >+It verifies if they are up to date and updates them if desired. >\ No newline at end of file >-- >2.46.2 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 281731
:
253835
|
254393
|
254555
|
255328