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

Collapse All | Expand All

(-)b/sysutils/limine/Makefile (-2 / +4 lines)
Lines 1-5 Link Here
1
PORTNAME=	limine
1
PORTNAME=	limine
2
DISTVERSION=	7.13.2
2
DISTVERSION=	8.0.1
3
CATEGORIES=	sysutils
3
CATEGORIES=	sysutils
4
MASTER_SITES=	https://github.com/${PORTNAME}-bootloader/${PORTNAME}/releases/download/v${DISTVERSION}/
4
MASTER_SITES=	https://github.com/${PORTNAME}-bootloader/${PORTNAME}/releases/download/v${DISTVERSION}/
5
5
Lines 16-22 BUILD_DEPENDS= mtools:emulators/mtools \ Link Here
16
USES=		gmake
16
USES=		gmake
17
GNU_CONFIGURE=	yes
17
GNU_CONFIGURE=	yes
18
18
19
CONFIGURE_ARGS=	--enable-all
19
# Disable the loongarch64 port as the LLVM target for it is still not enabled
20
# everywhere.
21
CONFIGURE_ARGS=	--enable-all --disable-uefi-loongarch64
20
MAKEFILE=	GNUmakefile
22
MAKEFILE=	GNUmakefile
21
23
22
INSTALL_TARGET=	install-strip
24
INSTALL_TARGET=	install-strip
(-)b/sysutils/limine/distinfo (-4 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1722334994
1
TIMESTAMP = 1722851055
2
SHA256 (limine-7.13.2.tar.gz) = f7066b5edad58c2ff157b487c10bf756ad662fd39759127a02406486743fd636
2
SHA256 (limine-8.0.1.tar.gz) = 62ee92838ebe7f13061e75cbeb5a634e39b13adc5360cb7eeb5eb111ba25ca11
3
SIZE (limine-7.13.2.tar.gz) = 574037
3
SIZE (limine-8.0.1.tar.gz) = 574909
4
- 

Return to bug 280623