git: 444e277f70bb - main - www/rubygem-addressable25: Remove obsoleted port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Dec 2021 19:51:09 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=444e277f70bbeec9d80b3c979b889e2383271dde commit 444e277f70bbeec9d80b3c979b889e2383271dde Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-12-21 19:30:26 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-12-21 19:30:26 +0000 www/rubygem-addressable25: Remove obsoleted port Use www/rubygem-addressable instead. --- www/rubygem-addressable25/Makefile | 26 -------------------------- www/rubygem-addressable25/distinfo | 3 --- www/rubygem-addressable25/files/patch-gemspec | 11 ----------- www/rubygem-addressable25/pkg-descr | 5 ----- 4 files changed, 45 deletions(-) diff --git a/www/rubygem-addressable25/Makefile b/www/rubygem-addressable25/Makefile deleted file mode 100644 index 0e37660efb68..000000000000 --- a/www/rubygem-addressable25/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# Created by: Martin Wilke <miwi@FreeBSD.org> - -PORTNAME= addressable -PORTVERSION= 2.5.2 -PORTREVISION= 1 -CATEGORIES= www devel rubygems -MASTER_SITES= RG -PKGNAMESUFFIX= 25 - -MAINTAINER= ruby@FreeBSD.org -COMMENT= Replacement for the URI implementation - -LICENSE= APACHE20 -LICENSE_FILE= ${WRKSRC}/LICENSE.txt - -RUN_DEPENDS= rubygem-public_suffix>=2.0.2:dns/rubygem-public_suffix - -USES= cpe gem -CPE_VENDOR= ${PORTNAME}_project -USE_RUBY= yes - -NO_ARCH= yes - -PORTSCOUT= limit:^2\.5 - -.include <bsd.port.mk> diff --git a/www/rubygem-addressable25/distinfo b/www/rubygem-addressable25/distinfo deleted file mode 100644 index 0bb029363f7f..000000000000 --- a/www/rubygem-addressable25/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1503678492 -SHA256 (rubygem/addressable-2.5.2.gem) = 73771ea960b3900d96e6b3729bd203e66f387d0717df83304411bf37efd7386e -SIZE (rubygem/addressable-2.5.2.gem) = 103936 diff --git a/www/rubygem-addressable25/files/patch-gemspec b/www/rubygem-addressable25/files/patch-gemspec deleted file mode 100644 index b1bf15911610..000000000000 --- a/www/rubygem-addressable25/files/patch-gemspec +++ /dev/null @@ -1,11 +0,0 @@ ---- addressable.gemspec.orig 2019-08-02 14:31:36 UTC -+++ addressable.gemspec -@@ -24,7 +24,7 @@ Gem::Specification.new do |s| - s.specification_version = 4 - - if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then -- s.add_runtime_dependency(%q<public_suffix>.freeze, [">= 2.0.2", "< 4.0"]) -+ s.add_runtime_dependency(%q<public_suffix>.freeze, [">= 2.0.2", "< 4.1"]) - s.add_development_dependency(%q<bundler>.freeze, ["~> 1.0"]) - else - s.add_dependency(%q<public_suffix>.freeze, [">= 2.0.2", "< 4.0"]) diff --git a/www/rubygem-addressable25/pkg-descr b/www/rubygem-addressable25/pkg-descr deleted file mode 100644 index 784c9064ef8e..000000000000 --- a/www/rubygem-addressable25/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Addressable is a replacement for the URI implementation that is part of Ruby's -standard library. It more closely conforms to the relevant RFCs and adds support -for IRIs and URI templates. - -WWW: https://github.com/sporkmonger/addressable