aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2018-03-27 19:42:38 +0800
committerEmmanuel Vadot <manu@FreeBSD.org>2018-03-27 19:42:38 +0800
commit9867f82f4f9e1da7cf9e1e35337ec2cb330b5e40 (patch)
tree746d0979cf04e635371bf9bbaa54408bfdd17262
parent032fea6057443ef963c3af17bc0a1872783f4a76 (diff)
downloadfreebsd-ports-9867f82f4f9e1da7cf9e1e35337ec2cb330b5e40.tar.gz
freebsd-ports-9867f82f4f9e1da7cf9e1e35337ec2cb330b5e40.tar.zst
freebsd-ports-9867f82f4f9e1da7cf9e1e35337ec2cb330b5e40.zip
sysutils/u-boot-tools: Update to 2018.03
This also include the local patch that we had. Reviewed by: bapt Approved by: bapt Differential Revision: https://reviews.freebsd.org/D14866
Notes
Notes: svn path=/head/; revision=465693
-rw-r--r--sysutils/u-boot-tools/Makefile3
-rw-r--r--sysutils/u-boot-tools/distinfo6
-rw-r--r--sysutils/u-boot-tools/files/patch-include_compiler.h12
3 files changed, 4 insertions, 17 deletions
diff --git a/sysutils/u-boot-tools/Makefile b/sysutils/u-boot-tools/Makefile
index 6ebb7f035e74..11ec1d13a602 100644
--- a/sysutils/u-boot-tools/Makefile
+++ b/sysutils/u-boot-tools/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= u-boot-tools
-DISTVERSION= 2017.09
-PORTREVISION= 2
+DISTVERSION= 2018.03
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.denx.de/pub/u-boot/
DISTNAME= u-boot-${PORTVERSION}
diff --git a/sysutils/u-boot-tools/distinfo b/sysutils/u-boot-tools/distinfo
index ca9097ac2c87..a5ea9d9b200c 100644
--- a/sysutils/u-boot-tools/distinfo
+++ b/sysutils/u-boot-tools/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1513026851
-SHA256 (u-boot-2017.09.tar.bz2) = b2d15f2cf5f72e706025cde73d67247c6da8cd35f7e10891eefe7d9095089744
-SIZE (u-boot-2017.09.tar.bz2) = 11434323
+TIMESTAMP = 1522148447
+SHA256 (u-boot-2018.03.tar.bz2) = 7e7477534409d5368eb1371ffde6820f0f79780a1a1f676161c48442cb303dfd
+SIZE (u-boot-2018.03.tar.bz2) = 12304292
diff --git a/sysutils/u-boot-tools/files/patch-include_compiler.h b/sysutils/u-boot-tools/files/patch-include_compiler.h
deleted file mode 100644
index fb9b6b1f738a..000000000000
--- a/sysutils/u-boot-tools/files/patch-include_compiler.h
+++ /dev/null
@@ -1,12 +0,0 @@
---- include/compiler.h.orig 2018-02-06 02:48:39 UTC
-+++ include/compiler.h
-@@ -50,6 +50,9 @@ typedef unsigned long ulong;
- #endif
- #ifdef __FreeBSD__
- # include <sys/endian.h> /* htole32 and friends */
-+# define __BYTE_ORDER BYTE_ORDER
-+# define __LITTLE_ENDIAN LITTLE_ENDIAN
-+# define __BIG_ENDIAN BIG_ENDIAN
- #elif defined(__OpenBSD__)
- # include <endian.h>
- # define __BYTE_ORDER BYTE_ORDER