aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/ipxe/Makefile4
-rw-r--r--net/ipxe/distinfo6
-rw-r--r--net/ipxe/files/pkg-message.in6
3 files changed, 11 insertions, 5 deletions
diff --git a/net/ipxe/Makefile b/net/ipxe/Makefile
index 08a15a115592..454c23569f7e 100644
--- a/net/ipxe/Makefile
+++ b/net/ipxe/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= ipxe
-PORTVERSION= 20190307
+PORTVERSION= 20190715
CATEGORIES= net
MAINTAINER= tobik@FreeBSD.org
@@ -25,7 +25,7 @@ USE_GITHUB= yes
# A: iPXE uses a rolling release model, in which every commit is intended
# to be production-ready. You should always use the latest code.
#
-GH_TAGNAME= b28ccfc725c9a52401aaa09de0734a44bd44a02d
+GH_TAGNAME= a385e2376859dc0195ec77aeab220876b201c16b
USE_PERL5= build
ALL_TARGET= bin/ipxe.dsk bin/ipxe.lkrn bin/ipxe.pxe bin/ipxe.usb bin/undionly.kpxe
diff --git a/net/ipxe/distinfo b/net/ipxe/distinfo
index e318ef1a8758..6c44afdfe3f0 100644
--- a/net/ipxe/distinfo
+++ b/net/ipxe/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1552141000
-SHA256 (ipxe-ipxe-20190307-b28ccfc725c9a52401aaa09de0734a44bd44a02d_GH0.tar.gz) = 1e05d0b5185aa88e0fa4cbacd658b728a86af7401c117e77691a675d5e7f0b2a
-SIZE (ipxe-ipxe-20190307-b28ccfc725c9a52401aaa09de0734a44bd44a02d_GH0.tar.gz) = 3801380
+TIMESTAMP = 1563194450
+SHA256 (ipxe-ipxe-20190715-a385e2376859dc0195ec77aeab220876b201c16b_GH0.tar.gz) = 20cfaef94b2779df131e2194e1e8849bf76d5cee074841b334bb89c1974c858d
+SIZE (ipxe-ipxe-20190715-a385e2376859dc0195ec77aeab220876b201c16b_GH0.tar.gz) = 3811989
diff --git a/net/ipxe/files/pkg-message.in b/net/ipxe/files/pkg-message.in
index 39252d246a37..c5046a9cafdf 100644
--- a/net/ipxe/files/pkg-message.in
+++ b/net/ipxe/files/pkg-message.in
@@ -1,3 +1,6 @@
+[
+{ type: install
+ message: <<EOD
The following files have been installed in %%DATADIR%%:
- ipxe.dsk for creating a bootable floppy disk
- ipxe.efi-i386 for loading from EFI on i386 systems
@@ -11,3 +14,6 @@ The following files have been installed in %%DATADIR%%:
- {8086100f,808610d3,10222000,15ad07b0}.rom for replacing the
VMware PXE ROM. See http://ipxe.org/howto/vmware for more
information.
+EOD
+}
+]