Date: Sun, 16 Jun 2019 09:17:00 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r504288 - head/misc/veles Message-ID: <201906160917.x5G9H0tH039773@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sun Jun 16 09:17:00 2019 New Revision: 504288 URL: https://svnweb.freebsd.org/changeset/ports/504288 Log: misc/veles: Fix the limitation of 1MB on the data size that veles can show by back-porting my GitHub PR Modified: head/misc/veles/Makefile head/misc/veles/distinfo Modified: head/misc/veles/Makefile ============================================================================== --- head/misc/veles/Makefile Sun Jun 16 09:01:57 2019 (r504287) +++ head/misc/veles/Makefile Sun Jun 16 09:17:00 2019 (r504288) @@ -2,7 +2,11 @@ PORTNAME= veles DISTVERSION= 2018.05.0 +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 MAINTAINER= yuri@FreeBSD.org COMMENT= Tool for binary data visualization and analysis Modified: head/misc/veles/distinfo ============================================================================== --- head/misc/veles/distinfo Sun Jun 16 09:01:57 2019 (r504287) +++ head/misc/veles/distinfo Sun Jun 16 09:17:00 2019 (r504288) @@ -1,3 +1,5 @@ -TIMESTAMP = 1560472326 +TIMESTAMP = 1560676316 SHA256 (codilime-veles-2018.05.0_GH0.tar.gz) = da0047b7a42eece27aa83dd675f17df1fabeb765316a915bb9a2f22c7e1fb998 SIZE (codilime-veles-2018.05.0_GH0.tar.gz) = 2107744 +SHA256 (f9125454bfb2cd28d78544ba41d92c028be6a277.patch) = ea1fbd979c1eb1e4391e608d44d26c0c5a92db3b750a5d5fd8ac73d52de554d5 +SIZE (f9125454bfb2cd28d78544ba41d92c028be6a277.patch) = 1054
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906160917.x5G9H0tH039773>