From owner-svn-ports-head@FreeBSD.ORG Fri Mar 6 22:37:44 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 81A8E80C; Fri, 6 Mar 2015 22:37:44 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 6C1AEDEB; Fri, 6 Mar 2015 22:37:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t26MbiYO025480; Fri, 6 Mar 2015 22:37:44 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t26MbiHX025479; Fri, 6 Mar 2015 22:37:44 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201503062237.t26MbiHX025479@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 6 Mar 2015 22:37:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r380643 - head/devel/rubygem-gemcutter X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 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: Fri, 06 Mar 2015 22:37:44 -0000 Author: sunpoet Date: Fri Mar 6 22:37:43 2015 New Revision: 380643 URL: https://svnweb.freebsd.org/changeset/ports/380643 QAT: https://qat.redports.org/buildarchive/r380643/ Log: - Add LICENSE - Remove RUN_DEPENDS: they are all development dependencies - Bump PORTREVISION for dependency change Modified: head/devel/rubygem-gemcutter/Makefile Modified: head/devel/rubygem-gemcutter/Makefile ============================================================================== --- head/devel/rubygem-gemcutter/Makefile Fri Mar 6 22:37:38 2015 (r380642) +++ head/devel/rubygem-gemcutter/Makefile Fri Mar 6 22:37:43 2015 (r380643) @@ -2,19 +2,17 @@ PORTNAME= gemcutter PORTVERSION= 0.7.1 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Extensions to RubyGems for managing gems and more on RubyGems.org -RUN_DEPENDS= rubygem-rr>=0:${PORTSDIR}/devel/rubygem-rr \ - rubygem-webmock>=0:${PORTSDIR}/www/rubygem-webmock \ - rubygem-activesupport>=0:${PORTSDIR}/devel/rubygem-activesupport \ - rubygem-shoulda>=0:${PORTSDIR}/devel/rubygem-shoulda +LICENSE= MIT + USE_RUBY= yes USE_RUBYGEMS= yes -USE_RAKE= yes RUBYGEM_AUTOPLIST= yes .include