svn commit: r506662 - in head/net/ipxe: . files

Tobias Kortkamp tobik at FreeBSD.org
Mon Jul 15 13:08:56 UTC 2019


Author: tobik
Date: Mon Jul 15 13:08:55 2019
New Revision: 506662
URL: https://svnweb.freebsd.org/changeset/ports/506662

Log:
  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

Modified:
  head/net/ipxe/Makefile
  head/net/ipxe/distinfo
  head/net/ipxe/files/pkg-message.in

Modified: head/net/ipxe/Makefile
==============================================================================
--- head/net/ipxe/Makefile	Mon Jul 15 13:01:49 2019	(r506661)
+++ head/net/ipxe/Makefile	Mon Jul 15 13:08:55 2019	(r506662)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	ipxe
-PORTVERSION=	20190307
+PORTVERSION=	20190715
 CATEGORIES=	net
 
 MAINTAINER=	tobik at 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

Modified: head/net/ipxe/distinfo
==============================================================================
--- head/net/ipxe/distinfo	Mon Jul 15 13:01:49 2019	(r506661)
+++ head/net/ipxe/distinfo	Mon Jul 15 13:08:55 2019	(r506662)
@@ -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

Modified: head/net/ipxe/files/pkg-message.in
==============================================================================
--- head/net/ipxe/files/pkg-message.in	Mon Jul 15 13:01:49 2019	(r506661)
+++ head/net/ipxe/files/pkg-message.in	Mon Jul 15 13:08:55 2019	(r506662)
@@ -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
+}
+]


More information about the svn-ports-head mailing list