diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-11-10 02:42:51 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-11-10 02:42:51 +0800 |
commit | 1e9fe832290201ef673edb458813593a073859de (patch) | |
tree | 4190aee6913e6f0a28419d56d729aefdd690995f /www | |
parent | 72d8402d9283058a948a01d9c4ad6e9a991c9307 (diff) | |
download | freebsd-ports-gnome-1e9fe832290201ef673edb458813593a073859de.tar.gz freebsd-ports-gnome-1e9fe832290201ef673edb458813593a073859de.tar.zst freebsd-ports-gnome-1e9fe832290201ef673edb458813593a073859de.zip |
- Update to 2.5.0
- Add LICENSE_FILE
- Convert to new options target helper
- Convert to new options variable helper
- Use = instead of += for PLIST_SUB
- Cleanup Makefile
Changes: https://github.com/rubygems/rubygems/blob/master/History.txt
PR: 204328
Exp-run by: antoine
Diffstat (limited to 'www')
-rw-r--r-- | www/rubygem-gitlab-grack/files/patch-gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/rubygem-gitlab-grack/files/patch-gemspec b/www/rubygem-gitlab-grack/files/patch-gemspec index 00728cf14764..081d9c4b0abd 100644 --- a/www/rubygem-gitlab-grack/files/patch-gemspec +++ b/www/rubygem-gitlab-grack/files/patch-gemspec @@ -8,7 +8,7 @@ - s.files = [".gitignore", ".gitmodules", ".travis.yml", "CHANGELOG", "Gemfile", "Gemfile.lock", "README.md", "Rakefile", "bin/console", "bin/testserver", "examples/dispatch.fcgi", "grack.gemspec", "install.txt", "lib/grack.rb", "lib/grack/auth.rb", "lib/grack/bundle.rb", "lib/grack/git.rb", "lib/grack/server.rb", "lib/grack/version.rb", "tests/main_test.rb"] + s.files = [".gitignore", ".gitmodules", ".travis.yml", "CHANGELOG", "Gemfile", "Gemfile.lock", "README.md", "Rakefile", "examples/dispatch.fcgi", "grack.gemspec", "install.txt", "lib/grack.rb", "lib/grack/auth.rb", "lib/grack/bundle.rb", "lib/grack/git.rb", "lib/grack/server.rb", "lib/grack/version.rb", "tests/main_test.rb"] s.homepage = "https://github.com/gitlabhq/grack" - s.rubygems_version = "2.4.8" + s.rubygems_version = "2.5.0" s.summary = "Ruby/Rack Git Smart-HTTP Server Handler" @@ -22,7 +21,7 @@ Gem::Specification.new do |s| s.specification_version = 4 |