Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Aug 2017 09:35:42 +0000 (UTC)
From:      Torsten Zuehlsdorff <tz@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r447616 - head/www/gitlab
Message-ID:  <201708090935.v799ZgHL020162@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tz
Date: Wed Aug  9 09:35:42 2017
New Revision: 447616
URL: https://svnweb.freebsd.org/changeset/ports/447616

Log:
  www/gitlab: Fix wrong RUN_DEPENDS
  
  Switch from security/rubygem-hashie-forbidden_attributes to
  devel/rubygem-hashie-forbidden_attributes.
  
  Pointy hat to myself. I did not notice the overlapping effort
  of sunpoet creating the same port and mat removing the
  duplicate.

Modified:
  head/www/gitlab/Makefile

Modified: head/www/gitlab/Makefile
==============================================================================
--- head/www/gitlab/Makefile	Wed Aug  9 09:33:48 2017	(r447615)
+++ head/www/gitlab/Makefile	Wed Aug  9 09:35:42 2017	(r447616)
@@ -3,6 +3,7 @@
 
 PORTNAME=	gitlab
 PORTVERSION=	9.2.9
+PORTREVISION=	1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	www devel
 
@@ -70,7 +71,7 @@ RUN_DEPENDS=	git>=2.8.4:devel/git \
 	rubygem-github-linguist>=4.7.0:textproc/rubygem-github-linguist \
 	rubygem-grape0>=0.19.0:devel/rubygem-grape0 \
 	rubygem-grape-entity>=0.6.0:devel/rubygem-grape-entity \
-	rubygem-hashie-forbidden_attributes>=0:security/rubygem-hashie-forbidden_attributes \
+	rubygem-hashie-forbidden_attributes>=0:devel/rubygem-hashie-forbidden_attributes \
 	rubygem-rack-cors0>=0.4.0:www/rubygem-rack-cors0 \
 	rubygem-kaminari-rails4>=0.17.0:www/rubygem-kaminari-rails4 \
 	rubygem-hamlit>=2.6.1:www/rubygem-hamlit \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708090935.v799ZgHL020162>