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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Aug 2 06:28:20 UTC 2015


Author: sunpoet
Date: Sun Aug  2 06:28:18 2015
New Revision: 393414
URL: https://svnweb.freebsd.org/changeset/ports/393414

Log:
  - Bump PORTREVISION for rubygem-github-markup 1.4.0 update
  - Rename gemspec patch to patch-gemspec
  - Bump PORTREVISION for package change

Added:
  head/www/rubygem-gollum-lib/files/patch-gemspec
     - copied, changed from r393406, head/www/rubygem-gollum-lib/files/patch-gollum-lib.gemspec
Deleted:
  head/www/rubygem-gollum-lib/files/patch-gollum-lib.gemspec
Modified:
  head/www/rubygem-gollum-lib/Makefile

Modified: head/www/rubygem-gollum-lib/Makefile
==============================================================================
--- head/www/rubygem-gollum-lib/Makefile	Sun Aug  2 06:28:13 2015	(r393413)
+++ head/www/rubygem-gollum-lib/Makefile	Sun Aug  2 06:28:18 2015	(r393414)
@@ -3,6 +3,7 @@
 
 PORTNAME=	gollum-lib
 PORTVERSION=	4.0.3
+PORTREVISION=	1
 CATEGORIES=	www rubygems
 MASTER_SITES=	RG
 

Copied and modified: head/www/rubygem-gollum-lib/files/patch-gemspec (from r393406, head/www/rubygem-gollum-lib/files/patch-gollum-lib.gemspec)
==============================================================================
--- head/www/rubygem-gollum-lib/files/patch-gollum-lib.gemspec	Sun Aug  2 04:06:59 2015	(r393406, copy source)
+++ head/www/rubygem-gollum-lib/files/patch-gemspec	Sun Aug  2 06:28:18 2015	(r393414)
@@ -1,6 +1,6 @@
---- gollum-lib.gemspec.orig	2015-05-22 13:15:19 UTC
+--- gollum-lib.gemspec.orig	2015-08-02 05:43:28 UTC
 +++ gollum-lib.gemspec
-@@ -26,10 +26,10 @@ Gem::Specification.new do |s|
+@@ -26,11 +26,11 @@ Gem::Specification.new do |s|
  
      if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
        s.add_runtime_dependency(%q<gollum-grit_adapter>, ["~> 1.0"])
@@ -9,7 +9,9 @@
        s.add_runtime_dependency(%q<nokogiri>, ["~> 1.6.4"])
        s.add_runtime_dependency(%q<stringex>, ["~> 2.5.1"])
 -      s.add_runtime_dependency(%q<sanitize>, ["~> 2.1.0"])
+-      s.add_runtime_dependency(%q<github-markup>, ["~> 1.3.3"])
 +      s.add_runtime_dependency(%q<sanitize>, [">= 2.1.0"])
-       s.add_runtime_dependency(%q<github-markup>, ["~> 1.3.3"])
++      s.add_runtime_dependency(%q<github-markup>, [">= 1.3.3"])
        s.add_development_dependency(%q<org-ruby>, ["~> 0.9.9"])
        s.add_development_dependency(%q<kramdown>, ["~> 1.6.0"])
+       s.add_development_dependency(%q<RedCloth>, ["~> 4.2.9"])


More information about the svn-ports-all mailing list