diff options
author | pawel <pawel@FreeBSD.org> | 2016-10-03 03:36:21 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2016-10-03 03:36:21 +0800 |
commit | 4b87232e37c9706b2acba95a95780feaa66a5822 (patch) | |
tree | 98bf800b316480e4ffef1706fa45528192fba45a /sysutils | |
parent | 71722010060c548f29c910002ab1f4d928ef74d1 (diff) | |
download | freebsd-ports-gnome-4b87232e37c9706b2acba95a95780feaa66a5822.tar.gz freebsd-ports-gnome-4b87232e37c9706b2acba95a95780feaa66a5822.tar.zst freebsd-ports-gnome-4b87232e37c9706b2acba95a95780feaa66a5822.zip |
Update to version 2016.09
PR: 213123
Submitted by: Emmanuel Vadot (maintainer)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/u-boot-olimex-a20-som-evb/Makefile | 2 | ||||
-rw-r--r-- | sysutils/u-boot-olimex-a20-som-evb/distinfo | 6 | ||||
-rw-r--r-- | sysutils/u-boot-olimex-a20-som-evb/files/patch-api_api__net.c | 11 |
3 files changed, 4 insertions, 15 deletions
diff --git a/sysutils/u-boot-olimex-a20-som-evb/Makefile b/sysutils/u-boot-olimex-a20-som-evb/Makefile index bce41e20aec0..ab747a02f475 100644 --- a/sysutils/u-boot-olimex-a20-som-evb/Makefile +++ b/sysutils/u-boot-olimex-a20-som-evb/Makefile @@ -13,7 +13,7 @@ LICENSE= GPLv2 BUILD_DEPENDS= arm-none-eabi-gcc:devel/arm-none-eabi-gcc -UBOOT_VERSION?= 2016.07 +UBOOT_VERSION?= 2016.09 BOARD_CONFIG?= A20-Olimex-SOM-EVB_defconfig MODEL?= olimex-a20-som-evb diff --git a/sysutils/u-boot-olimex-a20-som-evb/distinfo b/sysutils/u-boot-olimex-a20-som-evb/distinfo index 956ccb60cf54..8dad18135bcf 100644 --- a/sysutils/u-boot-olimex-a20-som-evb/distinfo +++ b/sysutils/u-boot-olimex-a20-som-evb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1468333360 -SHA256 (u-boot-2016.07.tar.bz2) = 974fb7225c0af6a721307631f66b81e20dbda82a4d7cc32aba2a625727231253 -SIZE (u-boot-2016.07.tar.bz2) = 11506848 +TIMESTAMP = 1474034864 +SHA256 (u-boot-2016.09.tar.bz2) = 994e7b9e0e350d9f91f5892d5e5bff00d3714a4962f520f78a64a461ef950ba9 +SIZE (u-boot-2016.09.tar.bz2) = 11790685 diff --git a/sysutils/u-boot-olimex-a20-som-evb/files/patch-api_api__net.c b/sysutils/u-boot-olimex-a20-som-evb/files/patch-api_api__net.c deleted file mode 100644 index 2c9e4bd3bb11..000000000000 --- a/sysutils/u-boot-olimex-a20-som-evb/files/patch-api_api__net.c +++ /dev/null @@ -1,11 +0,0 @@ ---- api/api_net.c.orig 2016-07-11 19:01:01 UTC -+++ api/api_net.c -@@ -25,7 +25,7 @@ DECLARE_GLOBAL_DATA_PTR; - - #define errf(fmt, args...) do { printf("ERROR @ %s(): ", __func__); printf(fmt, ##args); } while (0) - --#ifdef CONFIG_CMD_NET -+#if defined(CONFIG_CMD_NET) && !defined(CONFIG_DM_ETH) - - static int dev_valid_net(void *cookie) - { |