From owner-svn-ports-all@freebsd.org Wed Aug 9 09:35:43 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C2122DC8174; Wed, 9 Aug 2017 09:35:43 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 916466AA1D; Wed, 9 Aug 2017 09:35:43 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v799ZgAT020163; Wed, 9 Aug 2017 09:35:42 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v799ZgHL020162; Wed, 9 Aug 2017 09:35:42 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201708090935.v799ZgHL020162@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Wed, 9 Aug 2017 09:35:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447616 - head/www/gitlab X-SVN-Group: ports-head X-SVN-Commit-Author: tz X-SVN-Commit-Paths: head/www/gitlab X-SVN-Commit-Revision: 447616 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Aug 2017 09:35:43 -0000 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 \