View | Details | Raw Unified | Return to bug 281731 | Differences between
and this patch

Collapse All | Expand All

(-)b/sysutils/loaders-update/Makefile (+27 lines)
Added Link Here
1
PORTNAME=	loaders-update
2
DISTVERSION=	1.0.1
3
CATEGORIES=	sysutils
4
MASTER_SITES=	GH
5
6
MAINTAINER=	kmachine@free.fr
7
COMMENT=	Help to update the bootcodes / loaders
8
WWW=		https://github.com/emrion/uploaders/
9
10
LICENSE=	BSD2CLAUSE
11
12
GH_PROJECT=	uploaders
13
USE_GITHUB=	yes
14
GH_ACCOUNT=	emrion
15
16
NO_BUILD=	yes
17
18
PLIST_FILES=	sbin/${PORTNAME} \
19
		share/man/man8/${PORTNAME}.8.gz
20
21
do-install:
22
	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} \
23
		${STAGEDIR}${PREFIX}/sbin/${PORTNAME}
24
	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 \
25
		${STAGEDIR}${PREFIX}/share/man/man8/
26
27
.include <bsd.port.mk>
(-)b/sysutils/loaders-update/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1729420053
2
SHA256 (emrion-uploaders-1.0.1_GH0.tar.gz) = 81fff4ed180dc18c9bc74fc74fd808c1302beaf89997ffd32d9bf622151e3d81
3
SIZE (emrion-uploaders-1.0.1_GH0.tar.gz) = 6376
(-)b/sysutils/loaders-update/pkg-descr (-1 / +3 lines)
Added Link Here
0
- 
1
This utility is a tool designed to keep the FreeBSD bootcodes and loaders up-to-date.
2
It's useful because the FreeBSD upgrade process doesn't update them.
3
It verifies if they are up to date and updates them if desired.

Return to bug 281731