Date: Thu, 16 Mar 2017 20:51:21 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436294 - in head/www/rubygem-gitlab-gollum-lib: . files Message-ID: <201703162051.v2GKpLTj034119@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Mar 16 20:51:21 2017 New Revision: 436294 URL: https://svnweb.freebsd.org/changeset/ports/436294 Log: Remove expired optional dependency (rubygem-github-markdown) - Bump PORTREVISION for dependency and package change Modified: head/www/rubygem-gitlab-gollum-lib/Makefile head/www/rubygem-gitlab-gollum-lib/files/patch-gemspec Modified: head/www/rubygem-gitlab-gollum-lib/Makefile ============================================================================== --- head/www/rubygem-gitlab-gollum-lib/Makefile Thu Mar 16 20:50:56 2017 (r436293) +++ head/www/rubygem-gitlab-gollum-lib/Makefile Thu Mar 16 20:51:21 2017 (r436294) @@ -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 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 \ Modified: head/www/rubygem-gitlab-gollum-lib/files/patch-gemspec ============================================================================== --- head/www/rubygem-gitlab-gollum-lib/files/patch-gemspec Thu Mar 16 20:50:56 2017 (r436293) +++ head/www/rubygem-gitlab-gollum-lib/files/patch-gemspec Thu Mar 16 20:51:21 2017 (r436294) @@ -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"])
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703162051.v2GKpLTj034119>