Date: Thu, 29 Nov 2018 16:49:45 +0000 (UTC) From: Matthias Fechner <mfechner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486196 - in head/devel: . rubygem-grape11 Message-ID: <201811291649.wATGnjNH037720@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811291649.wATGnjNH037720>