diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-09-26 15:56:16 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-09-26 15:56:16 +0000 |
commit | a62ab1402d3e5f7c84aa6b077170a0cdb1cb7cee (patch) | |
tree | 22e7846f65156af628d662c9046f747fbe7f171e /textproc | |
parent | 0e98c935f49c4e1ccb9ec5ef077d00beb2b65fb7 (diff) | |
download | ports-a62ab1402d3e5f7c84aa6b077170a0cdb1cb7cee.tar.gz ports-a62ab1402d3e5f7c84aa6b077170a0cdb1cb7cee.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/rubygem-gitlab-grit/Makefile | 3 | ||||
-rw-r--r-- | textproc/rubygem-gitlab-grit/distinfo | 5 | ||||
-rw-r--r-- | textproc/rubygem-gitlab-grit/files/patch-gemspec | 11 |
3 files changed, 4 insertions, 15 deletions
diff --git a/textproc/rubygem-gitlab-grit/Makefile b/textproc/rubygem-gitlab-grit/Makefile index 0e4bbe75096b..06c569f58f68 100644 --- a/textproc/rubygem-gitlab-grit/Makefile +++ b/textproc/rubygem-gitlab-grit/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= gitlab-grit -PORTVERSION= 2.8.1 -PORTREVISION= 1 +PORTVERSION= 2.8.2 CATEGORIES= textproc rubygems MASTER_SITES= RG diff --git a/textproc/rubygem-gitlab-grit/distinfo b/textproc/rubygem-gitlab-grit/distinfo index d537d6c50578..397e2f2046be 100644 --- a/textproc/rubygem-gitlab-grit/distinfo +++ b/textproc/rubygem-gitlab-grit/distinfo @@ -1,2 +1,3 @@ -SHA256 (rubygem/gitlab-grit-2.8.1.gem) = d6180a4702374488a654d6b790628351a8b0c8c1a67a1e63b72be37f4d66c151 -SIZE (rubygem/gitlab-grit-2.8.1.gem) = 46592 +TIMESTAMP = 1506437733 +SHA256 (rubygem/gitlab-grit-2.8.2.gem) = 84d5b28595d60e44d8113e16ec98be704826d6f917d872aa2d8cc217101dfa75 +SIZE (rubygem/gitlab-grit-2.8.2.gem) = 46592 diff --git a/textproc/rubygem-gitlab-grit/files/patch-gemspec b/textproc/rubygem-gitlab-grit/files/patch-gemspec deleted file mode 100644 index f0df6a2bfb26..000000000000 --- a/textproc/rubygem-gitlab-grit/files/patch-gemspec +++ /dev/null @@ -1,11 +0,0 @@ ---- gitlab-grit.gemspec.orig 2016-06-20 14:45:29 UTC -+++ gitlab-grit.gemspec -@@ -25,7 +25,7 @@ Gem::Specification.new do |s| - if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then - s.add_runtime_dependency(%q<charlock_holmes>.freeze, ["~> 0.6"]) - s.add_runtime_dependency(%q<posix-spawn>.freeze, ["~> 0.3"]) -- s.add_runtime_dependency(%q<mime-types>.freeze, ["< 3", ">= 1.16"]) -+ s.add_runtime_dependency(%q<mime-types>.freeze, [">= 1.16"]) - s.add_runtime_dependency(%q<diff-lcs>.freeze, ["~> 1.1"]) - s.add_development_dependency(%q<mocha>.freeze, [">= 0"]) - else |