svn commit: r436294 - in head/www/rubygem-gitlab-gollum-lib: . files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Mar 16 20:51:23 UTC 2017


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"])


More information about the svn-ports-all mailing list