mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
net/ipxe: update g20220610 to g20221222 (7147532c)
while here, bump default MINOR and PATCH versions - https://github.com/ipxe/ipxe/pull/794
This commit is contained in:
parent
7835b84396
commit
3bf42c973a
@ -1,5 +1,5 @@
|
||||
PORTNAME= ipxe
|
||||
DISTVERSION= g20220610
|
||||
DISTVERSION= g20221222
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= net
|
||||
|
||||
@ -19,7 +19,7 @@ USES= gmake perl5 shebangfix
|
||||
USE_BINUTILS= yes
|
||||
USE_GCC= yes:build
|
||||
USE_GITHUB= yes
|
||||
GH_TAGNAME= d3c8944d5c3ab262
|
||||
GH_TAGNAME= 7147532c3fbf9a70
|
||||
USE_PERL5= build
|
||||
MAKE_ARGS= AR=${AR} \
|
||||
ARCH=${ARCH:S/amd64/i386/} \
|
||||
@ -96,6 +96,11 @@ BUILD_DEPENDS+= gcsplit:sysutils/coreutils
|
||||
MAKE_ARGS+= CSPLIT=gcsplit
|
||||
.endif
|
||||
|
||||
# https://github.com/ipxe/ipxe/pull/794
|
||||
post-patch:
|
||||
${REINPLACE_CMD} "s|VERSION_MINOR.*0|VERSION_MINOR=21|; s|VERSION_PATCH.*0|VERSION_PATCH=1|" \
|
||||
${WRKSRC}/Makefile
|
||||
|
||||
do-configure:
|
||||
.for _cat _opt in ${_IPXE_BUILDCFG:C/\:/ /}
|
||||
@${ECHO_CMD} '#undef ${_opt:S/^!//:C/(.*)=(.*)/\1/}' >> ${WRKSRC}/config/local/${_cat}.h
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1655559534
|
||||
SHA256 (ipxe-ipxe-g20220610-d3c8944d5c3ab262_GH0.tar.gz) = e7926fd798ef58c0e5a73388c72f5b3176c051dc6ffa4670865b650cbebe5c78
|
||||
SIZE (ipxe-ipxe-g20220610-d3c8944d5c3ab262_GH0.tar.gz) = 3988793
|
||||
TIMESTAMP = 1672140433
|
||||
SHA256 (ipxe-ipxe-g20221222-7147532c3fbf9a70_GH0.tar.gz) = 4b1f9064499c0a27293b7e82f1c27702a5bbfc38227093e6ec3cd0127f2168c8
|
||||
SIZE (ipxe-ipxe-g20221222-7147532c3fbf9a70_GH0.tar.gz) = 4036118
|
||||
|
Loading…
Reference in New Issue
Block a user