From owner-svn-ports-head@FreeBSD.ORG Tue Aug 12 00:28:20 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 913EE4A3 for ; Tue, 12 Aug 2014 00:28:20 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 62F31296C for ; Tue, 12 Aug 2014 00:28:20 +0000 (UTC) Received: from sunpoet (uid 1240) (envelope-from sunpoet@FreeBSD.org) id 2d85 by svn.freebsd.org (DragonFly Mail Agent v0.9+); Tue, 12 Aug 2014 00:28:20 +0000 From: Sunpoet Po-Chuan Hsieh Date: Tue, 12 Aug 2014 00:28:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364682 - head/devel/rubygem-grape X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <53e95fa4.2d85.37237f3f@svn.freebsd.org> X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 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, 12 Aug 2014 00:28:20 -0000 Author: sunpoet Date: Tue Aug 12 00:28:19 2014 New Revision: 364682 URL: http://svnweb.freebsd.org/changeset/ports/364682 QAT: https://qat.redports.org/buildarchive/r364682/ Log: - Add LICENSE - Remove contiguous blank lines Modified: head/devel/rubygem-grape/Makefile Modified: head/devel/rubygem-grape/Makefile ============================================================================== --- head/devel/rubygem-grape/Makefile Tue Aug 12 00:28:15 2014 (r364681) +++ head/devel/rubygem-grape/Makefile Tue Aug 12 00:28:19 2014 (r364682) @@ -8,6 +8,8 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Framework for rapid API development with great conventions +LICENSE= MIT + RUN_DEPENDS= rubygem-activesupport>=0:${PORTSDIR}/devel/rubygem-activesupport \ rubygem-builder>=0:${PORTSDIR}/devel/rubygem-builder \ rubygem-hashie>=1.2.0:${PORTSDIR}/devel/rubygem-hashie \ @@ -22,5 +24,4 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes - .include