From owner-svn-ports-head@freebsd.org Sat Jul 15 17:20:27 2017 Return-Path: Delivered-To: svn-ports-head@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 6D25CAFE0AA; Sat, 15 Jul 2017 17:20:27 +0000 (UTC) (envelope-from sunpoet@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 3A0017654A; Sat, 15 Jul 2017 17:20:27 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v6FHKQbn056769; Sat, 15 Jul 2017 17:20:26 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v6FHKQW2056767; Sat, 15 Jul 2017 17:20:26 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201707151720.v6FHKQW2056767@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 15 Jul 2017 17:20:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r445881 - in head/devel: . rubygem-grape0 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel: . rubygem-grape0 X-SVN-Commit-Revision: 445881 X-SVN-Commit-Repository: ports 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.23 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: Sat, 15 Jul 2017 17:20:27 -0000 Author: sunpoet Date: Sat Jul 15 17:20:26 2017 New Revision: 445881 URL: https://svnweb.freebsd.org/changeset/ports/445881 Log: Add rubygem-grape0 0.19.2 (copied from rubygem-grape) - Add PORTSCOUT Added: head/devel/rubygem-grape0/ - copied from r445871, head/devel/rubygem-grape/ Modified: head/devel/Makefile head/devel/rubygem-grape0/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Jul 15 17:11:05 2017 (r445880) +++ head/devel/Makefile Sat Jul 15 17:20:26 2017 (r445881) @@ -5385,6 +5385,7 @@ SUBDIR += rubygem-grape SUBDIR += rubygem-grape-entity SUBDIR += rubygem-grape-swagger + SUBDIR += rubygem-grape0 SUBDIR += rubygem-grit SUBDIR += rubygem-guess_html_encoding SUBDIR += rubygem-gyoku Modified: head/devel/rubygem-grape0/Makefile ============================================================================== --- head/devel/rubygem-grape/Makefile Sat Jul 15 12:16:25 2017 (r445871) +++ head/devel/rubygem-grape0/Makefile Sat Jul 15 17:20:26 2017 (r445881) @@ -4,6 +4,7 @@ PORTNAME= grape PORTVERSION= 0.19.2 CATEGORIES= devel rubygems MASTER_SITES= RG +PKGNAMESUFFIX= 0 MAINTAINER= ruby@FreeBSD.org COMMENT= Framework for rapid API development with great conventions @@ -20,6 +21,8 @@ RUN_DEPENDS= rubygem-activesupport4>=0:devel/rubygem-a rubygem-rack>=1.3.0:www/rubygem-rack \ rubygem-rack-accept>=0:www/rubygem-rack-accept \ rubygem-virtus>=1.0.0:devel/rubygem-virtus + +PORTSCOUT= limit:^0\. NO_ARCH= yes USE_RUBY= yes