FreeBSD Bugzilla – Attachment 253835 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]
Patch for the port tree 2024/Q3, add loaders-update
loaders-update.patch (text/plain), 1.56 KB, created by
Emrion
on 2024-09-26 17:40:46 UTC
(
hide
)
Description:
Patch for the port tree 2024/Q3, add loaders-update
Filename:
MIME Type:
Creator:
Emrion
Created:
2024-09-26 17:40:46 UTC
Size:
1.56 KB
patch
obsolete
>From 4f4c4d434643fd124b1fb7fabe7f30531cfeb82d Mon Sep 17 00:00:00 2001 >From: Emrion <kmachine@free.fr> >Date: Thu, 26 Sep 2024 18:44:09 +0200 >Subject: [PATCH] An utility which helps to update FreeBSD bootcodes / loaders > >--- > sysutils/loaders-update/Makefile | 27 +++++++++++++++++++++++++++ > sysutils/loaders-update/pkg-descr | 2 ++ > 2 files changed, 29 insertions(+) > create mode 100644 sysutils/loaders-update/Makefile > 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..80b285ee5 >--- /dev/null >+++ b/sysutils/loaders-update/Makefile >@@ -0,0 +1,27 @@ >+PORTNAME= loaders-update >+PORTVERSION= 1.0.0 >+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/pkg-descr b/sysutils/loaders-update/pkg-descr >new file mode 100644 >index 000000000..f055e9409 >--- /dev/null >+++ b/sysutils/loaders-update/pkg-descr >@@ -0,0 +1,2 @@ >+Tool that helps to update the bootcodes / loaders. >+It verifies if they are up to date and updates them if desired. >-- >2.45.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