git: 098722fd3400 - main - www/rubygem-rack-test: Update to 2.0.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 11 Jul 2022 13:54:32 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=098722fd34002da27855630ce1f1a2273c4c2c0e commit 098722fd34002da27855630ce1f1a2273c4c2c0e Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-07-11 13:51:28 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-07-11 13:51:28 +0000 www/rubygem-rack-test: Update to 2.0.2 - Update WWW Changes: https://github.com/rack/rack-test/releases https://github.com/rack/rack-test/blob/main/History.md --- www/rubygem-rack-test/Makefile | 4 ++-- www/rubygem-rack-test/distinfo | 6 +++--- www/rubygem-rack-test/pkg-descr | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/www/rubygem-rack-test/Makefile b/www/rubygem-rack-test/Makefile index bfc956b5f5f7..a83b64869ce3 100644 --- a/www/rubygem-rack-test/Makefile +++ b/www/rubygem-rack-test/Makefile @@ -1,5 +1,5 @@ PORTNAME= rack-test -PORTVERSION= 1.1.0 +PORTVERSION= 2.0.2 CATEGORIES= www rubygems MASTER_SITES= RG @@ -9,7 +9,7 @@ COMMENT= Small, simple testing API for Rack apps LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE.txt -RUN_DEPENDS= rubygem-rack16>=1.0<3:www/rubygem-rack16 +RUN_DEPENDS= rubygem-rack16>=1.3:www/rubygem-rack16 USES= gem USE_RUBY= yes diff --git a/www/rubygem-rack-test/distinfo b/www/rubygem-rack-test/distinfo index 779f46b496fb..ef499638dae0 100644 --- a/www/rubygem-rack-test/distinfo +++ b/www/rubygem-rack-test/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1565627680 -SHA256 (rubygem/rack-test-1.1.0.gem) = 154161f40f162b1c009a655b7b0c5de3a3102cc6d7d2e94b64e1f46ace800866 -SIZE (rubygem/rack-test-1.1.0.gem) = 17920 +TIMESTAMP = 1657292564 +SHA256 (rubygem/rack-test-2.0.2.gem) = adadd0e957f63a34199a9fdf905a920a0b0a50795735095b4ac4bd3c13385466 +SIZE (rubygem/rack-test-2.0.2.gem) = 21504 diff --git a/www/rubygem-rack-test/pkg-descr b/www/rubygem-rack-test/pkg-descr index 657b2ea5c9fe..8b0b6961c3cc 100644 --- a/www/rubygem-rack-test/pkg-descr +++ b/www/rubygem-rack-test/pkg-descr @@ -3,4 +3,4 @@ own or as a reusable starting point for Web frameworks and testing libraries to build on. Most of its initial functionality is an extraction of Merb 1.0's request helpers feature. -WWW: https://github.com/rack-test/rack-test +WWW: https://github.com/rack/rack-test