svn commit: r504288 - head/misc/veles

Yuri Victorovich yuri at FreeBSD.org
Sun Jun 16 09:17:01 UTC 2019


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 at 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


More information about the svn-ports-all mailing list