From owner-svn-ports-all@freebsd.org Sun Jun 16 09:17:01 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7DCE415B8564; Sun, 16 Jun 2019 09:17:01 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 21DD76F1C0; Sun, 16 Jun 2019 09:17:01 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 06906C6AB; Sun, 16 Jun 2019 09:17:01 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x5G9H0Me039775; Sun, 16 Jun 2019 09:17:00 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x5G9H0tH039773; Sun, 16 Jun 2019 09:17:00 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201906160917.x5G9H0tH039773@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 16 Jun 2019 09:17:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r504288 - head/misc/veles X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/misc/veles X-SVN-Commit-Revision: 504288 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 21DD76F1C0 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.969,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Jun 2019 09:17:01 -0000 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