Date: Mon, 17 Jul 2017 12:34:17 +0200 From: Torsten Zuehlsdorff <freebsd@toco-domains.de> To: Mathieu Arnold <mat@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r446062 - head/www/gitlab Message-ID: <29d6abfa-b06d-7cc7-4cf5-7a1afb0d335c@toco-domains.de> In-Reply-To: <201707171023.v6HANTJq087814@repo.freebsd.org> References: <201707171023.v6HANTJq087814@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?29d6abfa-b06d-7cc7-4cf5-7a1afb0d335c>