diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-09-26 23:56:16 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 05:36:50 +0800 |
commit | 83c1fd731ff8f42eb86e91c474eff03c82225f97 (patch) | |
tree | 6553e29e082332b10ab593fc90569486adf80523 /textproc | |
parent | c8e4d2edc92ab32dbea60b49ef8df2b8171c9a0a (diff) | |
download | freebsd-ports-gnome-83c1fd731ff8f42eb86e91c474eff03c82225f97.tar.gz freebsd-ports-gnome-83c1fd731ff8f42eb86e91c474eff03c82225f97.tar.zst freebsd-ports-gnome-83c1fd731ff8f42eb86e91c474eff03c82225f97.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 |