1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

sysutils/loaders-update: update bootcode / loaders

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.

WWW: https://github.com/emrion/uploaders/

PR:		281731
This commit is contained in:
Emrion 2024-10-27 08:47:57 +01:00 committed by Robert Clausecker
parent 58426f4b63
commit e5baa4d9c6
4 changed files with 38 additions and 0 deletions

View File

@ -701,6 +701,7 @@
SUBDIR += lmmon
SUBDIR += lmon
SUBDIR += lnav
SUBDIR += loaders-update
SUBDIR += lockfile-progs
SUBDIR += loganalyzer
SUBDIR += logrotate

View File

@ -0,0 +1,30 @@
PORTNAME= loaders-update
DISTVERSION= 1.0.1
CATEGORIES= sysutils
MASTER_SITES= GH
MAINTAINER= kmachine@free.fr
COMMENT= Update bootcode and loaders
WWW= https://github.com/emrion/uploaders/
LICENSE= BSD2CLAUSE
ONLY_FOR_ARCHS= amd64
ONLY_FOR_ARCHS_REASON= Utility is specific to amd64's boot code
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>

View File

@ -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

View File

@ -0,0 +1,4 @@
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.