aboutsummaryrefslogtreecommitdiff
path: root/misc/hxtools
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2020-11-27 09:40:17 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2020-11-27 09:40:17 +0000
commitf4500ecd0e64772f1519b664494284334a27e1c2 (patch)
treeacf6e355c6cf8ddb68ae297c8dff5dadf90e2ee5 /misc/hxtools
parent2348d9dd913f3d1ba792000aa569674ff515e756 (diff)
Notes
Diffstat (limited to 'misc/hxtools')
-rw-r--r--misc/hxtools/Makefile2
-rw-r--r--misc/hxtools/distinfo6
-rw-r--r--misc/hxtools/files/patch-suser_sysinfo.c9
3 files changed, 4 insertions, 13 deletions
diff --git a/misc/hxtools/Makefile b/misc/hxtools/Makefile
index 2064375b1f73..0be8e160146f 100644
--- a/misc/hxtools/Makefile
+++ b/misc/hxtools/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= hxtools
-DISTVERSION= 20200712
+PORTVERSION= 20201116
CATEGORIES= misc
MASTER_SITES= http://inai.de/files/hxtools/
diff --git a/misc/hxtools/distinfo b/misc/hxtools/distinfo
index 21b2ede51404..298752723abe 100644
--- a/misc/hxtools/distinfo
+++ b/misc/hxtools/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1594547101
-SHA256 (hxtools-20200712.tar.xz) = 08bdbd32b54daf39bc44e222e7cc95e1d53dd2892ee075b70f479899567e62d0
-SIZE (hxtools-20200712.tar.xz) = 208032
+TIMESTAMP = 1605482105
+SHA256 (hxtools-20201116.tar.xz) = c4bf0de4b39892eacb74a148d2587f0611f0abd2a2c4919a0e8e6639a74b7c69
+SIZE (hxtools-20201116.tar.xz) = 208540
diff --git a/misc/hxtools/files/patch-suser_sysinfo.c b/misc/hxtools/files/patch-suser_sysinfo.c
index 9240d0a7768b..9142b92fbb44 100644
--- a/misc/hxtools/files/patch-suser_sysinfo.c
+++ b/misc/hxtools/files/patch-suser_sysinfo.c
@@ -31,12 +31,3 @@
hxmc_t *line = NULL;
char *key, *value;
-@@ -448,6 +448,7 @@ int main(int argc, const char **argv)
- sy_gfx_hardware(&sib);
- sy_display_size(&sib);
- sy_dump(&sib);
-- HXmap_free(sib.osrel);
-+ if (sib.osrel)
-+ HXmap_free(sib.osrel);
- return EXIT_SUCCESS;
- }