From owner-svn-ports-head@freebsd.org Thu Nov 29 16:49:46 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 41D921144212; Thu, 29 Nov 2018 16:49:46 +0000 (UTC) (envelope-from mfechner@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 D027C757BF; Thu, 29 Nov 2018 16:49:45 +0000 (UTC) (envelope-from mfechner@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 B16691C338; Thu, 29 Nov 2018 16:49:45 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wATGnjtW037722; Thu, 29 Nov 2018 16:49:45 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wATGnjNH037720; Thu, 29 Nov 2018 16:49:45 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201811291649.wATGnjNH037720@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Thu, 29 Nov 2018 16:49:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486196 - in head/devel: . rubygem-grape11 X-SVN-Group: ports-head X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: in head/devel: . rubygem-grape11 X-SVN-Commit-Revision: 486196 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: D027C757BF X-Spamd-Result: default: False [0.23 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_SPAM_MEDIUM(0.25)[0.247,0]; NEURAL_HAM_SHORT(-0.33)[-0.327,0]; NEURAL_SPAM_LONG(0.31)[0.307,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org 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: Thu, 29 Nov 2018 16:49:46 -0000 Author: mfechner Date: Thu Nov 29 16:49:45 2018 New Revision: 486196 URL: https://svnweb.freebsd.org/changeset/ports/486196 Log: Make rubygem-grape 1.1.0 available again as the upgrade to version 1.2 has broken www/gitlab-ce. Approved by: mentors (implicit) Added: head/devel/rubygem-grape11/ - copied from r476540, head/devel/rubygem-grape/ Modified: head/devel/Makefile head/devel/rubygem-grape11/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Nov 29 16:46:12 2018 (r486195) +++ head/devel/Makefile Thu Nov 29 16:49:45 2018 (r486196) @@ -5726,6 +5726,7 @@ SUBDIR += rubygem-googleapis-common-protos-types SUBDIR += rubygem-graf SUBDIR += rubygem-grape + SUBDIR += rubygem-grape11 SUBDIR += rubygem-grape-entity SUBDIR += rubygem-grape-path-helpers SUBDIR += rubygem-grape-route-helpers Modified: head/devel/rubygem-grape11/Makefile ============================================================================== --- head/devel/rubygem-grape/Makefile Mon Aug 6 19:54:00 2018 (r476540) +++ head/devel/rubygem-grape11/Makefile Thu Nov 29 16:49:45 2018 (r486196) @@ -4,8 +4,9 @@ PORTNAME= grape PORTVERSION= 1.1.0 CATEGORIES= devel rubygems MASTER_SITES= RG +PKGNAMESUFFIX= 11 -MAINTAINER= ruby@FreeBSD.org +MAINTAINER= mfechner@FreeBSD.org COMMENT= Framework for rapid API development with great conventions LICENSE= MIT @@ -18,8 +19,11 @@ RUN_DEPENDS= rubygem-activesupport4>=0:devel/rubygem-a rubygem-rack-accept>=0:www/rubygem-rack-accept \ rubygem-virtus>=1.0.0:devel/rubygem-virtus -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes + +PORTSCOUT= limit: ^1\.1\. .include