diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-07-15 21:08:55 +0800 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-07-15 21:08:55 +0800 |
commit | 112f0faf85b08ee314221e0a53ac6138bae289a9 (patch) | |
tree | 337e00e3e244ac67de7fd9c3cddd7006188f2bf2 /net | |
parent | 8169fecc9627fb74b9d73aa4bcc08bc6fa518caf (diff) | |
download | freebsd-ports-gnome-112f0faf85b08ee314221e0a53ac6138bae289a9.tar.gz freebsd-ports-gnome-112f0faf85b08ee314221e0a53ac6138bae289a9.tar.zst freebsd-ports-gnome-112f0faf85b08ee314221e0a53ac6138bae289a9.zip |
net/ipxe: Update to latest commit
- Convert pkg-message to UCL while here
Changes: https://github.com/ipxe/ipxe/compare/b28ccfc725c9a52401aaa09de0734a44bd44a02d...a385e2376859dc0195ec77aeab220876b201c16b
PR: 239222
Reported by: dch
Diffstat (limited to 'net')
-rw-r--r-- | net/ipxe/Makefile | 4 | ||||
-rw-r--r-- | net/ipxe/distinfo | 6 | ||||
-rw-r--r-- | net/ipxe/files/pkg-message.in | 6 |
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 +} +] |