Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Dec 2022 13:09:39 GMT
From:      =?utf-8?Q?Vin=C3=ADcius=20Zavam?= <egypcio@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3bf42c973a14 - main - net/ipxe: update g20220610 to g20221222 (7147532c)
Message-ID:  <202212271309.2BRD9dr5041741@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by egypcio:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3bf42c973a14cba03198ff49fb38c6f0705afc39

commit 3bf42c973a14cba03198ff49fb38c6f0705afc39
Author:     Vinícius Zavam <egypcio@FreeBSD.org>
AuthorDate: 2022-12-27 13:03:59 +0000
Commit:     Vinícius Zavam <egypcio@FreeBSD.org>
CommitDate: 2022-12-27 13:03:59 +0000

    net/ipxe: update g20220610 to g20221222 (7147532c)
    
      while here, bump default MINOR and PATCH versions
      - https://github.com/ipxe/ipxe/pull/794
---
 net/ipxe/Makefile | 9 +++++++--
 net/ipxe/distinfo | 6 +++---
 2 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/net/ipxe/Makefile b/net/ipxe/Makefile
index a1cab8e856f1..bf3fa71b8336 100644
--- a/net/ipxe/Makefile
+++ b/net/ipxe/Makefile
@@ -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
diff --git a/net/ipxe/distinfo b/net/ipxe/distinfo
index e0ad081668aa..7a4333481af4 100644
--- a/net/ipxe/distinfo
+++ b/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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212271309.2BRD9dr5041741>