diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-04-29 04:24:59 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-04-29 04:24:59 +0800 |
commit | 2b52b2ade41f12cfaf11a17b97fdf88a8aa3b2f4 (patch) | |
tree | d1c1c4bfe9a0bca37864e6eb309c7a3f9f511ba2 /www | |
parent | 08a10eae093aee62a0c4953c07d12a4fd1b87254 (diff) | |
download | freebsd-ports-gnome-2b52b2ade41f12cfaf11a17b97fdf88a8aa3b2f4.tar.gz freebsd-ports-gnome-2b52b2ade41f12cfaf11a17b97fdf88a8aa3b2f4.tar.zst freebsd-ports-gnome-2b52b2ade41f12cfaf11a17b97fdf88a8aa3b2f4.zip |
Change RUN_DEPENDS from rubygem-oauth2 to rubygem-oauth212
- Bump PORTREVISION for dependency change
Diffstat (limited to 'www')
-rw-r--r-- | www/gitlab/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/gitlab/Makefile b/www/gitlab/Makefile index 310d02514256..3c6c4e681284 100644 --- a/www/gitlab/Makefile +++ b/www/gitlab/Makefile @@ -4,7 +4,7 @@ PORTNAME= gitlab PORTVERSION= 8.16.9 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www devel MAINTAINER= tz@FreeBSD.org @@ -157,7 +157,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.2.0:net/rubygem-oauth2 \ + rubygem-oauth212>=1.2.0:net/rubygem-oauth212 \ rubygem-paranoia>=2.2:databases/rubygem-paranoia \ rubygem-health_check22>=2.2.0:devel/rubygem-health_check22 \ rubygem-vmstat>=2.3.0:sysutils/rubygem-vmstat \ |