git: 38d8db298074 - main - www/rubygem-rack15: Remove obsoleted port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Dec 2021 19:51:11 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=38d8db298074cd174fb7e81b6c2a28cfbae061a6 commit 38d8db298074cd174fb7e81b6c2a28cfbae061a6 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-12-21 19:30:34 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-12-21 19:30:34 +0000 www/rubygem-rack15: Remove obsoleted port Use www/rubygem-rack instead. --- www/rubygem-rack15/Makefile | 36 ------------------------------------ www/rubygem-rack15/distinfo | 2 -- www/rubygem-rack15/pkg-descr | 4 ---- 3 files changed, 42 deletions(-) diff --git a/www/rubygem-rack15/Makefile b/www/rubygem-rack15/Makefile deleted file mode 100644 index 598909667cc7..000000000000 --- a/www/rubygem-rack15/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# XXX: If updating this port, please check compatibality with at least the following ports, -# XXX: preferably, the full rubygem-* tree. rack version requirements are specified with ~> -# XXX: which requires *EXACTLY* that version. -# -# www/rubygem-innate - -PORTNAME= rack -PORTVERSION= 1.5.5 -PORTEPOCH= 4 -CATEGORIES= www rubygems -MASTER_SITES= RG -PKGNAMESUFFIX= 15 - -MAINTAINER= ruby@FreeBSD.org -COMMENT= Rack, a Ruby Webserver Interface - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/COPYING - -NO_ARCH= yes -USE_RUBY= yes -USES= cpe gem shebangfix -CPE_VENDOR= ${PORTNAME}_project - -SHEBANG_FILES= test/cgi/test.ru -SHEBANG_LANG= rackup -rackup_OLD_CMD= ../../bin/rackup -rackup_CMD= ${LOCALBASE}/bin/rackup - -PORTSCOUT= limit:^1\.5 - -# avoid duplicate file from www/rubygem-rack port -post-install: - @${RM} ${STAGEDIR}${PREFIX}/bin/rackup - -.include <bsd.port.mk> diff --git a/www/rubygem-rack15/distinfo b/www/rubygem-rack15/distinfo deleted file mode 100644 index 3f4bb6de57de..000000000000 --- a/www/rubygem-rack15/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (rubygem/rack-1.5.5.gem) = 4ae4a74f555008ecc541060515c37baa9e16f131538447a668c0bf52117c43b7 -SIZE (rubygem/rack-1.5.5.gem) = 216576 diff --git a/www/rubygem-rack15/pkg-descr b/www/rubygem-rack15/pkg-descr deleted file mode 100644 index a64023edcf51..000000000000 --- a/www/rubygem-rack15/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Rack provides an minimal interface between webservers supporting Ruby -and Ruby frameworks. - -WWW: http://rack.github.io/