git: 1305c2623cb2 - main - www/rubygem-rack227: Remove obsoleted port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 05 Jun 2023 18:51:15 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=1305c2623cb22c772edc361ed8adcfda1a09ada0 commit 1305c2623cb22c772edc361ed8adcfda1a09ada0 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-06-05 18:34:30 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-06-05 18:46:52 +0000 www/rubygem-rack227: Remove obsoleted port Use www/rubygem-rack22 instead. --- MOVED | 1 + www/Makefile | 1 - www/rubygem-rack227/Makefile | 27 --------------------------- www/rubygem-rack227/distinfo | 3 --- www/rubygem-rack227/pkg-descr | 4 ---- 5 files changed, 1 insertion(+), 35 deletions(-) diff --git a/MOVED b/MOVED index ff3fa4bc4e2b..7461bc7877f2 100644 --- a/MOVED +++ b/MOVED @@ -7629,3 +7629,4 @@ net/rubygem-u2f0|net/rubygem-u2f|2023-06-05|Remove obsoleted port. Use net/rubyg security/rubygem-omniauth-cas3-oauth2|security/rubygem-omniauth-cas3|2023-06-05|Remove obsoleted port. Use security/rubygem-omniauth-cas3 instead textproc/rubygem-loofah220|textproc/rubygem-loofah|2023-06-05|Remove obsoleted port. Use textproc/rubygem-loofah instead textproc/rubygem-loofah221|textproc/rubygem-loofah|2023-06-05|Remove obsoleted port. Use textproc/rubygem-loofah instead +www/rubygem-rack227|www/rubygem-rack22|2023-06-05|Remove obsoleted port. Use www/rubygem-rack22 instead diff --git a/www/Makefile b/www/Makefile index aa23f892ace4..e7187c86656f 100644 --- a/www/Makefile +++ b/www/Makefile @@ -2105,7 +2105,6 @@ SUBDIR += rubygem-rack-timeout SUBDIR += rubygem-rack16 SUBDIR += rubygem-rack22 - SUBDIR += rubygem-rack227 SUBDIR += rubygem-rack_csrf SUBDIR += rubygem-rackup SUBDIR += rubygem-rails-settings-cached diff --git a/www/rubygem-rack227/Makefile b/www/rubygem-rack227/Makefile deleted file mode 100644 index 7a60433c37fe..000000000000 --- a/www/rubygem-rack227/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -PORTNAME= rack -PORTVERSION= 2.2.7 -PORTREVISION= 1 -CATEGORIES= www rubygems -MASTER_SITES= RG -PKGNAMESUFFIX= 227 - -MAINTAINER= ruby@FreeBSD.org -COMMENT= Rack, a Ruby Webserver Interface -WWW= https://github.com/rack/rack - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/MIT-LICENSE - -USES= cpe gem - -NO_ARCH= yes - -CPE_VENDOR= rack_project - -PORTSCOUT= limit:^2\.2\.7\. - -# Avoid CONFLICTS_INSTALL with www/rubygem-rack22 -post-install: - ${RM} ${STAGEDIR}${PREFIX}/bin/rackup - -.include <bsd.port.mk> diff --git a/www/rubygem-rack227/distinfo b/www/rubygem-rack227/distinfo deleted file mode 100644 index f40f36ff5ae4..000000000000 --- a/www/rubygem-rack227/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1684386047 -SHA256 (rubygem/rack-2.2.7.gem) = b3377e8b2227b8ffa6b617ef8649ffb5e265e46ca8fa1f31244c809fe609829b -SIZE (rubygem/rack-2.2.7.gem) = 152064 diff --git a/www/rubygem-rack227/pkg-descr b/www/rubygem-rack227/pkg-descr deleted file mode 100644 index bfba0bd60188..000000000000 --- a/www/rubygem-rack227/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Rack provides a minimal, modular and adaptable interface for developing web -applications in Ruby. By wrapping HTTP requests and responses in the simplest -way possible, it unifies and distills the API for web servers, web frameworks, -and software in between (the so-called middleware) into a single method call.