FreeBSD Bugzilla – Attachment 254393 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 v1.0.1
0001-loaders-update-v1.0.1.patch (text/plain), 1.99 KB, created by
Emrion
on 2024-10-20 11:03:36 UTC
(
hide
)
Description:
Patch for the port tree 2024/Q3, add loaders-update v1.0.1
Filename:
MIME Type:
Creator:
Emrion
Created:
2024-10-20 11:03:36 UTC
Size:
1.99 KB
patch
obsolete
>From 6261181c186b4b9a48cdb9050311fa7347cf9771 Mon Sep 17 00:00:00 2001 >From: Emrion <kmachine@free.fr> >Date: Sun, 20 Oct 2024 12:57:31 +0200 >Subject: [PATCH] loaders-update v1.0.1 > >--- > sysutils/loaders-update/Makefile | 27 +++++++++++++++++++++++++++ > sysutils/loaders-update/distinfo | 3 +++ > sysutils/loaders-update/pkg-descr | 2 ++ > 3 files changed, 32 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..b0f9cdc52 >--- /dev/null >+++ b/sysutils/loaders-update/Makefile >@@ -0,0 +1,27 @@ >+PORTNAME= loaders-update >+PORTVERSION= 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..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.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