Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Oct 2020 19:44:06 +0000 (UTC)
From:      =?UTF-8?Q?Vin=c3=adcius_Zavam?= <egypcio@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r552847 - head/net/ipxe
Message-ID:  <202010201944.09KJi6P7037695@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: egypcio
Date: Tue Oct 20 19:44:06 2020
New Revision: 552847
URL: https://svnweb.freebsd.org/changeset/ports/552847

Log:
  net/ipxe: update 20200722 to g20201020,1 (e6f9054)
  
    build OK
    testport OK (supported archs)
  
  while here,
  
    - adopt port;
    - follow "5.4.3. USE_GITHUB" recommendations; [1]
    - PORTEPOCH needed to be used here;
    - reduce GH_TAGNAME to use 7 (seven) chars as usual.
  
  [1] freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/makefile-distfiles.html
  
  PR:		250493

Modified:
  head/net/ipxe/Makefile
  head/net/ipxe/distinfo

Modified: head/net/ipxe/Makefile
==============================================================================
--- head/net/ipxe/Makefile	Tue Oct 20 19:43:23 2020	(r552846)
+++ head/net/ipxe/Makefile	Tue Oct 20 19:44:06 2020	(r552847)
@@ -2,10 +2,11 @@
 # $FreeBSD$
 
 PORTNAME=	ipxe
-DISTVERSION=	20200722
+DISTVERSION=	g20201020
+PORTEPOCH=	1
 CATEGORIES=	net
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	egypcio@FreeBSD.org
 COMMENT=	Open source network boot firmware
 
 LICENSE=	GPLv2
@@ -17,7 +18,7 @@ USES=		gmake perl5 shebangfix
 USE_BINUTILS=	yes
 USE_GCC=	yes
 USE_GITHUB=	yes
-GH_TAGNAME=	b76052335788d0ad2c4b0bded116c3b02dd4bbc2
+GH_TAGNAME=	e6f9054
 USE_PERL5=	build
 SHEBANG_FILES=	util/geniso util/gensdsk
 MAKE_ARGS=	AR=${AR} \

Modified: head/net/ipxe/distinfo
==============================================================================
--- head/net/ipxe/distinfo	Tue Oct 20 19:43:23 2020	(r552846)
+++ head/net/ipxe/distinfo	Tue Oct 20 19:44:06 2020	(r552847)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1595629210
-SHA256 (ipxe-ipxe-20200722-b76052335788d0ad2c4b0bded116c3b02dd4bbc2_GH0.tar.gz) = 448d941a57cad276a5f61f36c73255b3d49fb1bfcaecfb37eb70c8180e9ccff5
-SIZE (ipxe-ipxe-20200722-b76052335788d0ad2c4b0bded116c3b02dd4bbc2_GH0.tar.gz) = 3894353
+TIMESTAMP = 1603219514
+SHA256 (ipxe-ipxe-g20201020-e6f9054_GH0.tar.gz) = 0796437fcf6afef56f9c68f958d3fc0912cca0262e615b55bfd80260f7b955d0
+SIZE (ipxe-ipxe-g20201020-e6f9054_GH0.tar.gz) = 3903906



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