From owner-svn-ports-all@freebsd.org Sun Aug 19 14:38:47 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 8C709106A871; Sun, 19 Aug 2018 14:38:47 +0000 (UTC) (envelope-from swills@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 42F7879541; Sun, 19 Aug 2018 14:38:47 +0000 (UTC) (envelope-from swills@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 2172727911; Sun, 19 Aug 2018 14:38:47 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7JEckKg059290; Sun, 19 Aug 2018 14:38:46 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7JEckPL059289; Sun, 19 Aug 2018 14:38:46 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201808191438.w7JEckPL059289@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sun, 19 Aug 2018 14:38:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r477580 - head/math/speedcrunch X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/math/speedcrunch X-SVN-Commit-Revision: 477580 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.27 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, 19 Aug 2018 14:38:47 -0000 Author: swills Date: Sun Aug 19 14:38:46 2018 New Revision: 477580 URL: https://svnweb.freebsd.org/changeset/ports/477580 Log: math/speedcrunch: remove uneeded depends PR: 230441 Submitted by: Andrew Romanenko Approved by: mikael.urankar@gmail.com (maintainer) Modified: head/math/speedcrunch/Makefile (contents, props changed) Modified: head/math/speedcrunch/Makefile ============================================================================== --- head/math/speedcrunch/Makefile Sun Aug 19 14:38:07 2018 (r477579) +++ head/math/speedcrunch/Makefile Sun Aug 19 14:38:46 2018 (r477580) @@ -3,6 +3,7 @@ PORTNAME= speedcrunch PORTVERSION= 0.12.0 +PORTRVISION= 1 DISTVERSIONSUFFIX= -${BB_COMMIT} CATEGORIES= math MASTER_SITES= https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/get/${BB_COMMIT}.tar.gz?dummy=/ @@ -20,7 +21,7 @@ BB_COMMIT= 7f2565d6a0ad WRKSRC= ${WRKDIR}/${BB_ACCOUNT}-${BB_PROJECT}-${BB_COMMIT} CMAKE_SOURCE_PATH= ${WRKSRC}/src -USE_QT= buildtools core gui help qmake_build qml widgets +USE_QT= buildtools_build qmake_build core gui help widgets USE_XORG= x11 post-patch: