Date: Sat, 7 Sep 2019 14:54:32 +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: r511410 - in head/devel: . rubygem-grape_logging181 Message-ID: <201909071454.x87EsW7N063121@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org +MAINTAINER= mfechner@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909071454.x87EsW7N063121>