git: 18ea2d279d72 - main - www/rubygem-rack20: Remove obsoleted port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Dec 2021 19:51:12 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=18ea2d279d725fdf67a11cfe415d105acafd5c29 commit 18ea2d279d725fdf67a11cfe415d105acafd5c29 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-12-21 19:30:38 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-12-21 19:30:38 +0000 www/rubygem-rack20: Remove obsoleted port Use www/rubygem-rack instead. --- www/rubygem-rack20/Makefile | 32 -------------------------------- www/rubygem-rack20/distinfo | 3 --- www/rubygem-rack20/pkg-descr | 6 ------ 3 files changed, 41 deletions(-) diff --git a/www/rubygem-rack20/Makefile b/www/rubygem-rack20/Makefile deleted file mode 100644 index adf011bb1952..000000000000 --- a/www/rubygem-rack20/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -PORTNAME= rack -PORTVERSION= 2.0.9 -PORTEPOCH= 3 -CATEGORIES= www rubygems -MASTER_SITES= RG -PKGNAMESUFFIX= 20 - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Rack, a Ruby Webserver Interface - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/COPYING - -USES= cpe gem shebangfix -USE_RUBY= yes - -NO_ARCH= yes - -CPE_VENDOR= rack_project - -PORTSCOUT= limit:^2\.0\. - -SHEBANG_FILES= test/cgi/test.ru -SHEBANG_LANG= rackup -rackup_OLD_CMD= ../../bin/rackup -rackup_CMD= ${PREFIX}/bin/rackup - -# Avoid CONFLICTS_INSTALL with www/rubygem-rack -post-install: - ${RM} ${STAGEDIR}${PREFIX}/bin/rackup - -.include <bsd.port.mk> diff --git a/www/rubygem-rack20/distinfo b/www/rubygem-rack20/distinfo deleted file mode 100644 index 02e9ce123c83..000000000000 --- a/www/rubygem-rack20/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1581238170 -SHA256 (rubygem/rack-2.0.9.gem) = 733a9e53a7470c472d58b94532d70d6e31edb49245ca6449333f53df4598bfd7 -SIZE (rubygem/rack-2.0.9.gem) = 256512 diff --git a/www/rubygem-rack20/pkg-descr b/www/rubygem-rack20/pkg-descr deleted file mode 100644 index 6964214130cc..000000000000 --- a/www/rubygem-rack20/pkg-descr +++ /dev/null @@ -1,6 +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. - -WWW: https://github.com/rack/rack