svn commit: r447616 - head/www/gitlab
Torsten Zuehlsdorff
tz at FreeBSD.org
Wed Aug 9 09:35:43 UTC 2017
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 \
More information about the svn-ports-all
mailing list