diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-09-26 23:56:16 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-09-26 23:56:16 +0800 |
commit | 2652e6ec01ff799be98d6b2b5cbc4a1bf6fa60ab (patch) | |
tree | 22e7846f65156af628d662c9046f747fbe7f171e /textproc | |
parent | a91678f5b7861733bc27d41dcf5a70959c6fe911 (diff) | |
download | freebsd-ports-gnome-2652e6ec01ff799be98d6b2b5cbc4a1bf6fa60ab.tar.gz freebsd-ports-gnome-2652e6ec01ff799be98d6b2b5cbc4a1bf6fa60ab.tar.zst freebsd-ports-gnome-2652e6ec01ff799be98d6b2b5cbc4a1bf6fa60ab.zip |
Update to 2.8.2
Changes: https://github.com/gitlabhq/grit/blob/master/History.txt
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 |