From owner-svn-ports-all@freebsd.org Sat Mar 31 17:00:49 2018 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 D67CFF706B0; Sat, 31 Mar 2018 17:00:49 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 85C7B6C350; Sat, 31 Mar 2018 17:00:49 +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 80B8E1A896; Sat, 31 Mar 2018 17:00:49 +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 w2VH0npB084584; Sat, 31 Mar 2018 17:00:49 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2VH0njW084582; Sat, 31 Mar 2018 17:00:49 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201803311700.w2VH0njW084582@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 31 Mar 2018 17:00:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r466067 - head/graphics/sverchok-blender X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/graphics/sverchok-blender X-SVN-Commit-Revision: 466067 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 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: Sat, 31 Mar 2018 17:00:50 -0000 Author: yuri Date: Sat Mar 31 17:00:49 2018 New Revision: 466067 URL: https://svnweb.freebsd.org/changeset/ports/466067 Log: graphics/sverchok-blender: Update 0.5.9.6.2-452 -> 0.5.9.6.3 Also remove RUN_DEPENDS on blender itself, because sverchok is an add-on, it doesn't call blender directly. Instead, blender calls sverchok. Reported by: portscout Modified: head/graphics/sverchok-blender/Makefile head/graphics/sverchok-blender/distinfo Modified: head/graphics/sverchok-blender/Makefile ============================================================================== --- head/graphics/sverchok-blender/Makefile Sat Mar 31 16:42:28 2018 (r466066) +++ head/graphics/sverchok-blender/Makefile Sat Mar 31 17:00:49 2018 (r466067) @@ -1,9 +1,7 @@ # $FreeBSD$ PORTNAME= sverchok -DISTVERSION= 0.5.9.6.2-452 -PORTREVISION= 1 -DISTVERSIONSUFFIX= -g4ec06b63 +DISTVERSION= 0.5.9.6.3 CATEGORIES= graphics PKGNAMESUFFIX= -blender @@ -13,8 +11,7 @@ COMMENT= Add-on for Blender: parametric tool for archi LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= blender:graphics/blender \ - ${PYNUMPY} \ +RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} .include "../blender/Makefile.versions" Modified: head/graphics/sverchok-blender/distinfo ============================================================================== --- head/graphics/sverchok-blender/distinfo Sat Mar 31 16:42:28 2018 (r466066) +++ head/graphics/sverchok-blender/distinfo Sat Mar 31 17:00:49 2018 (r466067) @@ -1,3 +1,3 @@ -TIMESTAMP = 1517081795 -SHA256 (nortikin-sverchok-0.5.9.6.2-452-g4ec06b63_GH0.tar.gz) = 706bf1e0306ab516e6ff6869c840e52ead710c83eb09fcd7535fe5cc945213eb -SIZE (nortikin-sverchok-0.5.9.6.2-452-g4ec06b63_GH0.tar.gz) = 1746936 +TIMESTAMP = 1522515260 +SHA256 (nortikin-sverchok-0.5.9.6.3_GH0.tar.gz) = d0dafe30ac425f8bcefb05b08bcb6a6f38774d7dbac670ebe05ead1b7344fea4 +SIZE (nortikin-sverchok-0.5.9.6.3_GH0.tar.gz) = 1775310