Index: Makefile =================================================================== --- Makefile (revision 454458) +++ Makefile (working copy) @@ -4,7 +4,7 @@ PORTNAME= gitlab PORTVERSION= 9.4.7 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www devel MAINTAINER= tz@FreeBSD.org Index: files/patch-lib_gitlab_recaptcha.rb =================================================================== --- files/patch-lib_gitlab_recaptcha.rb (revision 0) +++ files/patch-lib_gitlab_recaptcha.rb (working copy) @@ -0,0 +1,13 @@ +--- lib/gitlab/recaptcha.rb.orig 2017-11-18 21:06:32 UTC ++++ lib/gitlab/recaptcha.rb +@@ -3,8 +3,8 @@ module Gitlab + def self.load_configurations! + if current_application_settings.recaptcha_enabled + ::Recaptcha.configure do |config| +- config.public_key = current_application_settings.recaptcha_site_key +- config.private_key = current_application_settings.recaptcha_private_key ++ config.site_key = current_application_settings.recaptcha_site_key ++ config.secret_key = current_application_settings.recaptcha_private_key + end + + true Property changes on: files/patch-lib_gitlab_recaptcha.rb ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property