Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Oct 2020 07:44:04 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r551863 - in head/devel: . rubygem-grape140
Message-ID:  <202010100744.09A7i4Gt063127@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Oct 10 07:44:04 2020
New Revision: 551863
URL: https://svnweb.freebsd.org/changeset/ports/551863

Log:
  Add rubygem-grape140 1.4.0 (copied from rubygem-grape)
  
  - Add PORTSCOUT

Added:
  head/devel/rubygem-grape140/
     - copied from r551579, head/devel/rubygem-grape/
Modified:
  head/devel/Makefile
  head/devel/rubygem-grape140/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat Oct 10 07:43:58 2020	(r551862)
+++ head/devel/Makefile	Sat Oct 10 07:44:04 2020	(r551863)
@@ -6076,6 +6076,7 @@
     SUBDIR += rubygem-grape-path-helpers
     SUBDIR += rubygem-grape-route-helpers
     SUBDIR += rubygem-grape-swagger
+    SUBDIR += rubygem-grape140
     SUBDIR += rubygem-grape_logging
     SUBDIR += rubygem-graphiql-rails
     SUBDIR += rubygem-graphql

Modified: head/devel/rubygem-grape140/Makefile
==============================================================================
--- head/devel/rubygem-grape/Makefile	Tue Oct  6 13:15:16 2020	(r551579)
+++ head/devel/rubygem-grape140/Makefile	Sat Oct 10 07:44:04 2020	(r551863)
@@ -4,6 +4,7 @@ PORTNAME=	grape
 PORTVERSION=	1.4.0
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
+PKGNAMESUFFIX=	140
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Framework for rapid API development with great conventions
@@ -23,5 +24,8 @@ USES=		gem
 USE_RUBY=	yes
 
 NO_ARCH=	yes
+
+# www/gitlab-ce requires grape = 1.4.0
+PORTSCOUT=	ignore:1
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010100744.09A7i4Gt063127>