mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
update to 2.9.0
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
COMMENT = replacement for Ruby's URI implementation
|
||||
|
||||
DISTNAME = addressable-2.8.5
|
||||
DISTNAME = addressable-2.9.0
|
||||
CATEGORIES = www
|
||||
|
||||
HOMEPAGE = https://github.com/sporkmonger/addressable
|
||||
MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE = Yes
|
||||
@@ -13,7 +14,7 @@ MODULES = lang/ruby
|
||||
CONFIGURE_STYLE = ruby gem
|
||||
|
||||
BUILD_DEPENDS += ${RUN_DEPENDS}
|
||||
RUN_DEPENDS += net/ruby-public_suffix,${MODRUBY_FLAVOR},>=2.0.2,<6
|
||||
RUN_DEPENDS += net/ruby-public_suffix,${MODRUBY_FLAVOR},>=2.0.2,<8
|
||||
|
||||
# Tests require dependencies not in ports
|
||||
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
SHA256 (addressable-2.8.5.gem) = Y/D7zeQu3xFtbamKlDfxndFpIVLx76P8xHQeRDx3IRc=
|
||||
SIZE (addressable-2.8.5.gem) = 106496
|
||||
SHA256 (addressable-2.9.0.gem) = f99qw2YPf06Gegg4vj9s9yKs5UHdl3Z/pCvGz6mAx68=
|
||||
SIZE (addressable-2.9.0.gem) = 78336
|
||||
|
||||
@@ -1,13 +1,8 @@
|
||||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/CHANGELOG.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/Gemfile
|
||||
${GEM_LIB}/gems/${DISTNAME}/LICENSE.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/README.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/Rakefile
|
||||
${GEM_LIB}/gems/${DISTNAME}/addressable.gemspec
|
||||
${GEM_LIB}/gems/${DISTNAME}/data/
|
||||
${GEM_LIB}/gems/${DISTNAME}/data/unicode.data
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/addressable/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/addressable.rb
|
||||
@@ -18,20 +13,4 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/addressable/idna/pure.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/addressable/template.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/addressable/uri.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/addressable/version.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/addressable/
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/addressable/idna_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/addressable/net_http_compat_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/addressable/security_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/addressable/template_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/addressable/uri_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/spec_helper.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/tasks/
|
||||
${GEM_LIB}/gems/${DISTNAME}/tasks/clobber.rake
|
||||
${GEM_LIB}/gems/${DISTNAME}/tasks/gem.rake
|
||||
${GEM_LIB}/gems/${DISTNAME}/tasks/git.rake
|
||||
${GEM_LIB}/gems/${DISTNAME}/tasks/metrics.rake
|
||||
${GEM_LIB}/gems/${DISTNAME}/tasks/profile.rake
|
||||
${GEM_LIB}/gems/${DISTNAME}/tasks/rspec.rake
|
||||
${GEM_LIB}/gems/${DISTNAME}/tasks/yard.rake
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
||||
|
||||
Reference in New Issue
Block a user