svn commit: r511410 - in head/devel: . rubygem-grape_logging181

Matthias Fechner mfechner at FreeBSD.org
Sat Sep 7 14:54:33 UTC 2019


Author: mfechner
Date: Sat Sep  7 14:54:32 2019
New Revision: 511410
URL: https://svnweb.freebsd.org/changeset/ports/511410

Log:
  devel/rubygem-grape_logging181: copied from devel/rubygem-grape_logging as version 1.8.2 does not work with gitlab-ce.

Added:
  head/devel/rubygem-grape_logging181/
     - copied from r491859, head/devel/rubygem-grape_logging/
Modified:
  head/devel/Makefile
  head/devel/rubygem-grape_logging181/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat Sep  7 14:41:16 2019	(r511409)
+++ head/devel/Makefile	Sat Sep  7 14:54:32 2019	(r511410)
@@ -5837,6 +5837,7 @@
     SUBDIR += rubygem-grape-swagger
     SUBDIR += rubygem-grape11
     SUBDIR += rubygem-grape_logging
+    SUBDIR += rubygem-grape_logging181
     SUBDIR += rubygem-graphiql-rails
     SUBDIR += rubygem-graphql
     SUBDIR += rubygem-graphql-docs

Modified: head/devel/rubygem-grape_logging181/Makefile
==============================================================================
--- head/devel/rubygem-grape_logging/Makefile	Fri Feb  1 21:42:03 2019	(r491859)
+++ head/devel/rubygem-grape_logging181/Makefile	Sat Sep  7 14:54:32 2019	(r511410)
@@ -5,8 +5,9 @@ PORTNAME=	grape_logging
 PORTVERSION=	1.8.1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
+PKGNAMESUFFIX=	181
 
-MAINTAINER=	sunpoet at FreeBSD.org
+MAINTAINER=	mfechner at FreeBSD.org
 COMMENT=	Request logging for Grape
 
 LICENSE=	MIT
@@ -19,5 +20,7 @@ USES=		gem
 USE_RUBY=	yes
 
 NO_ARCH=	yes
+
+PORTSCOUT=	limit:^1\.8\.1
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list