git: 79e1df066583 - main - www/rubygem-addressable23: Remove obsoleted port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Dec 2021 19:51:08 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=79e1df066583cd7c64f8e55db070956b0a15d019 commit 79e1df066583cd7c64f8e55db070956b0a15d019 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-12-21 19:30:22 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-12-21 19:30:22 +0000 www/rubygem-addressable23: Remove obsoleted port Use www/rubygem-addressable instead. With hat: ruby --- www/rubygem-addressable23/Makefile | 20 -------------------- www/rubygem-addressable23/distinfo | 3 --- www/rubygem-addressable23/pkg-descr | 5 ----- 3 files changed, 28 deletions(-) diff --git a/www/rubygem-addressable23/Makefile b/www/rubygem-addressable23/Makefile deleted file mode 100644 index 40d58cf62aa9..000000000000 --- a/www/rubygem-addressable23/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -PORTNAME= addressable -PORTVERSION= 2.3.8 -CATEGORIES= www devel rubygems -MASTER_SITES= RG -PKGNAMESUFFIX= 23 - -MAINTAINER= mfechner@FreeBSD.org -COMMENT= Replacement for the URI implementation - -LICENSE= APACHE20 -LICENSE_FILE= ${WRKSRC}/LICENSE.txt - -USES= cpe gem -CPE_VENDOR= ${PORTNAME}_project -USE_RUBY= yes - -NO_ARCH= yes -PORTSCOUT= limit:^2\.3 - -.include <bsd.port.mk> diff --git a/www/rubygem-addressable23/distinfo b/www/rubygem-addressable23/distinfo deleted file mode 100644 index 613712c23ba5..000000000000 --- a/www/rubygem-addressable23/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1518177404 -SHA256 (rubygem/addressable-2.3.8.gem) = a64ef127ac7b0ceed1324dfbccb478e8b0e4b272f6a53a8f11ffbe826a576394 -SIZE (rubygem/addressable-2.3.8.gem) = 99840 diff --git a/www/rubygem-addressable23/pkg-descr b/www/rubygem-addressable23/pkg-descr deleted file mode 100644 index 784c9064ef8e..000000000000 --- a/www/rubygem-addressable23/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