svn commit: r446062 - head/www/gitlab

Torsten Zuehlsdorff freebsd at toco-domains.de
Mon Jul 17 10:34:29 UTC 2017



On 17.07.2017 12:23, Mathieu Arnold wrote:
> Author: mat
> Date: Mon Jul 17 10:23:29 2017
> New Revision: 446062
> URL: https://svnweb.freebsd.org/changeset/ports/446062
> 
> Log:
>    Fix pkgname.
>    
>    Pointy hat:	tz
>    Sponsored by:	Absolight
> 
> Modified:
>    head/www/gitlab/Makefile   (contents, props changed)
> 
> Modified: head/www/gitlab/Makefile
> ==============================================================================
> --- head/www/gitlab/Makefile	Mon Jul 17 10:20:42 2017	(r446061)
> +++ head/www/gitlab/Makefile	Mon Jul 17 10:23:29 2017	(r446062)
> @@ -162,7 +162,7 @@ RUN_DEPENDS=	git>=2.8.4:devel/git \
>   	rubygem-email_reply_trimmer>=0.1:mail/rubygem-email_reply_trimmer \
>   	rubygem-html2text>=0:textproc/rubygem-html2text \
>   	rubygem-ruby-prof>=0.16.2:devel/rubygem-ruby-prof \
> -	rubygem-oauth2>=1.3.0:net/rubygem-oauth212 \
> +	rubygem-oauth212>=1.3.0:net/rubygem-oauth212 \

The correct fix should be:
rubygem-oauth2>=1.3.0:net/rubygem-oauth2

Thanks for noticing this. I will fix it.

Greetings,
Torsten


More information about the svn-ports-all mailing list