aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorMatthias Fechner <mfechner@FreeBSD.org>2020-09-26 07:36:09 +0000
committerMatthias Fechner <mfechner@FreeBSD.org>2020-09-26 07:36:09 +0000
commit7844ffc8e3c60e111644d7aa9a8bfa01cc585783 (patch)
treec89724b5f68a311f9f3676e1249b036e77e4093b /www
parentd53cb9ca783aba7573f4455ae5bf308a2b8a2672 (diff)
downloadports-7844ffc8e3c60e111644d7aa9a8bfa01cc585783.tar.gz
ports-7844ffc8e3c60e111644d7aa9a8bfa01cc585783.zip
Update dependencies to fix problems with gitlab-ce 13.4 upgrade.
Notes
Notes: svn path=/head/; revision=550130
Diffstat (limited to 'www')
-rw-r--r--www/rubygem-gitlab-gollum-lib/Makefile3
-rw-r--r--www/rubygem-gitlab-gollum-lib/files/patch-gitlab-gollum-lib.gemspec8
2 files changed, 7 insertions, 4 deletions
diff --git a/www/rubygem-gitlab-gollum-lib/Makefile b/www/rubygem-gitlab-gollum-lib/Makefile
index 97140624f38c..3df7342d6a9b 100644
--- a/www/rubygem-gitlab-gollum-lib/Makefile
+++ b/www/rubygem-gitlab-gollum-lib/Makefile
@@ -2,6 +2,7 @@
PORTNAME= gitlab-gollum-lib
PORTVERSION= 4.2.7.9
+PORTREVISION= 1
CATEGORIES= www rubygems
MASTER_SITES= RG
@@ -16,7 +17,7 @@ RUN_DEPENDS= rubygem-gemojione32>=3.2<4:graphics/rubygem-gemojione32 \
rubygem-gitlab-gollum-rugged_adapter>=0.4.4.2<0.4.5:www/rubygem-gitlab-gollum-rugged_adapter \
rubygem-nokogiri>=1.6.1<2.0:textproc/rubygem-nokogiri \
rubygem-rouge>=3.1<4:textproc/rubygem-rouge \
- rubygem-sanitize>=4.6.4<4.7:textproc/rubygem-sanitize \
+ rubygem-sanitize>=5.2.1<5.3:textproc/rubygem-sanitize \
rubygem-stringex>=2.6<3,1:devel/rubygem-stringex
USES= gem
diff --git a/www/rubygem-gitlab-gollum-lib/files/patch-gitlab-gollum-lib.gemspec b/www/rubygem-gitlab-gollum-lib/files/patch-gitlab-gollum-lib.gemspec
index 3434e618c63b..14b11d8a1086 100644
--- a/www/rubygem-gitlab-gollum-lib/files/patch-gitlab-gollum-lib.gemspec
+++ b/www/rubygem-gitlab-gollum-lib/files/patch-gitlab-gollum-lib.gemspec
@@ -1,10 +1,12 @@
---- gitlab-gollum-lib.gemspec.orig 2018-06-20 08:51:37 UTC
+--- gitlab-gollum-lib.gemspec.orig 2020-09-22 16:42:50 UTC
+++ gitlab-gollum-lib.gemspec
-@@ -29,7 +29,7 @@ Gem::Specification.new do |s|
+@@ -28,8 +28,8 @@ Gem::Specification.new do |s|
+ s.add_runtime_dependency(%q<rouge>.freeze, ["~> 3.1"])
s.add_runtime_dependency(%q<nokogiri>.freeze, [">= 1.6.1", "< 2.0"])
s.add_runtime_dependency(%q<stringex>.freeze, ["~> 2.6"])
- s.add_runtime_dependency(%q<sanitize>.freeze, ["~> 4.6.4"])
+- s.add_runtime_dependency(%q<sanitize>.freeze, ["~> 4.6.4"])
- s.add_runtime_dependency(%q<github-markup>.freeze, ["~> 1.6"])
++ s.add_runtime_dependency(%q<sanitize>.freeze, ["~> 5.2.1"])
+ s.add_runtime_dependency(%q<gitlab-markup>.freeze, ["~> 1.6"])
s.add_runtime_dependency(%q<gemojione>.freeze, ["~> 3.2"])
s.add_development_dependency(%q<org-ruby>.freeze, ["~> 0.9.9"])