Date: Sun, 23 Aug 2020 19:48:15 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r545994 - in head/textproc/rubygem-gitlab-grit: . files Message-ID: <202008231948.07NJmF9Z094137@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Aug 23 19:48:15 2020 New Revision: 545994 URL: https://svnweb.freebsd.org/changeset/ports/545994 Log: Update to 2.8.3 - Add LICENSE_FILE - Update version requirement of RUN_DEPENDS Changes: https://github.com/gitlabhq/grit/blob/master/History.txt Added: head/textproc/rubygem-gitlab-grit/files/ head/textproc/rubygem-gitlab-grit/files/patch-gemspec (contents, props changed) Modified: head/textproc/rubygem-gitlab-grit/Makefile head/textproc/rubygem-gitlab-grit/distinfo Modified: head/textproc/rubygem-gitlab-grit/Makefile ============================================================================== --- head/textproc/rubygem-gitlab-grit/Makefile Sun Aug 23 19:48:10 2020 (r545993) +++ head/textproc/rubygem-gitlab-grit/Makefile Sun Aug 23 19:48:15 2020 (r545994) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gitlab-grit -PORTVERSION= 2.8.2 +PORTVERSION= 2.8.3 CATEGORIES= textproc rubygems MASTER_SITES= RG @@ -9,15 +9,16 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Library for extracting information from a git repository LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-charlock_holmes>=0.6:textproc/rubygem-charlock_holmes \ - rubygem-diff-lcs>=1.1:textproc/rubygem-diff-lcs \ +RUN_DEPENDS= rubygem-charlock_holmes>=0.7<1:textproc/rubygem-charlock_holmes \ + rubygem-diff-lcs>=1.1<2:textproc/rubygem-diff-lcs \ rubygem-mime-types>=1.16:misc/rubygem-mime-types \ - rubygem-posix-spawn>=0.3:devel/rubygem-posix-spawn + rubygem-posix-spawn>=0.3<1:devel/rubygem-posix-spawn -NO_ARCH= yes - -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes .include <bsd.port.mk> Modified: head/textproc/rubygem-gitlab-grit/distinfo ============================================================================== --- head/textproc/rubygem-gitlab-grit/distinfo Sun Aug 23 19:48:10 2020 (r545993) +++ head/textproc/rubygem-gitlab-grit/distinfo Sun Aug 23 19:48:15 2020 (r545994) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506437733 -SHA256 (rubygem/gitlab-grit-2.8.2.gem) = 84d5b28595d60e44d8113e16ec98be704826d6f917d872aa2d8cc217101dfa75 -SIZE (rubygem/gitlab-grit-2.8.2.gem) = 46592 +TIMESTAMP = 1598175424 +SHA256 (rubygem/gitlab-grit-2.8.3.gem) = 7798b83632d4fd8eca7daa65f6a1ee7d07230de5ff0795d5a6dd1444d88f6c77 +SIZE (rubygem/gitlab-grit-2.8.3.gem) = 46592 Added: head/textproc/rubygem-gitlab-grit/files/patch-gemspec ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-gitlab-grit/files/patch-gemspec Sun Aug 23 19:48:15 2020 (r545994) @@ -0,0 +1,11 @@ +--- gitlab-grit.gemspec.orig 2020-08-23 06:02:57 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.7"]) + s.add_runtime_dependency(%q<posix-spawn>.freeze, ["~> 0.3"]) +- s.add_runtime_dependency(%q<mime-types>.freeze, [">= 1.16", "< 3"]) ++ 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"]) + s.add_development_dependency(%q<test-unit>.freeze, [">= 0"])
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008231948.07NJmF9Z094137>