mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
net/ipxe: update g20210910 (2265a65) to g20220216 (bc5c612f756b11c0)
* bc5c612f75
while here,
- pet portlint (move BUILD_DEPENDS to the top);
- make sure portscout skips an old version, using skipv.
This commit is contained in:
parent
770488c4d1
commit
1927f85352
2 changed files with 10 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
# Created by: Guerkan Karaman <gk.freebsd@googlemail.com>
|
||||
|
||||
PORTNAME= ipxe
|
||||
DISTVERSION= g20210910
|
||||
DISTVERSION= g20220216
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= net
|
||||
|
||||
|
@ -13,11 +13,14 @@ LICENSE= GPLv2
|
|||
ONLY_FOR_ARCHS= amd64 i386
|
||||
ONLY_FOR_ARCHS_REASON= not yet ported to anything other than amd64/i386
|
||||
|
||||
BUILD_DEPENDS= bash:shells/bash \
|
||||
syslinux:sysutils/syslinux
|
||||
|
||||
USES= gmake perl5 shebangfix
|
||||
USE_BINUTILS= yes
|
||||
USE_GCC= yes:build
|
||||
USE_GITHUB= yes
|
||||
GH_TAGNAME= 2265a65
|
||||
GH_TAGNAME= bc5c612f756b11c0
|
||||
USE_PERL5= build
|
||||
MAKE_ARGS= AR=${AR} \
|
||||
ARCH=${ARCH:S/amd64/i386/} \
|
||||
|
@ -65,9 +68,6 @@ OPTIONS_DEFAULT= EFI ISO
|
|||
EFI_DESC= Create EFI images
|
||||
ISO_DESC= Create bootable CD image
|
||||
|
||||
BUILD_DEPENDS= bash:shells/bash \
|
||||
syslinux:sysutils/syslinux
|
||||
|
||||
EFI_BUILD_DEPENDS= mformat:emulators/mtools
|
||||
_EFI_ARCHS= ${ARCH:Mamd64:S/amd64/x86_64/} i386
|
||||
_EFI_TARGETS= ipxe snp snponly
|
||||
|
@ -83,6 +83,8 @@ ISO_MAKE_ARGS= ISOLINUX_BIN="${WRKSRC}/isolinux.bin" \
|
|||
LDLINUX_C32="${LOCALBASE}/share/syslinux/bios/com32/elflink/ldlinux/ldlinux.c32"
|
||||
ISO_ALL_TARGET= bin/ipxe.iso
|
||||
|
||||
PORTSCOUT= skipv:1.21.1
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
# Add user supplied build configuration after port options etc have
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1633345261
|
||||
SHA256 (ipxe-ipxe-g20210910-2265a65_GH0.tar.gz) = 30319d1c48bac8ee0b45d69a6d72f8d80cb33aad0d6efe8e88899fa39cb6f8ff
|
||||
SIZE (ipxe-ipxe-g20210910-2265a65_GH0.tar.gz) = 3970605
|
||||
TIMESTAMP = 1645272013
|
||||
SHA256 (ipxe-ipxe-g20220216-bc5c612f756b11c0_GH0.tar.gz) = 051dbc1c728035d383c72f7be9bf54962250e835b66f45dfdab3811b248c50fc
|
||||
SIZE (ipxe-ipxe-g20220216-bc5c612f756b11c0_GH0.tar.gz) = 3983471
|
||||
|
|
Loading…
Add table
Reference in a new issue