FreeBSD Bugzilla – Attachment 161591 Details for
Bug 203468
[patch] devel/rubygem-gitlab_git: fix gemspec and update to 7.2.17
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch with update
rubygem-gitlab_git-7.2.17.diff (text/plain), 2.79 KB, created by
Torsten Zühlsdorff
on 2015-10-01 09:55:44 UTC
(
hide
)
Description:
patch with update
Filename:
MIME Type:
Creator:
Torsten Zühlsdorff
Created:
2015-10-01 09:55:44 UTC
Size:
2.79 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (Revision 398265) >+++ Makefile (Arbeitskopie) >@@ -1,7 +1,7 @@ > # $FreeBSD$ > > PORTNAME= gitlab_git >-PORTVERSION= 7.2.15 >+PORTVERSION= 7.2.17 > CATEGORIES= devel rubygems > MASTER_SITES= RG > >@@ -10,7 +10,7 @@ > > LICENSE= MIT > >-RUN_DEPENDS= rubygem-activesupport4>=4.0:${PORTSDIR}/devel/rubygem-activesupport4 \ >+RUN_DEPENDS?= rubygem-activesupport4>=4.0:${PORTSDIR}/devel/rubygem-activesupport4 \ > rubygem-charlock_holmes>=0.6:${PORTSDIR}/textproc/rubygem-charlock_holmes \ > rubygem-gitlab-linguist>=3.0:${PORTSDIR}/textproc/rubygem-gitlab-linguist \ > rubygem-rugged>=0.22.2:${PORTSDIR}/devel/rubygem-rugged >Index: distinfo >=================================================================== >--- distinfo (Revision 398265) >+++ distinfo (Arbeitskopie) >@@ -1,2 +1,2 @@ >-SHA256 (rubygem/gitlab_git-7.2.15.gem) = a2134edc378b288de97f19b94af57ef8a08a4ed4131a48bcd3420ca90b31caa9 >-SIZE (rubygem/gitlab_git-7.2.15.gem) = 22528 >+SHA256 (rubygem/gitlab_git-7.2.17.gem) = b9d911f6e848c738e6ad71dec9d6411803967eced47e205eaac748054460d371 >+SIZE (rubygem/gitlab_git-7.2.17.gem) = 22528 >Index: files/patch-gitlab__git.gemspec >=================================================================== >--- files/patch-gitlab__git.gemspec (Revision 0) >+++ files/patch-gitlab__git.gemspec (Arbeitskopie) >@@ -0,0 +1,24 @@ >+--- gitlab_git.gemspec.orig 2015-10-01 09:47:56 UTC >++++ gitlab_git.gemspec >+@@ -23,18 +23,18 @@ Gem::Specification.new do |s| >+ if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then >+ s.add_runtime_dependency(%q<gitlab-linguist>, ["~> 3.0"]) >+ s.add_runtime_dependency(%q<activesupport>, ["~> 4.0"]) >+- s.add_runtime_dependency(%q<rugged>, ["~> 0.22.2"]) >++ s.add_runtime_dependency(%q<rugged>, [">= 0.22.2"]) >+ s.add_runtime_dependency(%q<charlock_holmes>, ["~> 0.6"]) >+ else >+ s.add_dependency(%q<gitlab-linguist>, ["~> 3.0"]) >+ s.add_dependency(%q<activesupport>, ["~> 4.0"]) >+- s.add_dependency(%q<rugged>, ["~> 0.22.2"]) >++ s.add_dependency(%q<rugged>, [">= 0.22.2"]) >+ s.add_dependency(%q<charlock_holmes>, ["~> 0.6"]) >+ end >+ else >+ s.add_dependency(%q<gitlab-linguist>, ["~> 3.0"]) >+ s.add_dependency(%q<activesupport>, ["~> 4.0"]) >+- s.add_dependency(%q<rugged>, ["~> 0.22.2"]) >++ s.add_dependency(%q<rugged>, [">= 0.22.2"]) >+ s.add_dependency(%q<charlock_holmes>, ["~> 0.6"]) >+ end >+ end > >Eigenschaftsänderungen: files/patch-gitlab__git.gemspec >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 203468
: 161591