diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2019-06-16 09:20:13 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2019-06-16 09:20:13 +0000 |
commit | 58bbbf71e47a0549cac4c06705b5d84c84d3b442 (patch) | |
tree | 04c921bbdc2bc0bac6cdc10718a833e96a8ec2d4 /misc | |
parent | misc/veles: Fix the limitation of 1MB on the data size that veles can show by... (diff) |
misc/veles: Correct the comment
Notes
Notes:
svn path=/head/; revision=504289
Diffstat (limited to 'misc')
-rw-r--r-- | misc/veles/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/veles/Makefile b/misc/veles/Makefile index 8556a257098e..5aebca9b2b06 100644 --- a/misc/veles/Makefile +++ b/misc/veles/Makefile @@ -6,7 +6,7 @@ PORTREVISION= 1 CATEGORIES= misc PATCH_SITES= https://github.com/${GH_ACCOUNT}/${PORTNAME}/commit/ -PATCHFILES= f9125454bfb2cd28d78544ba41d92c028be6a277.patch:-p1 # Lift the default size limit of 1MB that msgpack imposes on binary data: https://github.com/root-project/root/pull/2218/commits +PATCHFILES= f9125454bfb2cd28d78544ba41d92c028be6a277.patch:-p1 # Lift the default size limit of 1MB that msgpack imposes on binary data: https://github.com/codilime/veles/pull/447 MAINTAINER= yuri@FreeBSD.org COMMENT= Tool for binary data visualization and analysis |