svn commit: r466446 - head/net/rubygem-octokit46

Sunpoet Po-Chuan Hsieh sunpoet at freebsd.org
Wed Apr 4 17:19:44 UTC 2018


On Thu, Apr 5, 2018 at 12:34 AM, Matthias Fechner <mfechner at freebsd.org>
wrote:

> Author: mfechner
> Date: Wed Apr  4 16:34:18 2018
> New Revision: 466446
> URL: https://svnweb.freebsd.org/changeset/ports/466446
>
> Log:
>   Fixed typo in net/rubygem-octokit46 which contains a wrong PORTSCOUT
> line.
>
>   Reviewed by:  swills (mentor), tz (mentor)
>   Approved by:  swills (mentor), tz (mentor)
>   Differential Revision:        https://reviews.freebsd.org/D14945
>
> Modified:
>   head/net/rubygem-octokit46/Makefile
>
> Modified: head/net/rubygem-octokit46/Makefile
> ============================================================
> ==================
> --- head/net/rubygem-octokit46/Makefile Wed Apr  4 16:32:18 2018
> (r466445)
> +++ head/net/rubygem-octokit46/Makefile Wed Apr  4 16:34:18 2018
> (r466446)
> @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md
>
>  RUN_DEPENDS=   rubygem-sawyer>=0.8.0:www/rubygem-sawyer
>
> -PORTSCOUT=     limit=^4\.6
> +PORTSCOUT=     limit=^4\.6\.
>

Hi,

I think the real typo is "limit=" which should be "limit:".


>
>  NO_ARCH=       yes
>  USES=          gem
>
>


More information about the svn-ports-head mailing list