svn commit: r486196 - in head/devel: . rubygem-grape11

Po-Chuan Hsieh sunpoet at freebsd.org
Thu Nov 29 17:26:10 UTC 2018


On Fri, Nov 30, 2018 at 12:50 AM Matthias Fechner <mfechner at freebsd.org>
wrote:

> 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.
>

Upstream should fix it (gem 'grape', '~> 1.1') if they do not support grape
1.2.

I'm not sure what problem you got.
Did you try the latest version (rubygem-grape 1.2.1, committed within an
hour)?


>   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 at FreeBSD.org
> +MAINTAINER=    mfechner at 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>
>
>


More information about the svn-ports-all mailing list