aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-03-16 20:51:21 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-03-16 20:51:21 +0000
commit7b9982af8252fa7131d4037f131dcfa81d265c44 (patch)
tree1efc52eaebcbd608c297c0e930b727f4998fae57
parent2bdef75890226d90f4939b3608e0fb703e0cf9ec (diff)
downloadports-7b9982af8252fa7131d4037f131dcfa81d265c44.tar.gz
ports-7b9982af8252fa7131d4037f131dcfa81d265c44.zip
Notes
-rw-r--r--www/rubygem-gitlab-gollum-lib/Makefile5
-rw-r--r--www/rubygem-gitlab-gollum-lib/files/patch-gemspec5
2 files changed, 4 insertions, 6 deletions
diff --git a/www/rubygem-gitlab-gollum-lib/Makefile b/www/rubygem-gitlab-gollum-lib/Makefile
index 88bab26bb044..806e2aac0563 100644
--- a/www/rubygem-gitlab-gollum-lib/Makefile
+++ b/www/rubygem-gitlab-gollum-lib/Makefile
@@ -2,7 +2,7 @@
PORTNAME= gitlab-gollum-lib
PORTVERSION= 1.1.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= www rubygems
MASTER_SITES= RG
@@ -12,8 +12,7 @@ COMMENT= Simple, Git-powered wiki with a sweet API and local frontend
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= rubygem-github-markdown>=0.5.3:textproc/rubygem-github-markdown \
- rubygem-github-markup>=0.7.5:textproc/rubygem-github-markup \
+RUN_DEPENDS= rubygem-github-markup>=0.7.5:textproc/rubygem-github-markup \
rubygem-gitlab-grit>=2.6.1:textproc/rubygem-gitlab-grit \
rubygem-nokogiri>=1.5.9:textproc/rubygem-nokogiri \
rubygem-sanitize>=2.0.3:textproc/rubygem-sanitize \
diff --git a/www/rubygem-gitlab-gollum-lib/files/patch-gemspec b/www/rubygem-gitlab-gollum-lib/files/patch-gemspec
index bbbe8be765e1..ec44b458b170 100644
--- a/www/rubygem-gitlab-gollum-lib/files/patch-gemspec
+++ b/www/rubygem-gitlab-gollum-lib/files/patch-gemspec
@@ -1,6 +1,6 @@
---- gitlab-gollum-lib.gemspec.orig 2016-03-31 20:27:23 UTC
+--- gitlab-gollum-lib.gemspec.orig 2017-03-16 12:14:01 UTC
+++ gitlab-gollum-lib.gemspec
-@@ -24,12 +24,12 @@ Gem::Specification.new do |s|
+@@ -24,12 +24,11 @@ Gem::Specification.new do |s|
s.specification_version = 2
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
@@ -12,7 +12,6 @@
- s.add_runtime_dependency(%q<stringex>.freeze, ["~> 1.5.1"])
+ s.add_runtime_dependency(%q<gitlab-grit>.freeze, [">= 2.6.1"])
+ s.add_runtime_dependency(%q<github-markup>.freeze, [">= 0.7.5"])
-+ s.add_runtime_dependency(%q<github-markdown>.freeze, [">= 0.5.3"])
+ s.add_runtime_dependency(%q<sanitize>.freeze, [">= 2.0.3"])
+ s.add_runtime_dependency(%q<nokogiri>.freeze, [">= 1.5.9"])
+ s.add_runtime_dependency(%q<stringex>.freeze, [">= 1.5.1"])