Date: Sat, 30 Jul 2022 19:30:28 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 1241abcef6d7 - main - www/rubygem-addressable: Fix gemspec for rubygem-public_suffix 5.0.0 update Message-ID: <202207301930.26UJUSjj048862@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=1241abcef6d799e348ff0e1cc82a6bba9d798e31 commit 1241abcef6d799e348ff0e1cc82a6bba9d798e31 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-07-30 19:26:55 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-07-30 19:26:55 +0000 www/rubygem-addressable: Fix gemspec for rubygem-public_suffix 5.0.0 update - Bump PORTREVISION for package change --- www/rubygem-addressable/Makefile | 6 ++++-- www/rubygem-addressable/files/patch-gemspec | 11 +++++++++++ 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/www/rubygem-addressable/Makefile b/www/rubygem-addressable/Makefile index e7b990f9f6a1..cd172924a5ed 100644 --- a/www/rubygem-addressable/Makefile +++ b/www/rubygem-addressable/Makefile @@ -1,5 +1,6 @@ PORTNAME= addressable PORTVERSION= 2.8.0 +PORTREVISION= 1 CATEGORIES= www devel rubygems MASTER_SITES= RG @@ -9,12 +10,13 @@ COMMENT= Replacement for the URI implementation LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= rubygem-public_suffix>=2.0.2<5:dns/rubygem-public_suffix +RUN_DEPENDS= rubygem-public_suffix>=2.0.2<6.0:dns/rubygem-public_suffix USES= cpe gem -CPE_VENDOR= ${PORTNAME}_project USE_RUBY= yes NO_ARCH= yes +CPE_VENDOR= addressable_project + .include <bsd.port.mk> diff --git a/www/rubygem-addressable/files/patch-gemspec b/www/rubygem-addressable/files/patch-gemspec new file mode 100644 index 000000000000..57146852a110 --- /dev/null +++ b/www/rubygem-addressable/files/patch-gemspec @@ -0,0 +1,11 @@ +--- addressable.gemspec.orig 2022-07-30 15:35:35 UTC ++++ addressable.gemspec +@@ -25,7 +25,7 @@ Gem::Specification.new do |s| + end + + if s.respond_to? :add_runtime_dependency then +- s.add_runtime_dependency(%q<public_suffix>.freeze, [">= 2.0.2", "< 5.0"]) ++ s.add_runtime_dependency(%q<public_suffix>.freeze, [">= 2.0.2", "< 6.0"]) + s.add_development_dependency(%q<bundler>.freeze, [">= 1.0", "< 3.0"]) + else + s.add_dependency(%q<public_suffix>.freeze, [">= 2.0.2", "< 5.0"])
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207301930.26UJUSjj048862>