From owner-svn-ports-all@freebsd.org Sun May 14 19:31:13 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4716FD6DC42; Sun, 14 May 2017 19:31:13 +0000 (UTC) (envelope-from jrm@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 mx1.freebsd.org (Postfix) with ESMTPS id 1937DB1D; Sun, 14 May 2017 19:31:13 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4EJVCJV094681; Sun, 14 May 2017 19:31:12 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4EJVCrq094680; Sun, 14 May 2017 19:31:12 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201705141931.v4EJVCrq094680@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Sun, 14 May 2017 19:31:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440899 - head/devel/rubygem-climate_control X-SVN-Group: ports-head 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.23 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, 14 May 2017 19:31:13 -0000 Author: jrm Date: Sun May 14 19:31:11 2017 New Revision: 440899 URL: https://svnweb.freebsd.org/changeset/ports/440899 Log: devel/rubygem-climate_control: Upstream removed the dependency on activesupport, so remove it here. Approved by: swills (mentor, implicit) Modified: head/devel/rubygem-climate_control/Makefile Modified: head/devel/rubygem-climate_control/Makefile ============================================================================== --- head/devel/rubygem-climate_control/Makefile Sun May 14 19:25:38 2017 (r440898) +++ head/devel/rubygem-climate_control/Makefile Sun May 14 19:31:11 2017 (r440899) @@ -12,8 +12,6 @@ COMMENT= Modify your ENV LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= rubygem-activesupport4>=3.0:devel/rubygem-activesupport4 - NO_ARCH= yes USE_RUBY= yes USES= gem