From owner-svn-ports-head@freebsd.org Tue Dec 11 23:12:21 2018 Return-Path: Delivered-To: svn-ports-head@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 CAA1A1321C19; Tue, 11 Dec 2018 23:12:21 +0000 (UTC) (envelope-from antoine@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 72B7173345; Tue, 11 Dec 2018 23:12:21 +0000 (UTC) (envelope-from antoine@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 54DEB6DFC; Tue, 11 Dec 2018 23:12:21 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBBNCLKe085536; Tue, 11 Dec 2018 23:12:21 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBBNCLrs085535; Tue, 11 Dec 2018 23:12:21 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201812112312.wBBNCLrs085535@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Tue, 11 Dec 2018 23:12:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r487263 - head/devel/ignition-cmake X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/devel/ignition-cmake X-SVN-Commit-Revision: 487263 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 72B7173345 X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-0.69 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_SHORT(-0.69)[-0.687,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Dec 2018 23:12:22 -0000 Author: antoine Date: Tue Dec 11 23:12:20 2018 New Revision: 487263 URL: https://svnweb.freebsd.org/changeset/ports/487263 Log: Convert to USE_RUBY Modified: head/devel/ignition-cmake/Makefile Modified: head/devel/ignition-cmake/Makefile ============================================================================== --- head/devel/ignition-cmake/Makefile Tue Dec 11 22:30:12 2018 (r487262) +++ head/devel/ignition-cmake/Makefile Tue Dec 11 23:12:20 2018 (r487263) @@ -10,10 +10,8 @@ COMMENT= CMake modules to be used by the Ignition proj LICENSE= APACHE20 -BUILD_DEPENDS= ruby:lang/ruby24 -RUN_DEPENDS= ruby:lang/ruby24 - USES= cmake:outsource pkgconfig +USE_RUBY= yes CMAKE_OFF= BUILD_TESTING