svn commit: r552847 - head/net/ipxe
Vinícius Zavam
egypcio at FreeBSD.org
Tue Oct 20 19:44:07 UTC 2020
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 at FreeBSD.org
+MAINTAINER= egypcio at 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
More information about the svn-ports-all
mailing list