From 7894ca88a1bd34ed858468a1a579f06375629275 Mon Sep 17 00:00:00 2001 From: taca Date: Sun, 23 Jul 2023 13:59:34 +0000 Subject: [PATCH] www/ruby-rack-cache: update to 1.14.0 pkgsrc change: update HOMEPAGE. 1.14.0 (2023-07-18) What's Changed * Prefer GitHub Actions for CI. by @ioquatix in #2 * Prefer lower case headers. by @ioquatix in #3 * Documentation updates by @HeroProtagonist in #7 * Update doc generation and deploy to github pages by @HeroProtagonist in #8 * Fix gh pages workflow by @HeroProtagonist in #9 * Adds Ruby 3.2 to the CI matrix by @petergoldstein in #12 * test: Add explicit 'timeout' require by @thesamesam in #14 * Refer to github not rubyforge in docs [ci skip] by @olleolleolle in #15 * Prefer Rack::Headers for Rack 3. by @ioquatix in #4 * Remove unnecessary duplicate lines by @monfresh in #10 New Contributors * @ioquatix made their first contribution in #2 * @HeroProtagonist made their first contribution in #7 * @petergoldstein made their first contribution in #12 * @thesamesam made their first contribution in #14 * @olleolleolle made their first contribution in #15 * @monfresh made their first contribution in #10 --- www/ruby-rack-cache/Makefile | 6 +++--- www/ruby-rack-cache/PLIST | 3 ++- www/ruby-rack-cache/distinfo | 8 ++++---- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/www/ruby-rack-cache/Makefile b/www/ruby-rack-cache/Makefile index 8d79b12174a9..7a83f5ac2c9c 100644 --- a/www/ruby-rack-cache/Makefile +++ b/www/ruby-rack-cache/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.14 2021/12/11 15:40:24 taca Exp $ +# $NetBSD: Makefile,v 1.15 2023/07/23 13:59:34 taca Exp $ -DISTNAME= rack-cache-1.13.0 +DISTNAME= rack-cache-1.14.0 CATEGORIES= www MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://github.com/rtomayko/rack-cache +HOMEPAGE= https://github.com/rack/rack-cache COMMENT= HTTP Caching for Rack LICENSE= mit diff --git a/www/ruby-rack-cache/PLIST b/www/ruby-rack-cache/PLIST index 33017e624315..4612b9e4513f 100644 --- a/www/ruby-rack-cache/PLIST +++ b/www/ruby-rack-cache/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2016/03/15 16:18:11 taca Exp $ +@comment $NetBSD: PLIST,v 1.5 2023/07/23 13:59:34 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/CHANGES ${GEM_LIBDIR}/MIT-LICENSE @@ -19,4 +19,5 @@ ${GEM_LIBDIR}/lib/rack/cache/options.rb ${GEM_LIBDIR}/lib/rack/cache/request.rb ${GEM_LIBDIR}/lib/rack/cache/response.rb ${GEM_LIBDIR}/lib/rack/cache/storage.rb +${GEM_LIBDIR}/lib/rack/cache/version.rb ${GEM_HOME}/specifications/${GEM_NAME}.gemspec diff --git a/www/ruby-rack-cache/distinfo b/www/ruby-rack-cache/distinfo index 5083404327e6..0069040884c8 100644 --- a/www/ruby-rack-cache/distinfo +++ b/www/ruby-rack-cache/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.15 2021/12/11 15:40:24 taca Exp $ +$NetBSD: distinfo,v 1.16 2023/07/23 13:59:34 taca Exp $ -BLAKE2s (rack-cache-1.13.0.gem) = 66e9ab098d79b1553ecbd9c470731992b5c721221a9e76c3433158adbd912b51 -SHA512 (rack-cache-1.13.0.gem) = 039557f1eb6fdd870c7af0be05708f031da0e4d17e8398cb4bdcced3f9ccaeed3f72ce45ff702b09bdd933366cf11c6d0bd4bfadfe89fb3fc5670431de686e05 -Size (rack-cache-1.13.0.gem) = 29184 bytes +BLAKE2s (rack-cache-1.14.0.gem) = 3e0a029740756351a920b77aed195252bfc800942161d6c56420afc96983e4fe +SHA512 (rack-cache-1.14.0.gem) = d4e965815d91213978447b7669fbe3ff7027315daee4c2bd6b53cfd85b87c663056e4dc6bb842e9d955047d152805b284050bcbaa723a0fa0784ca2cbb16e9d9 +Size (rack-cache-1.14.0.gem) = 29696 bytes