View | Details | Raw Unified | Return to bug 241703
Collapse All | Expand All

(-)net/ipxe/Makefile (-3 / +2 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	ipxe
4
PORTNAME=	ipxe
5
PORTVERSION=	20190715
5
DISTVERSION=	20190929
6
PORTREVISION=	1
7
CATEGORIES=	net
6
CATEGORIES=	net
8
7
9
MAINTAINER=	tobik@FreeBSD.org
8
MAINTAINER=	tobik@FreeBSD.org
Lines 26-32 USE_GITHUB= yes Link Here
26
#   A: iPXE uses a rolling release model, in which every commit is intended
25
#   A: iPXE uses a rolling release model, in which every commit is intended
27
#      to be production-ready.  You should always use the latest code.
26
#      to be production-ready.  You should always use the latest code.
28
#
27
#
29
GH_TAGNAME=	a385e2376859dc0195ec77aeab220876b201c16b
28
GH_TAGNAME=	3fe683ebab29afacf224e6b0921f6329bebcdca7
30
USE_PERL5=	build
29
USE_PERL5=	build
31
30
32
ALL_TARGET=	bin/ipxe.dsk bin/ipxe.lkrn bin/ipxe.pxe bin/ipxe.usb bin/undionly.kpxe
31
ALL_TARGET=	bin/ipxe.dsk bin/ipxe.lkrn bin/ipxe.pxe bin/ipxe.usb bin/undionly.kpxe
(-)net/ipxe/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1563194450
1
TIMESTAMP = 1572859791
2
SHA256 (ipxe-ipxe-20190715-a385e2376859dc0195ec77aeab220876b201c16b_GH0.tar.gz) = 20cfaef94b2779df131e2194e1e8849bf76d5cee074841b334bb89c1974c858d
2
SHA256 (ipxe-ipxe-20190929-3fe683ebab29afacf224e6b0921f6329bebcdca7_GH0.tar.gz) = db6b2a494d49fc60d4d6d0e627617423f53634e2b1c25a8131945881e6c8c642
3
SIZE (ipxe-ipxe-20190715-a385e2376859dc0195ec77aeab220876b201c16b_GH0.tar.gz) = 3811989
3
SIZE (ipxe-ipxe-20190929-3fe683ebab29afacf224e6b0921f6329bebcdca7_GH0.tar.gz) = 3817037

Return to bug 241703