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

(-)net/ipxe/Makefile (-2 / +2 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	ipxe
4
PORTNAME=	ipxe
5
PORTVERSION=	20190307
5
PORTVERSION=	20190602
6
CATEGORIES=	net
6
CATEGORIES=	net
7
7
8
MAINTAINER=	tobik@FreeBSD.org
8
MAINTAINER=	tobik@FreeBSD.org
Lines 25-31 USE_GITHUB= yes Link Here
25
#   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
26
#      to be production-ready.  You should always use the latest code.
26
#      to be production-ready.  You should always use the latest code.
27
#
27
#
28
GH_TAGNAME=	b28ccfc725c9a52401aaa09de0734a44bd44a02d
28
GH_TAGNAME=	1cdf56f75157d5f4dcfb98dee7b1ba60cd6b93c1
29
USE_PERL5=	build
29
USE_PERL5=	build
30
30
31
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 = 1552141000
1
TIMESTAMP = 1562315489
2
SHA256 (ipxe-ipxe-20190307-b28ccfc725c9a52401aaa09de0734a44bd44a02d_GH0.tar.gz) = 1e05d0b5185aa88e0fa4cbacd658b728a86af7401c117e77691a675d5e7f0b2a
2
SHA256 (ipxe-ipxe-20190602-1cdf56f75157d5f4dcfb98dee7b1ba60cd6b93c1_GH0.tar.gz) = 086a4ea80135b2bf05f6740bb57ef74da2bacfaca90d916af61314691f9cffd7
3
SIZE (ipxe-ipxe-20190307-b28ccfc725c9a52401aaa09de0734a44bd44a02d_GH0.tar.gz) = 3801380
3
SIZE (ipxe-ipxe-20190602-1cdf56f75157d5f4dcfb98dee7b1ba60cd6b93c1_GH0.tar.gz) = 3811852

Return to bug 239222