Skip to content

Commit

Permalink
net/ipxe: update g20220610 to g20221222 (7147532c)
Browse files Browse the repository at this point in the history
  while here, bump default MINOR and PATCH versions
  - ipxe/ipxe#794
  • Loading branch information
egypcio committed Dec 27, 2022
1 parent 7835b84 commit 3bf42c9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
9 changes: 7 additions & 2 deletions net/ipxe/Makefile
@@ -1,5 +1,5 @@
PORTNAME= ipxe
DISTVERSION= g20220610
DISTVERSION= g20221222
PORTEPOCH= 1
CATEGORIES= net

Expand All @@ -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/} \
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions net/ipxe/distinfo
@@ -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

0 comments on commit 3bf42c9

Please sign in to comment.